.. |
Account.cpp
|
dc60774ac4
LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cpp
|
3 lat temu |
Account.h
|
c6ce606e47
LibCore+id: Make more use of Core::System wrappers in Core::Account
|
3 lat temu |
AnonymousBuffer.cpp
|
e5dde37e24
AK: Bring AK::Error into the global namespace
|
3 lat temu |
AnonymousBuffer.h
|
cb9cac4e40
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
|
3 lat temu |
ArgsParser.cpp
|
14a267347c
LibCore: Add ArgsParser::add_option for Optional double
|
3 lat temu |
ArgsParser.h
|
14a267347c
LibCore: Add ArgsParser::add_option for Optional double
|
3 lat temu |
CMakeLists.txt
|
a99b50ce8c
LibCore: Add Core::Group abstraction for group management :^)
|
3 lat temu |
Command.cpp
|
fbdd6df185
LibCore: Make Core::command return CommandResult struct
|
3 lat temu |
Command.h
|
fbdd6df185
LibCore: Make Core::command return CommandResult struct
|
3 lat temu |
ConfigFile.cpp
|
0badfd7b32
LibCore: Handle null lines in ConfigFile
|
3 lat temu |
ConfigFile.h
|
acde7d12b0
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
|
4 lat temu |
DateTime.cpp
|
95bc8e4641
LibCore: Make DateTime's members signed
|
4 lat temu |
DateTime.h
|
cb9cac4e40
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
|
3 lat temu |
DeferredInvocationContext.h
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 lat temu |
DirIterator.cpp
|
170a7e263c
Userland: Fail Core::find_executable_in_path on empty inputs
|
3 lat temu |
DirIterator.h
|
7f780e43a6
LibCore: Allow moving, but not copying, DirIterator
|
3 lat temu |
ElapsedTimer.cpp
|
7c939c58b8
LibCore: Add ElapsedTimer::reset()
|
3 lat temu |
ElapsedTimer.h
|
7c939c58b8
LibCore: Add ElapsedTimer::reset()
|
3 lat temu |
Event.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Event.h
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 lat temu |
EventLoop.cpp
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 lat temu |
EventLoop.h
|
558fd5b166
LibCore: Make `EventLoop::pump()` return event count
|
3 lat temu |
File.cpp
|
80cb44afae
Everywhere: Move shared library checks into a common function
|
3 lat temu |
File.h
|
80cb44afae
Everywhere: Move shared library checks into a common function
|
3 lat temu |
FilePermissionsMask.cpp
|
8b95423b50
LibCore: Add FilePermissionsMask
|
3 lat temu |
FilePermissionsMask.h
|
8b95423b50
LibCore: Add FilePermissionsMask
|
3 lat temu |
FileStream.h
|
a7f1f1c34b
LibCore: Use ErrorOr<T> for Core::File::open()
|
3 lat temu |
FileWatcher.cpp
|
0b0c4e82b9
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher
|
3 lat temu |
FileWatcher.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 lat temu |
Forward.h
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 lat temu |
GetPassword.cpp
|
354c4690d2
LibCore: Use LibCore syscall wrappers in get_password()
|
3 lat temu |
GetPassword.h
|
e76b21a66f
LibCore: Use ErrorOr<T> for Core::get_password()
|
3 lat temu |
Group.cpp
|
a99b50ce8c
LibCore: Add Core::Group abstraction for group management :^)
|
3 lat temu |
Group.h
|
a99b50ce8c
LibCore: Add Core::Group abstraction for group management :^)
|
3 lat temu |
IODevice.cpp
|
2c43eaa50c
LibCore: Add support for range-based for loops on LineIterators
|
3 lat temu |
IODevice.h
|
2c43eaa50c
LibCore: Add support for range-based for loops on LineIterators
|
3 lat temu |
LocalServer.cpp
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 lat temu |
LocalServer.h
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 lat temu |
LocalSocket.cpp
|
ea0a002468
LibCore: Add OpenBSD headers to System and LocalSocket
|
3 lat temu |
LocalSocket.h
|
c1a3968c66
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
|
3 lat temu |
LockFile.cpp
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
3 lat temu |
LockFile.h
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
3 lat temu |
MappedFile.cpp
|
0ed5f84bd9
LibCore: Use open() wrapper in Core::MappedFile :^)
|
3 lat temu |
MappedFile.h
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 lat temu |
MimeData.cpp
|
ae0d6ba72c
LibCore: Add support for the image/x-qoi mime type
|
3 lat temu |
MimeData.h
|
643ec03608
LibCore: Avoid implicitly copying ByteBuffer
|
3 lat temu |
NetworkJob.cpp
|
b0a9c5673e
LibHTTP: Respect the 'Connection: close' header on keep-alive jobs
|
3 lat temu |
NetworkJob.h
|
b0a9c5673e
LibHTTP: Respect the 'Connection: close' header on keep-alive jobs
|
3 lat temu |
NetworkResponse.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
NetworkResponse.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Notifier.cpp
|
176e1cbca7
LibCore: Remove unused header includes
|
4 lat temu |
Notifier.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Object.cpp
|
b81ce827b6
LibCore: Add Core::Object::try_add<T>(...)
|
3 lat temu |
Object.h
|
b81ce827b6
LibCore: Add Core::Object::try_add<T>(...)
|
3 lat temu |
Process.cpp
|
f5c3225286
LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS
|
4 lat temu |
Process.h
|
6e65b36973
LibCore: Add Core::Process::spawn()
|
4 lat temu |
ProcessStatisticsReader.cpp
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
3 lat temu |
ProcessStatisticsReader.h
|
a635ff4e60
Everywhere: Make tracking cpu usage independent from system ticks
|
4 lat temu |
Promise.h
|
b3e9a4e603
Libraries: Fix visibility of Object-derivative constructors
|
3 lat temu |
Property.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Property.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
SecretString.cpp
|
204a091765
LibCore: Avoid buffer overrun when invoking crypt() with a SecretString
|
3 lat temu |
SecretString.h
|
3bf6902790
LibCore: Add SecretString, a buffer that is zero'd on destruction
|
3 lat temu |
Socket.cpp
|
29acb7fcf8
LibCore: Add a Socket::set_idle() API that turns the notifiers on/off
|
3 lat temu |
Socket.h
|
29acb7fcf8
LibCore: Add a Socket::set_idle() API that turns the notifiers on/off
|
3 lat temu |
SocketAddress.h
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 lat temu |
StandardPaths.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
StandardPaths.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Stream.cpp
|
3de51a4b99
LibCore: Make sockets close-on-exec by default
|
3 lat temu |
Stream.h
|
4cad0dd74c
LibCore: Implement LocalSocket::peer_pid
|
3 lat temu |
System.cpp
|
ccb8374434
LibCore: Add Core::System wrapper for disown()
|
3 lat temu |
System.h
|
ccb8374434
LibCore: Add Core::System wrapper for disown()
|
3 lat temu |
TCPServer.cpp
|
dbd25916a3
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
|
3 lat temu |
TCPServer.h
|
dbd25916a3
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
|
3 lat temu |
TCPSocket.cpp
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
4 lat temu |
TCPSocket.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
TempFile.cpp
|
95545648bd
LibCore: Add utility class for temporary files and directories
|
3 lat temu |
TempFile.h
|
95545648bd
LibCore: Add utility class for temporary files and directories
|
3 lat temu |
Timer.cpp
|
d0df249666
LibCore: Add Core::Timer::set_active(bool)
|
3 lat temu |
Timer.h
|
d0df249666
LibCore: Add Core::Timer::set_active(bool)
|
3 lat temu |
UDPServer.cpp
|
0cca6cef95
LibCore+LookupServer: Implement and use UDPServer::send
|
3 lat temu |
UDPServer.h
|
0cca6cef95
LibCore+LookupServer: Implement and use UDPServer::send
|
3 lat temu |
UDPSocket.cpp
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
4 lat temu |
UDPSocket.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
UmaskScope.h
|
edd8f19a1b
LibCore: Add Core::UmaskScope to set and unset a temporary umask
|
3 lat temu |
Version.cpp
|
7742f37c10
LibCore: Refactor a version-reading utility
|
3 lat temu |
Version.h
|
7742f37c10
LibCore: Refactor a version-reading utility
|
3 lat temu |