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