Sergey Bugaev 9d2d78c57c LibCore: Make MachPort build on GNU Mach 1 년 전
..
Platform 5dd3b91f0e LibCore+LibWebView: Move process statistics to LibCore 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 abf35f5bd6 LibCore: Support Optional<StringView> as an argument to ArgsParser 1 년 전
ArgsParser.h 88b343061e LibCore: Make short_name optional for ArgsParser 1 년 전
CMakeLists.txt 1560d6ad62 LibCore: Remove the now-obsolete SingletonProcess helper files 1 년 전
Command.cpp c23060e21b Userland: Avoid some now-unneeded explicit conversions to Bytes 1 년 전
Command.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 년 전
ConfigFile.cpp c23060e21b Userland: Avoid some now-unneeded explicit conversions to Bytes 1 년 전
ConfigFile.h e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 년 전
DateTime.cpp b169ffd1cf LibCore: Allow formatting a DateTime in GMT 1 년 전
DateTime.h b169ffd1cf LibCore: Allow formatting a DateTime in GMT 1 년 전
Debounce.h 1cb5385a29 LibCore: Stop obsessing about tiny OOMs in Core::Timer 1 년 전
DeferredInvocationContext.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
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 679fe00d10 LibCore+Utilities: Replace ElapsedTimer precise flag with an enum 1 년 전
ElapsedTimer.h 679fe00d10 LibCore+Utilities: Replace ElapsedTimer precise flag with an enum 1 년 전
Environment.cpp d6ab5c9b7d LibCore: Fix `AK_OS_ANDROID` build 1 년 전
Environment.h b9dc2d7ebf LibCore: Introduce Core::Environment wrapper 1 년 전
Event.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
Event.h 21097d1c9e LibCore+Ladybird: Don't store timer_id in Core::TimerEvent 1 년 전
EventLoop.cpp b77996884e LibCore+Ladybird: Don't force timer ids to be integer just to remap them 1 년 전
EventLoop.h b77996884e LibCore+Ladybird: Don't force timer ids to be integer just to remap them 1 년 전
EventLoopImplementation.cpp b61a87c03c LibCore: Move post_event() back to EventLoopImplementation 2 년 전
EventLoopImplementation.h b77996884e LibCore+Ladybird: Don't force timer ids to be integer just to remap them 1 년 전
EventLoopImplementationUnix.cpp a973fe13cb LibCore: Use Core::System::pipe2 for creating the event loops waking FDs 1 년 전
EventLoopImplementationUnix.h a973fe13cb LibCore: Use Core::System::pipe2 for creating the event loops waking FDs 1 년 전
EventReceiver.cpp 61148e9bc2 LibCore: Ignore timer events after stop() has been called 1 년 전
EventReceiver.h e1598233e1 LibCore: Remove unnecessary or invalid write after child remove 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 2 년 전
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 70149079e4 LibCore: Add initializer for LocalServer from already connected socket 1 년 전
LocalServer.h 70149079e4 LibCore: Add initializer for LocalServer from already connected socket 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 년 전
MachPort.cpp 9d2d78c57c LibCore: Make MachPort build on GNU Mach 1 년 전
MachPort.h 9d2d78c57c LibCore: Make MachPort build on GNU Mach 1 년 전
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 0c935f8f42 LibGfx/JPEG2000: Support reading raw jpeg2000 codestreams 1 년 전
MimeData.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 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 12a9702acb LibCore: Make singleton process helpers public 1 년 전
Process.h 12a9702acb LibCore: Make singleton process helpers public 1 년 전
ProcessStatisticsReader.cpp 5ed7cd6e32 Everywhere: Use east const in more places 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 e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 년 전
Resource.cpp 28307d0db6 LibCore: Add modified time to Resource 1 년 전
Resource.h 28307d0db6 LibCore: Add modified time to Resource 1 년 전
ResourceImplementation.cpp 28307d0db6 LibCore: Add modified time to Resource 1 년 전
ResourceImplementation.h 28307d0db6 LibCore: Add modified time to Resource 1 년 전
ResourceImplementationFile.cpp 28307d0db6 LibCore: Add modified time to Resource 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 05731f93b6 LibCore: Don't use designated initializers for struct cmsghdr 1 년 전
Socket.h a18c7c4405 LibCore: Let LocalSocket send and receive messages with SCM_RIGHTS 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 9c9a378455 LibCore: Implement Core::System::hardware_concurrency() 1 년 전
System.h 9c9a378455 LibCore: Implement Core::System::hardware_concurrency() 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 fd694e8672 AK+Lagom: Make it possible to build for iOS 1 년 전
TCPServer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
ThreadEventQueue.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
ThreadEventQueue.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
ThreadedPromise.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
Timer.cpp 1cb5385a29 LibCore: Stop obsessing about tiny OOMs in Core::Timer 1 년 전
Timer.h 1cb5385a29 LibCore: Stop obsessing about tiny OOMs in Core::Timer 1 년 전
UDPServer.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
UDPServer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 년 전
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 년 전