Fabian Dellwing 4ebc7306da LibCore: Implement integral ArgsParser positionals through a template há 2 anos atrás
..
Account.cpp 15532df83d AK+Everywhere: Change AK::fill_with_random to accept a Bytes object há 2 anos atrás
Account.h 945d2079b4 LibCore: Add a deleted state for `Account` há 2 anos atrás
AnonymousBuffer.cpp 6409618413 LibCore: Convert AnonymousBuffer to use System::anon_create há 3 anos atrás
AnonymousBuffer.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr há 2 anos atrás
ArgsParser.cpp 4ebc7306da LibCore: Implement integral ArgsParser positionals through a template há 2 anos atrás
ArgsParser.h 4ebc7306da LibCore: Implement integral ArgsParser positionals through a template há 2 anos atrás
CMakeLists.txt 16c47ccff6 LibCore: Big first step towards pluggable Core::EventLoop há 2 anos atrás
Command.cpp d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` há 2 anos atrás
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
ConfigFile.cpp ae51c1821c Everywhere: Remove unintentional partial stream reads and writes há 2 anos atrás
ConfigFile.h 874c7bba28 LibCore: Remove `Stream.h` há 2 anos atrás
DateTime.cpp 8dd0038f47 LibCore: Add DateTime::to_string() há 2 anos atrás
DateTime.h 8dd0038f47 LibCore: Add DateTime::to_string() há 2 anos atrás
Debounce.h a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr há 2 anos atrás
DeferredInvocationContext.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore há 3 anos atrás
DeprecatedFile.cpp 492e5c3c14 LibCore: Remove all unused `DeprecatedFile` functions há 2 anos atrás
DeprecatedFile.h 492e5c3c14 LibCore: Remove all unused `DeprecatedFile` functions há 2 anos atrás
DirIterator.cpp 774f328783 LibCore+Everywhere: Return an Error from DirIterator::error() há 2 anos atrás
DirIterator.h 774f328783 LibCore+Everywhere: Return an Error from DirIterator::error() há 2 anos atrás
Directory.cpp 23aec16e8b LibCore: Introduce a new directory iteration API há 2 anos atrás
Directory.h 23aec16e8b LibCore: Introduce a new directory iteration API há 2 anos atrás
DirectoryEntry.cpp 1a29ecd648 LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSD há 2 anos atrás
DirectoryEntry.h a98ae8f357 LibCore: Expose file type from DirIterator há 2 anos atrás
ElapsedTimer.cpp 4afa6e264c LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer há 2 anos atrás
ElapsedTimer.h 4afa6e264c LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer há 2 anos atrás
Event.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
Event.h 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
EventLoop.cpp b61a87c03c LibCore: Move post_event() back to EventLoopImplementation há 2 anos atrás
EventLoop.h e66313e536 LibCore: Remove unused cruft in EventLoop.h há 2 anos atrás
EventLoopImplementation.cpp b61a87c03c LibCore: Move post_event() back to EventLoopImplementation há 2 anos atrás
EventLoopImplementation.h f61947fa9e LibCore: Remove unused EventLoopManager::wake() há 2 anos atrás
EventLoopImplementationUnix.cpp f61947fa9e LibCore: Remove unused EventLoopManager::wake() há 2 anos atrás
EventLoopImplementationUnix.h f61947fa9e LibCore: Remove unused EventLoopManager::wake() há 2 anos atrás
File.cpp d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
File.h d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
FilePermissionsMask.cpp 6c4b5775e1 LibCore: Implement four-digit modes for `FilePermissionsMask` parsing há 3 anos atrás
FilePermissionsMask.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes há 2 anos atrás
FileWatcher.h 0e7a48bd7d LibCore: Allow subclassing FileWatcher há 2 anos atrás
FileWatcherLinux.cpp 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
FileWatcherMacOS.mm 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
FileWatcherSerenity.cpp 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
FileWatcherUnimplemented.cpp 142abc0b2e LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags há 2 anos atrás
Forward.h afd0f941b7 LibCore: Add Promise to the forward declare header há 2 anos atrás
GetPassword.cpp ccc871e608 LibCore: Propagate errors in SecretString há 2 anos atrás
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() há 3 anos atrás
Group.cpp 72a48ee1ee LibCore+Utilities: Replace uses of strpbrk with find_any_of() há 2 anos atrás
Group.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
IODevice.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
IODevice.h 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` há 2 anos atrás
LocalServer.cpp 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
LocalServer.h 874c7bba28 LibCore: Remove `Stream.h` há 2 anos atrás
LockFile.cpp 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories há 3 anos atrás
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address há 3 anos atrás
MappedFile.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes há 2 anos atrás
MappedFile.h 5b6e93f96a LibCore: Add `MappedFile::map_from_file()` há 2 anos atrás
MimeData.cpp 50b5528746 LibCore+file: Factorize code to detect mime-type from bytes of a file há 2 anos atrás
MimeData.h 50b5528746 LibCore+file: Factorize code to detect mime-type from bytes of a file há 2 anos atrás
NetworkJob.cpp 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages há 2 anos atrás
NetworkJob.h d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
NetworkResponse.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore há 3 anos atrás
Notifier.cpp 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
Notifier.h 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
Object.cpp 16c47ccff6 LibCore: Big first step towards pluggable Core::EventLoop há 2 anos atrás
Object.h 3de8dd921e Userland: Remove serialize-to-JSON functions only used for Inspector há 2 anos atrás
Process.cpp cd7459d608 LibCore: Get the environment in Core::Process::spawn() on macOS há 2 anos atrás
Process.h d27a513dc5 LibCore: Add KeepAsChild option to Core::Process::spawn() há 2 anos atrás
ProcessStatisticsReader.cpp 12ce6ef3d7 Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes` há 2 anos atrás
ProcessStatisticsReader.h 12ce6ef3d7 Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes` há 2 anos atrás
Promise.h 8f4d0d3797 LibCore+Userland: Make Promise's on_resolve fallible há 2 anos atrás
Property.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
Property.h 746364d7c1 LibCore: Support write-only Object properties há 2 anos atrás
Proxy.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr há 2 anos atrás
SOCKSProxyClient.cpp ba354fa396 LibCore: Use length-checking stream reads and writes for SOCKS5 há 2 anos atrás
SOCKSProxyClient.h d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
SecretString.cpp ccc871e608 LibCore: Propagate errors in SecretString há 2 anos atrás
SecretString.h ccc871e608 LibCore: Propagate errors in SecretString há 2 anos atrás
SessionManagement.cpp 5dcc58d54a Kernel+LibCore: Make %sid path parsing not take ages há 2 anos atrás
SessionManagement.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
SharedCircularQueue.h 108ea2b921 LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods há 2 anos atrás
Socket.cpp 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
Socket.h 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
SocketAddress.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable há 2 anos atrás
StandardPaths.cpp 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals há 2 anos atrás
StandardPaths.h c5cadca542 LibCore: Add StandardPaths::font_directories() há 2 anos atrás
System.cpp 8289759f1d Kernel: Allow configuring a Jail to not impose PID isolation restriction há 2 anos atrás
System.h 938a4e26b5 LibCore: Include sys/ucred.h in System.h for FreeBSD há 2 anos atrás
SystemServerTakeover.cpp a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace há 2 anos atrás
SystemServerTakeover.h 874c7bba28 LibCore: Remove `Stream.h` há 2 anos atrás
TCPServer.cpp 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
TCPServer.h 874c7bba28 LibCore: Remove `Stream.h` há 2 anos atrás
ThreadEventQueue.cpp 7b963e1e98 LibCore+Ladybird: Add EventLoopManager interface for persistent state há 2 anos atrás
ThreadEventQueue.h 1587caef84 LibCore: Move event queueing to a per-thread event queue há 2 anos atrás
Timer.cpp 6edc0cf5ab LibCore+Userland: Don't auto-start new Core::Timers há 2 anos atrás
Timer.h 6edc0cf5ab LibCore+Userland: Don't auto-start new Core::Timers há 2 anos atrás
UDPServer.cpp 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type há 2 anos atrás
UDPServer.h 767529ebf5 LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer> há 2 anos atrás
UmaskScope.h c214d31c5e Everywhere: Fix order of includes and #pragma once há 2 anos atrás
Version.cpp d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog há 2 anos atrás
Version.h d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog há 2 anos atrás