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