Sam Atkins 4d2e18fb07 LibCore: Output invalid DateTime::to_string() specifiers as literals 3 gadi atpakaļ
..
Account.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Account.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
AnonymousBuffer.cpp 6409618413 LibCore: Convert AnonymousBuffer to use System::anon_create 3 gadi atpakaļ
AnonymousBuffer.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
ArgsParser.cpp 3e5b1b1dbc LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)` 3 gadi atpakaļ
ArgsParser.h 3e5b1b1dbc LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)` 3 gadi atpakaļ
CMakeLists.txt 46b76f2f55 LibCore: Introduce Directory 3 gadi atpakaļ
Command.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Command.h 4674577d80 Everywhere: Rename CommandResult stdout, stderr members to output, error 3 gadi atpakaļ
ConfigFile.cpp d564cf1e89 LibCore+Everywhere: Make Core::Stream read_line() return StringView 3 gadi atpakaļ
ConfigFile.h 0fd09b2381 LibCore: Automatically create config directories if necessary 3 gadi atpakaļ
DateTime.cpp 4d2e18fb07 LibCore: Output invalid DateTime::to_string() specifiers as literals 3 gadi atpakaļ
DateTime.h f2c02077ba Userland: Remove a few gratuitous IPC namespace qualifiers 3 gadi atpakaļ
DeferredInvocationContext.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 gadi atpakaļ
DirIterator.cpp 170a7e263c Userland: Fail Core::find_executable_in_path on empty inputs 3 gadi atpakaļ
DirIterator.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Directory.cpp 72893b4f9e LibCore: Add an optional permissions mask to Directory::create() 3 gadi atpakaļ
Directory.h 72893b4f9e LibCore: Add an optional permissions mask to Directory::create() 3 gadi atpakaļ
ElapsedTimer.cpp 7c939c58b8 LibCore: Add ElapsedTimer::reset() 3 gadi atpakaļ
ElapsedTimer.h 7c939c58b8 LibCore: Add ElapsedTimer::reset() 3 gadi atpakaļ
Event.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Event.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
EventLoop.cpp f240def414 LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1 3 gadi atpakaļ
EventLoop.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 gadi atpakaļ
File.cpp 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories 3 gadi atpakaļ
File.h 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories 3 gadi atpakaļ
FilePermissionsMask.cpp 070d70848f LibCore: Improve handling of parsing errors in FilePermissionsMask 3 gadi atpakaļ
FilePermissionsMask.h 8b95423b50 LibCore: Add FilePermissionsMask 3 gadi atpakaļ
FileStream.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
FileWatcher.cpp 0b0c4e82b9 LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher 3 gadi atpakaļ
FileWatcher.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 gadi atpakaļ
Forward.h 9f85b4ff7b Core: Remove non-existent classes from `Forward.h` 3 gadi atpakaļ
GetPassword.cpp 354c4690d2 LibCore: Use LibCore syscall wrappers in get_password() 3 gadi atpakaļ
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() 3 gadi atpakaļ
Group.cpp 1fb8408aa2 LibCore: Do not leak FILE pointer in Group::add_group() 3 gadi atpakaļ
Group.h 6df3fdd83f LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group() 3 gadi atpakaļ
IODevice.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
IODevice.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
InputBitStream.h 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 gadi atpakaļ
LocalServer.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
LocalServer.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
LockFile.cpp 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories 3 gadi atpakaļ
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address 3 gadi atpakaļ
MappedFile.cpp 0ed5f84bd9 LibCore: Use open() wrapper in Core::MappedFile :^) 3 gadi atpakaļ
MappedFile.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
MemoryStream.h 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 gadi atpakaļ
MimeData.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
MimeData.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
NetworkJob.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
NetworkJob.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
NetworkResponse.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 gadi atpakaļ
Notifier.cpp 176e1cbca7 LibCore: Remove unused header includes 4 gadi atpakaļ
Notifier.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
Object.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Object.h 452bbcaa84 LibCore: Turn size properties from an object into a size 2 array 3 gadi atpakaļ
Process.cpp f5c3225286 LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS 4 gadi atpakaļ
Process.h 6e65b36973 LibCore: Add Core::Process::spawn() 4 gadi atpakaļ
ProcessStatisticsReader.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 gadi atpakaļ
ProcessStatisticsReader.h a635ff4e60 Everywhere: Make tracking cpu usage independent from system ticks 4 gadi atpakaļ
Promise.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 gadi atpakaļ
Property.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Property.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
Proxy.h f9fc28931f pro: Accept an optional proxy to tunnel the download through 3 gadi atpakaļ
SOCKSProxyClient.cpp 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 gadi atpakaļ
SOCKSProxyClient.h 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 gadi atpakaļ
SecretString.cpp 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 gadi atpakaļ
SecretString.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
SharedCircularQueue.h 6b13436ef6 LibCore: Introduce SharedSingleProducerCircularQueue 3 gadi atpakaļ
SocketAddress.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
StandardPaths.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
StandardPaths.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 gadi atpakaļ
Stream.cpp fe5fdb200b LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes 3 gadi atpakaļ
Stream.h fe5fdb200b LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes 3 gadi atpakaļ
System.cpp 32ab09a930 LibCore: Add a wrapper for execvpe() and friends 3 gadi atpakaļ
System.h 32ab09a930 LibCore: Add a wrapper for execvpe() and friends 3 gadi atpakaļ
SystemServerTakeover.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
SystemServerTakeover.h 89d9a1afc0 LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore 3 gadi atpakaļ
TCPServer.cpp 64f135d90f LibCore+Userland: Remove Core::TCPSocket :^) 3 gadi atpakaļ
TCPServer.h dbd25916a3 LibCore+Userland+Tests: Convert Stream APIs to construct on heap 3 gadi atpakaļ
TempFile.cpp 145eeb57ab Userland: Remove a bunch of unnecessary Vector imports 3 gadi atpakaļ
TempFile.h 95545648bd LibCore: Add utility class for temporary files and directories 3 gadi atpakaļ
Timer.cpp ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 gadi atpakaļ
Timer.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 gadi atpakaļ
UDPServer.cpp 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
UDPServer.h 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
UmaskScope.h edd8f19a1b LibCore: Add Core::UmaskScope to set and unset a temporary umask 3 gadi atpakaļ
Version.cpp 8260135d4d LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 3 gadi atpakaļ
Version.h 7742f37c10 LibCore: Refactor a version-reading utility 3 gadi atpakaļ