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