mjz19910 3102d8e160 Everywhere: Fix many spelling errors 3 vuotta sitten
..
Account.cpp dc60774ac4 LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cpp 3 vuotta sitten
Account.h c6ce606e47 LibCore+id: Make more use of Core::System wrappers in Core::Account 3 vuotta sitten
AnonymousBuffer.cpp e5dde37e24 AK: Bring AK::Error into the global namespace 3 vuotta sitten
AnonymousBuffer.h cb9cac4e40 LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 3 vuotta sitten
ArgsParser.cpp f1cc3d0fc4 Userland: Use Core::ArgsParser's Vector<StringView> API everywhere 3 vuotta sitten
ArgsParser.h f1cc3d0fc4 Userland: Use Core::ArgsParser's Vector<StringView> API everywhere 3 vuotta sitten
CMakeLists.txt 8b95423b50 LibCore: Add FilePermissionsMask 3 vuotta sitten
Command.cpp 176e1cbca7 LibCore: Remove unused header includes 4 vuotta sitten
Command.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
ConfigFile.cpp f9167c9265 Base+LibCore: Store booleans in human-readable format 3 vuotta sitten
ConfigFile.h acde7d12b0 Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 4 vuotta sitten
DateTime.cpp 95bc8e4641 LibCore: Make DateTime's members signed 4 vuotta sitten
DateTime.h cb9cac4e40 LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 3 vuotta sitten
DeferredInvocationContext.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke 3 vuotta sitten
DirIterator.cpp 170a7e263c Userland: Fail Core::find_executable_in_path on empty inputs 3 vuotta sitten
DirIterator.h 7f780e43a6 LibCore: Allow moving, but not copying, DirIterator 3 vuotta sitten
ElapsedTimer.cpp 7c939c58b8 LibCore: Add ElapsedTimer::reset() 3 vuotta sitten
ElapsedTimer.h 7c939c58b8 LibCore: Add ElapsedTimer::reset() 3 vuotta sitten
Event.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Event.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke 3 vuotta sitten
EventLoop.cpp 3102d8e160 Everywhere: Fix many spelling errors 3 vuotta sitten
EventLoop.h 558fd5b166 LibCore: Make `EventLoop::pump()` return event count 3 vuotta sitten
File.cpp 80cb44afae Everywhere: Move shared library checks into a common function 3 vuotta sitten
File.h 80cb44afae Everywhere: Move shared library checks into a common function 3 vuotta sitten
FilePermissionsMask.cpp 8b95423b50 LibCore: Add FilePermissionsMask 3 vuotta sitten
FilePermissionsMask.h 8b95423b50 LibCore: Add FilePermissionsMask 3 vuotta sitten
FileStream.h a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() 3 vuotta sitten
FileWatcher.cpp 0b0c4e82b9 LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher 3 vuotta sitten
FileWatcher.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 vuotta sitten
Forward.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke 3 vuotta sitten
GetPassword.cpp 354c4690d2 LibCore: Use LibCore syscall wrappers in get_password() 3 vuotta sitten
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() 3 vuotta sitten
IODevice.cpp 2c43eaa50c LibCore: Add support for range-based for loops on LineIterators 3 vuotta sitten
IODevice.h 2c43eaa50c LibCore: Add support for range-based for loops on LineIterators 3 vuotta sitten
LocalServer.cpp 81047d8f9c LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr 3 vuotta sitten
LocalServer.h e0e8fd6384 LibCore: Remove LocalServer::on_ready_to_accept 3 vuotta sitten
LocalSocket.cpp ea0a002468 LibCore: Add OpenBSD headers to System and LocalSocket 3 vuotta sitten
LocalSocket.h c1a3968c66 LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 3 vuotta sitten
LockFile.cpp 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address 3 vuotta sitten
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address 3 vuotta sitten
MappedFile.cpp 0ed5f84bd9 LibCore: Use open() wrapper in Core::MappedFile :^) 3 vuotta sitten
MappedFile.h 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 vuotta sitten
MimeData.cpp ae0d6ba72c LibCore: Add support for the image/x-qoi mime type 3 vuotta sitten
MimeData.h 643ec03608 LibCore: Avoid implicitly copying ByteBuffer 3 vuotta sitten
NetworkJob.cpp b0a9c5673e LibHTTP: Respect the 'Connection: close' header on keep-alive jobs 3 vuotta sitten
NetworkJob.h b0a9c5673e LibHTTP: Respect the 'Connection: close' header on keep-alive jobs 3 vuotta sitten
NetworkResponse.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
NetworkResponse.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Notifier.cpp 176e1cbca7 LibCore: Remove unused header includes 4 vuotta sitten
Notifier.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Object.cpp b81ce827b6 LibCore: Add Core::Object::try_add<T>(...) 3 vuotta sitten
Object.h b81ce827b6 LibCore: Add Core::Object::try_add<T>(...) 3 vuotta sitten
Process.cpp f5c3225286 LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS 4 vuotta sitten
Process.h 6e65b36973 LibCore: Add Core::Process::spawn() 4 vuotta sitten
ProcessStatisticsReader.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 vuotta sitten
ProcessStatisticsReader.h a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks 4 vuotta sitten
Promise.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 vuotta sitten
Property.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Property.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
SecretString.cpp 204a091765 LibCore: Avoid buffer overrun when invoking crypt() with a SecretString 3 vuotta sitten
SecretString.h 3bf6902790 LibCore: Add SecretString, a buffer that is zero'd on destruction 3 vuotta sitten
Socket.cpp 29acb7fcf8 LibCore: Add a Socket::set_idle() API that turns the notifiers on/off 3 vuotta sitten
Socket.h 29acb7fcf8 LibCore: Add a Socket::set_idle() API that turns the notifiers on/off 3 vuotta sitten
SocketAddress.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 vuotta sitten
StandardPaths.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
StandardPaths.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Stream.cpp 19e13117ad LibCore: Implement the Serenity Stream API classes 3 vuotta sitten
Stream.h 7fdf4004de LibCore: Fix OOB read in Stream::BufferedSeekable::read_until_any_of 3 vuotta sitten
System.cpp 9a38d1de07 LibCore+ImageViewer: Add unlink() wrapper, use it 3 vuotta sitten
System.h 9a38d1de07 LibCore+ImageViewer: Add unlink() wrapper, use it 3 vuotta sitten
TCPServer.cpp 8600d89407 LibCore+Services: Make TCPServer propagate errors 3 vuotta sitten
TCPServer.h 8600d89407 LibCore+Services: Make TCPServer propagate errors 3 vuotta sitten
TCPSocket.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 vuotta sitten
TCPSocket.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
Timer.cpp d0df249666 LibCore: Add Core::Timer::set_active(bool) 3 vuotta sitten
Timer.h d0df249666 LibCore: Add Core::Timer::set_active(bool) 3 vuotta sitten
UDPServer.cpp 0cca6cef95 LibCore+LookupServer: Implement and use UDPServer::send 3 vuotta sitten
UDPServer.h 0cca6cef95 LibCore+LookupServer: Implement and use UDPServer::send 3 vuotta sitten
UDPSocket.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 vuotta sitten
UDPSocket.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
UmaskScope.h edd8f19a1b LibCore: Add Core::UmaskScope to set and unset a temporary umask 3 vuotta sitten
Version.cpp 7742f37c10 LibCore: Refactor a version-reading utility 3 vuotta sitten
Version.h 7742f37c10 LibCore: Refactor a version-reading utility 3 vuotta sitten