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