Tim Schumacher 1d5dbd1b80 LibCore: Limit to the user buffer size when reading lines from a stream před 2 roky
..
Account.cpp 7af5eef0dd SystemServer+LoginServer+Userland: Switch to sid-based sockets před 2 roky
Account.h 7af5eef0dd SystemServer+LoginServer+Userland: Switch to sid-based sockets před 2 roky
AnonymousBuffer.cpp 6409618413 LibCore: Convert AnonymousBuffer to use System::anon_create před 3 roky
AnonymousBuffer.h 086969277e Everywhere: Run clang-format před 3 roky
ArgsParser.cpp 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions před 2 roky
ArgsParser.h 0f66963a56 LibCore: Implement integral ArgsParser options through a template před 3 roky
CMakeLists.txt 18e2bc635f LibCore: Link against LibSystem před 2 roky
Command.cpp 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY před 2 roky
Command.h 4674577d80 Everywhere: Rename CommandResult stdout, stderr members to output, error před 3 roky
ConfigFile.cpp c34f2e75e9 LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group() před 2 roky
ConfigFile.h c34f2e75e9 LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group() před 2 roky
DateTime.cpp a4a7efaf5f LibC+LibCore: Use tm_isdst to handle time zone offsets in DST před 3 roky
DateTime.h f2c02077ba Userland: Remove a few gratuitous IPC namespace qualifiers před 3 roky
Debounce.h cdcdc095df LibCore: Add Core::debounce(function, timeout) před 3 roky
DeferredInvocationContext.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore před 3 roky
DirIterator.cpp 5f99934dce Userland: Consolidate most PATH resolving into a single implementation před 3 roky
DirIterator.h 5f99934dce Userland: Consolidate most PATH resolving into a single implementation před 3 roky
Directory.cpp c1af2f28e3 LibCore: Add Directory::chown() API and use it in Core::Account před 3 roky
Directory.h c1af2f28e3 LibCore: Add Directory::chown() API and use it in Core::Account před 3 roky
ElapsedTimer.cpp 7c939c58b8 LibCore: Add ElapsedTimer::reset() před 3 roky
ElapsedTimer.h 7c939c58b8 LibCore: Add ElapsedTimer::reset() před 3 roky
Event.cpp 086969277e Everywhere: Run clang-format před 3 roky
Event.h 086969277e Everywhere: Run clang-format před 3 roky
EventLoop.cpp 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY před 2 roky
EventLoop.h 125122a9ab LibAudio: Prevent racy eternal deadlock of the audio enqueue thread před 3 roky
File.cpp 1d533acbc0 AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines před 2 roky
File.h 120e5aeca4 LibCore: Actually tell people to stop using Core::File in new code před 2 roky
FilePermissionsMask.cpp 6c4b5775e1 LibCore: Implement four-digit modes for `FilePermissionsMask` parsing před 3 roky
FilePermissionsMask.h 130f04c493 LibCore: Implement the 'X' modifier into `FilePermissionMask` před 3 roky
FileStream.h 086969277e Everywhere: Run clang-format před 3 roky
FileWatcher.cpp 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY před 2 roky
FileWatcher.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) před 3 roky
Forward.h 9f85b4ff7b Core: Remove non-existent classes from `Forward.h` před 3 roky
GetPassword.cpp 354c4690d2 LibCore: Use LibCore syscall wrappers in get_password() před 3 roky
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() před 3 roky
Group.cpp d84fc60f96 LibCore: Add support for compiling for Android with API Version >= 30 před 3 roky
Group.h d84fc60f96 LibCore: Add support for compiling for Android with API Version >= 30 před 3 roky
IODevice.cpp 086969277e Everywhere: Run clang-format před 3 roky
IODevice.h 086969277e Everywhere: Run clang-format před 3 roky
InputBitStream.h af50b0363b LibCore: Add LittleEndianInputBitStream před 3 roky
LocalServer.cpp 7af5eef0dd SystemServer+LoginServer+Userland: Switch to sid-based sockets před 2 roky
LocalServer.h 086969277e Everywhere: Run clang-format před 3 roky
LockFile.cpp 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories před 3 roky
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address před 3 roky
MappedFile.cpp 69aece9279 LibCore+LibGfx: Pass file-path as StringView před 3 roky
MappedFile.h 69aece9279 LibCore+LibGfx: Pass file-path as StringView před 3 roky
MemoryStream.h e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view před 3 roky
MimeData.cpp f48651fccc LibCore: Add MIME sniffing for MP3 and WAV před 3 roky
MimeData.h 086969277e Everywhere: Run clang-format před 3 roky
NetworkJob.cpp 086969277e Everywhere: Run clang-format před 3 roky
NetworkJob.h 086969277e Everywhere: Run clang-format před 3 roky
NetworkResponse.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore před 3 roky
Notifier.cpp 176e1cbca7 LibCore: Remove unused header includes před 4 roky
Notifier.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
Object.cpp 086969277e Everywhere: Run clang-format před 3 roky
Object.h 30815c25a2 LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget před 2 roky
Process.cpp 953520df49 LibCore: Add argument to specify working directory in Process::spawn před 2 roky
Process.h 953520df49 LibCore: Add argument to specify working directory in Process::spawn před 2 roky
ProcessStatisticsReader.cpp c7dca00b65 LibCore: Use new global variables at /sys/kernel/ directory před 2 roky
ProcessStatisticsReader.h c7dca00b65 LibCore: Use new global variables at /sys/kernel/ directory před 2 roky
Promise.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors před 3 roky
Property.cpp 086969277e Everywhere: Run clang-format před 3 roky
Property.h 086969277e Everywhere: Run clang-format před 3 roky
Proxy.h f9fc28931f pro: Accept an optional proxy to tunnel the download through před 3 roky
SOCKSProxyClient.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) před 3 roky
SOCKSProxyClient.h 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes před 3 roky
SecretString.cpp 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr před 3 roky
SecretString.h 086969277e Everywhere: Run clang-format před 3 roky
SessionManagement.cpp 2c3caa7e17 LibCore: Create Core::SessionManagement for session management před 2 roky
SessionManagement.h 2c3caa7e17 LibCore: Create Core::SessionManagement for session management před 2 roky
SharedCircularQueue.h 4355a01455 LibCore: Fix deadlock in SharedSingleProducerCircularQueue před 3 roky
SocketAddress.h 086969277e Everywhere: Run clang-format před 3 roky
StandardPaths.cpp bd66453e8d LibCore: Add documents_directory() to StandardPaths před 2 roky
StandardPaths.h bd66453e8d LibCore: Add documents_directory() to StandardPaths před 2 roky
Stream.cpp d9360676cd LibCore: Add standard_{output, input, error} functions to File::Stream před 2 roky
Stream.h 1d5dbd1b80 LibCore: Limit to the user buffer size when reading lines from a stream před 2 roky
System.cpp d102ea5f81 Userland: Unveil /usr/lib/Loader.so when using 'x' permissions on unveil před 2 roky
System.h 1d533acbc0 AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines před 2 roky
SystemServerTakeover.cpp e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view před 3 roky
SystemServerTakeover.h 89d9a1afc0 LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore před 3 roky
TCPServer.cpp 64f135d90f LibCore+Userland: Remove Core::TCPSocket :^) před 3 roky
TCPServer.h dbd25916a3 LibCore+Userland+Tests: Convert Stream APIs to construct on heap před 3 roky
TempFile.cpp 145eeb57ab Userland: Remove a bunch of unnecessary Vector imports před 3 roky
TempFile.h 95545648bd LibCore: Add utility class for temporary files and directories před 3 roky
Timer.cpp ea58b8d927 Libraries: Use default constructors/destructors in LibCore před 3 roky
Timer.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore před 3 roky
UDPServer.cpp 086969277e Everywhere: Run clang-format před 3 roky
UDPServer.h 086969277e Everywhere: Run clang-format před 3 roky
UmaskScope.h c214d31c5e Everywhere: Fix order of includes and #pragma once před 2 roky
Version.cpp 38bb189772 LibCore: Read version information from uname() instead of /res/version před 2 roky
Version.h cb0b82ec46 Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version před 2 roky