Tim Ledbetter 4a7236cabf Everywhere: Prefer `_string` when constructing strings from literals 1 year ago
..
Account.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Account.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
AnonymousBuffer.cpp 1cd3826ad6 Userland+Tests: Don't use MAP_FILE when mmap-ing 1 year ago
AnonymousBuffer.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 years ago
ArgsParser.cpp f784122703 LibCore: Refactor template definitions to header in ArgsParser 1 year ago
ArgsParser.h f784122703 LibCore: Refactor template definitions to header in ArgsParser 1 year ago
CMakeLists.txt 0d417cd604 LibCore: Add Resource for platform agnostic application resource loading 1 year ago
Command.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Command.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
ConfigFile.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
ConfigFile.h e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
DateTime.cpp 05b30ece17 LibCore: Add DateTime parser for milliseconds 1 year ago
DateTime.h df3e6174b6 LibCore/DateTime: Add more binary operators 1 year ago
Debounce.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
DeferredInvocationContext.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
DirIterator.cpp 603516e8c0 LibCore: Add new flag for DirIterator to not use fstatat 1 year ago
DirIterator.h 603516e8c0 LibCore: Add new flag for DirIterator to not use fstatat 1 year ago
Directory.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Directory.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
DirectoryEntry.cpp d568b09632 LibCore: Add methods to convert DirectoryEntry types to names 1 year ago
DirectoryEntry.h d568b09632 LibCore: Add methods to convert DirectoryEntry types to names 1 year ago
ElapsedTimer.cpp fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 years ago
ElapsedTimer.h fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 years ago
Event.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
Event.h 506707cc2b LibCore: Allow listening for socket errors and hang-ups 1 year ago
EventLoop.cpp 4c23f0e142 LibCore: Log a message before failure in `EventLoop::current()` 1 year ago
EventLoop.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
EventLoopImplementation.cpp b61a87c03c LibCore: Move post_event() back to EventLoopImplementation 2 years ago
EventLoopImplementation.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
EventLoopImplementationUnix.cpp 506707cc2b LibCore: Allow listening for socket errors and hang-ups 1 year ago
EventLoopImplementationUnix.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
EventReceiver.cpp e6b8c2bd59 LibCore: Don't print class_name() from EventReceiver::stop_timer() 1 year ago
EventReceiver.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
File.cpp 10edd38543 LibCore: Keep track of file offset to avoid system call for tell() 2 years ago
File.h 001ea22917 AK+LibCore: Make output buffered stream seekable 1 year ago
FilePermissionsMask.cpp 6c4b5775e1 LibCore: Implement four-digit modes for `FilePermissionsMask` parsing 3 years ago
FilePermissionsMask.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 years ago
FileWatcher.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
FileWatcherLinux.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
FileWatcherMacOS.mm 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
FileWatcherSerenity.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
FileWatcherUnimplemented.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Forward.h 0d417cd604 LibCore: Add Resource for platform agnostic application resource loading 1 year ago
GetPassword.cpp ccc871e608 LibCore: Propagate errors in SecretString 2 years ago
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() 3 years ago
Group.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Group.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
LocalServer.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
LocalServer.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
LockFile.cpp 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories 3 years ago
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address 3 years ago
MappedFile.cpp b00476abac AK: Use an enum to specify the open mode instead of a bool 1 year ago
MappedFile.h b00476abac AK: Use an enum to specify the open mode instead of a bool 1 year ago
MimeData.cpp 187862ebe0 LibGfx: Add a .pam loader 1 year ago
MimeData.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
NetworkJob.cpp 5fc873f53b LibCore: Don't implement pure virtual methods in `NetworkJob` 2 years ago
NetworkJob.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
NetworkResponse.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 years ago
Notifier.cpp 77e4f0d7d8 LibCore: Allow listening for multiple conditions using a single Notifier 1 year ago
Notifier.h 77e4f0d7d8 LibCore: Allow listening for multiple conditions using a single Notifier 1 year ago
Process.cpp 071f7fd818 LibCore+JSSpecCompiler: Add option for Process::spawn() to use spawnp() 1 year ago
Process.h 071f7fd818 LibCore+JSSpecCompiler: Add option for Process::spawn() to use spawnp() 1 year ago
ProcessStatisticsReader.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
ProcessStatisticsReader.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Promise.h c190294a76 LibCore: Fix compilation of infallible Promise::when_resolved handlers 1 year ago
Proxy.h 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' 1 year ago
Resource.cpp aa9387c76c LibCore: Add a Resource method to create a file:// URL from a resource 1 year ago
Resource.h aa9387c76c LibCore: Add a Resource method to create a file:// URL from a resource 1 year ago
ResourceImplementation.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
ResourceImplementation.h 98a82565cd LibCore: Do not return an Optional from Resource:::filesystem_path 1 year ago
ResourceImplementationFile.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
ResourceImplementationFile.h 98a82565cd LibCore: Do not return an Optional from Resource:::filesystem_path 1 year ago
SOCKSProxyClient.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
SOCKSProxyClient.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
SecretString.cpp ccc871e608 LibCore: Propagate errors in SecretString 2 years ago
SecretString.h 2ebd79bc76 LibCore: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls 2 years ago
SessionManagement.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
SessionManagement.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
SharedCircularQueue.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Socket.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Socket.h 7326d00baa RequestServer: Avoid using gethostbyname 1 year ago
SocketAddress.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
StandardPaths.cpp c8dc77a552 LibCore: Add Music, Pictures and Videos user directory helpers 1 year ago
StandardPaths.h c8dc77a552 LibCore: Add Music, Pictures and Videos user directory helpers 1 year ago
System.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
System.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
SystemServerTakeover.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
SystemServerTakeover.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
TCPServer.cpp 0816bbe727 LibCore: Use accept instead of accept4 on Haiku 1 year ago
TCPServer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
ThreadEventQueue.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
ThreadEventQueue.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
ThreadedPromise.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
Timer.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
Timer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
UDPServer.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
UDPServer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 1 year ago
UmaskScope.h c214d31c5e Everywhere: Fix order of includes and #pragma once 2 years ago
Version.cpp 4a7236cabf Everywhere: Prefer `_string` when constructing strings from literals 1 year ago
Version.h d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2 years ago