Andreas Kling 4a2b718ba2 LibCore: Use ErrorOr<T> for Core::File::copy_file() 3 vuotta sitten
..
Account.cpp 4739982c66 LibCore: Change Account::set_password to take a SecretString 3 vuotta sitten
Account.h 4739982c66 LibCore: Change Account::set_password to take a SecretString 3 vuotta sitten
AnonymousBuffer.cpp e5dde37e24 AK: Bring AK::Error into the global namespace 3 vuotta sitten
AnonymousBuffer.h e2eabb4132 LibCore: Use ErrorOr<T> in Core::AnonymousBuffer 3 vuotta sitten
ArgsParser.cpp ea9f2f80a1 LibCore: Make ArgsParser '--help' description more general 3 vuotta sitten
ArgsParser.h 0372f051e9 LibCore: Enable emitting markdown from ArgsParser 3 vuotta sitten
CMakeLists.txt 3bf6902790 LibCore: Add SecretString, a buffer that is zero'd on destruction 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 232f54cd9b LibCore: Fix off-by-one in DateTime::{create,set_time} day default arg 3 vuotta sitten
DeferredInvocationContext.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke 3 vuotta sitten
DirIterator.cpp e4a55404f1 LibCore: Avoid duplicate '/' in DirIterator::next_full_path() 4 vuotta sitten
DirIterator.h 758085571f LibCore: Expose DirIterator's underlying file descriptor 4 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 b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 vuotta sitten
EventLoop.h f2b9ec9f8a LibCore: Add Core::EventLoop::spin_until(Function<bool()>) 3 vuotta sitten
File.cpp 4a2b718ba2 LibCore: Use ErrorOr<T> for Core::File::copy_file() 3 vuotta sitten
File.h 4a2b718ba2 LibCore: Use ErrorOr<T> for Core::File::copy_file() 3 vuotta sitten
FileStream.h 13f4890c38 LibCore: Make Core::File::open() return OSError in case of failure 4 vuotta sitten
FileWatcher.cpp 176e1cbca7 LibCore: Remove unused header includes 4 vuotta sitten
FileWatcher.h 2159f90e00 Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 4 vuotta sitten
Forward.h e9121f8b1f LibCore+Userland: Implement Core::deferred_invoke 3 vuotta sitten
GetPassword.cpp 9e667453c7 LibCore: Make get_password return SecretString instead of String 3 vuotta sitten
GetPassword.h 9e667453c7 LibCore: Make get_password return SecretString instead of String 3 vuotta sitten
IODevice.cpp 2a461704c4 LibCore: Display the correct allocation size in the debug line 3 vuotta sitten
IODevice.h 48a925b1d2 LibCore: Add optional custom read size argument in populate_read_buffer 3 vuotta sitten
LocalServer.cpp 871ef7a735 AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__ 3 vuotta sitten
LocalServer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
LocalSocket.cpp 972e5d7292 LibCore: Add peer pid retrieval for LocalSocket 4 vuotta sitten
LocalSocket.h 972e5d7292 LibCore: Add peer pid retrieval for LocalSocket 4 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
MimeData.cpp cb8d0c8d0d LibCore+Userland: Add 13 more detectable file types 4 vuotta sitten
MimeData.h cf5f3a9874 LibCore: Implement basic mime type guessing based on binary patterns 4 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 c3b0b9057e LibCore+LibGUI: Make ObjectClassRegistration::construct() nullable 3 vuotta sitten
Object.h 2e6bb987a3 AK+WindowServer: Remove did_construct() framework used only once 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 a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks 4 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 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
TCPServer.cpp 63b1296821 LibCore: Allow TCPServer to be blocking 4 vuotta sitten
TCPServer.h 63b1296821 LibCore: Allow TCPServer to be blocking 4 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 ae9e352104 LibCore: Add unit to Core::Timer interval arguments 4 vuotta sitten
Timer.h ae9e352104 LibCore: Add unit to Core::Timer interval arguments 4 vuotta sitten
UDPServer.cpp 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 vuotta sitten
UDPServer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 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
Version.cpp 7742f37c10 LibCore: Refactor a version-reading utility 3 vuotta sitten
Version.h 7742f37c10 LibCore: Refactor a version-reading utility 3 vuotta sitten