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