Andreas Kling 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore %!s(int64=3) %!d(string=hai) anos
..
Account.cpp d82e41440c LibCore: Don't include crypt.h in Account.cpp on FreeBSD %!s(int64=3) %!d(string=hai) anos
Account.h 4eeab4cfc8 LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::Account %!s(int64=3) %!d(string=hai) anos
AnonymousBuffer.cpp e5dde37e24 AK: Bring AK::Error into the global namespace %!s(int64=3) %!d(string=hai) anos
AnonymousBuffer.h e2eabb4132 LibCore: Use ErrorOr<T> in Core::AnonymousBuffer %!s(int64=3) %!d(string=hai) anos
ArgsParser.cpp ea9f2f80a1 LibCore: Make ArgsParser '--help' description more general %!s(int64=3) %!d(string=hai) anos
ArgsParser.h 7720644ae2 LibCore: Let ArgsParser::parse() accept Main::Arguments %!s(int64=3) %!d(string=hai) anos
CMakeLists.txt 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore %!s(int64=3) %!d(string=hai) anos
Command.cpp 176e1cbca7 LibCore: Remove unused header includes %!s(int64=4) %!d(string=hai) anos
Command.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
ConfigFile.cpp f9167c9265 Base+LibCore: Store booleans in human-readable format %!s(int64=3) %!d(string=hai) anos
ConfigFile.h acde7d12b0 Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open %!s(int64=4) %!d(string=hai) anos
DateTime.cpp 95bc8e4641 LibCore: Make DateTime's members signed %!s(int64=4) %!d(string=hai) anos
DateTime.h 232f54cd9b LibCore: Fix off-by-one in DateTime::{create,set_time} day default arg %!s(int64=3) %!d(string=hai) anos
DeferredInvocationContext.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke %!s(int64=3) %!d(string=hai) anos
DirIterator.cpp e4a55404f1 LibCore: Avoid duplicate '/' in DirIterator::next_full_path() %!s(int64=4) %!d(string=hai) anos
DirIterator.h 758085571f LibCore: Expose DirIterator's underlying file descriptor %!s(int64=4) %!d(string=hai) anos
ElapsedTimer.cpp 7c939c58b8 LibCore: Add ElapsedTimer::reset() %!s(int64=3) %!d(string=hai) anos
ElapsedTimer.h 7c939c58b8 LibCore: Add ElapsedTimer::reset() %!s(int64=3) %!d(string=hai) anos
Event.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Event.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke %!s(int64=3) %!d(string=hai) anos
EventLoop.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) %!s(int64=3) %!d(string=hai) anos
EventLoop.h f2b9ec9f8a LibCore: Add Core::EventLoop::spin_until(Function<bool()>) %!s(int64=3) %!d(string=hai) anos
File.cpp 80cb44afae Everywhere: Move shared library checks into a common function %!s(int64=3) %!d(string=hai) anos
File.h 80cb44afae Everywhere: Move shared library checks into a common function %!s(int64=3) %!d(string=hai) anos
FileStream.h a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() %!s(int64=3) %!d(string=hai) anos
FileWatcher.cpp 0b0c4e82b9 LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher %!s(int64=3) %!d(string=hai) anos
FileWatcher.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> %!s(int64=3) %!d(string=hai) anos
Forward.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke %!s(int64=3) %!d(string=hai) anos
GetPassword.cpp e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() %!s(int64=3) %!d(string=hai) anos
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() %!s(int64=3) %!d(string=hai) anos
IODevice.cpp 8b1108e485 Everywhere: Pass AK::StringView by value %!s(int64=3) %!d(string=hai) anos
IODevice.h 8b1108e485 Everywhere: Pass AK::StringView by value %!s(int64=3) %!d(string=hai) anos
LocalServer.cpp 871ef7a735 AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__ %!s(int64=3) %!d(string=hai) anos
LocalServer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
LocalSocket.cpp c0a7e0ad23 LibCore: Fix `LocalSocket.cpp` build on FreeBSD %!s(int64=3) %!d(string=hai) anos
LocalSocket.h 972e5d7292 LibCore: Add peer pid retrieval for LocalSocket %!s(int64=4) %!d(string=hai) anos
LockFile.cpp 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address %!s(int64=3) %!d(string=hai) anos
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address %!s(int64=3) %!d(string=hai) anos
MimeData.cpp 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value %!s(int64=3) %!d(string=hai) anos
MimeData.h 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value %!s(int64=3) %!d(string=hai) anos
NetworkJob.cpp b0a9c5673e LibHTTP: Respect the 'Connection: close' header on keep-alive jobs %!s(int64=3) %!d(string=hai) anos
NetworkJob.h b0a9c5673e LibHTTP: Respect the 'Connection: close' header on keep-alive jobs %!s(int64=3) %!d(string=hai) anos
NetworkResponse.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
NetworkResponse.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Notifier.cpp 176e1cbca7 LibCore: Remove unused header includes %!s(int64=4) %!d(string=hai) anos
Notifier.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Object.cpp c3b0b9057e LibCore+LibGUI: Make ObjectClassRegistration::construct() nullable %!s(int64=3) %!d(string=hai) anos
Object.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> %!s(int64=3) %!d(string=hai) anos
Process.cpp f5c3225286 LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS %!s(int64=4) %!d(string=hai) anos
Process.h 6e65b36973 LibCore: Add Core::Process::spawn() %!s(int64=4) %!d(string=hai) anos
ProcessStatisticsReader.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) %!s(int64=3) %!d(string=hai) anos
ProcessStatisticsReader.h a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks %!s(int64=4) %!d(string=hai) anos
Promise.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors %!s(int64=3) %!d(string=hai) anos
Property.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Property.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
SecretString.cpp 204a091765 LibCore: Avoid buffer overrun when invoking crypt() with a SecretString %!s(int64=3) %!d(string=hai) anos
SecretString.h 3bf6902790 LibCore: Add SecretString, a buffer that is zero'd on destruction %!s(int64=3) %!d(string=hai) anos
Socket.cpp 29acb7fcf8 LibCore: Add a Socket::set_idle() API that turns the notifiers on/off %!s(int64=3) %!d(string=hai) anos
Socket.h 29acb7fcf8 LibCore: Add a Socket::set_idle() API that turns the notifiers on/off %!s(int64=3) %!d(string=hai) anos
SocketAddress.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> %!s(int64=3) %!d(string=hai) anos
StandardPaths.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
StandardPaths.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
System.cpp 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore %!s(int64=3) %!d(string=hai) anos
System.h 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore %!s(int64=3) %!d(string=hai) anos
TCPServer.cpp 63b1296821 LibCore: Allow TCPServer to be blocking %!s(int64=4) %!d(string=hai) anos
TCPServer.h 63b1296821 LibCore: Allow TCPServer to be blocking %!s(int64=4) %!d(string=hai) anos
TCPSocket.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice %!s(int64=4) %!d(string=hai) anos
TCPSocket.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Timer.cpp ae9e352104 LibCore: Add unit to Core::Timer interval arguments %!s(int64=4) %!d(string=hai) anos
Timer.h ae9e352104 LibCore: Add unit to Core::Timer interval arguments %!s(int64=4) %!d(string=hai) anos
UDPServer.cpp 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe %!s(int64=3) %!d(string=hai) anos
UDPServer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
UDPSocket.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice %!s(int64=4) %!d(string=hai) anos
UDPSocket.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Version.cpp 7742f37c10 LibCore: Refactor a version-reading utility %!s(int64=3) %!d(string=hai) anos
Version.h 7742f37c10 LibCore: Refactor a version-reading utility %!s(int64=3) %!d(string=hai) anos