Ali Mohammad Pur 61148e9bc2 LibCore: Ignore timer events after stop() has been called 1 ano atrás
..
Account.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
Account.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
AnonymousBuffer.cpp 1cd3826ad6 Userland+Tests: Don't use MAP_FILE when mmap-ing 1 ano atrás
AnonymousBuffer.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 anos atrás
ArgsParser.cpp abf35f5bd6 LibCore: Support Optional<StringView> as an argument to ArgsParser 1 ano atrás
ArgsParser.h abf35f5bd6 LibCore: Support Optional<StringView> as an argument to ArgsParser 1 ano atrás
CMakeLists.txt e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
Command.cpp c2bc07ef7c LibCore: Use Core::Environment::raw_environ() instead of environment() 1 ano atrás
Command.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
ConfigFile.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
ConfigFile.h e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 ano atrás
DateTime.cpp 05b30ece17 LibCore: Add DateTime parser for milliseconds 1 ano atrás
DateTime.h df3e6174b6 LibCore/DateTime: Add more binary operators 1 ano atrás
Debounce.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 anos atrás
DeferredInvocationContext.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
DirIterator.cpp 603516e8c0 LibCore: Add new flag for DirIterator to not use fstatat 1 ano atrás
DirIterator.h 603516e8c0 LibCore: Add new flag for DirIterator to not use fstatat 1 ano atrás
Directory.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
Directory.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
DirectoryEntry.cpp d568b09632 LibCore: Add methods to convert DirectoryEntry types to names 1 ano atrás
DirectoryEntry.h d568b09632 LibCore: Add methods to convert DirectoryEntry types to names 1 ano atrás
ElapsedTimer.cpp 679fe00d10 LibCore+Utilities: Replace ElapsedTimer precise flag with an enum 1 ano atrás
ElapsedTimer.h 679fe00d10 LibCore+Utilities: Replace ElapsedTimer precise flag with an enum 1 ano atrás
Environment.cpp d6ab5c9b7d LibCore: Fix `AK_OS_ANDROID` build 1 ano atrás
Environment.h b9dc2d7ebf LibCore: Introduce Core::Environment wrapper 1 ano atrás
Event.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
Event.h 21097d1c9e LibCore+Ladybird: Don't store timer_id in Core::TimerEvent 1 ano atrás
EventLoop.cpp b77996884e LibCore+Ladybird: Don't force timer ids to be integer just to remap them 1 ano atrás
EventLoop.h b77996884e LibCore+Ladybird: Don't force timer ids to be integer just to remap them 1 ano atrás
EventLoopImplementation.cpp b61a87c03c LibCore: Move post_event() back to EventLoopImplementation 2 anos atrás
EventLoopImplementation.h b77996884e LibCore+Ladybird: Don't force timer ids to be integer just to remap them 1 ano atrás
EventLoopImplementationUnix.cpp a973fe13cb LibCore: Use Core::System::pipe2 for creating the event loops waking FDs 1 ano atrás
EventLoopImplementationUnix.h a973fe13cb LibCore: Use Core::System::pipe2 for creating the event loops waking FDs 1 ano atrás
EventReceiver.cpp 61148e9bc2 LibCore: Ignore timer events after stop() has been called 1 ano atrás
EventReceiver.h e1598233e1 LibCore: Remove unnecessary or invalid write after child remove 1 ano atrás
File.cpp 10edd38543 LibCore: Keep track of file offset to avoid system call for tell() 2 anos atrás
File.h 001ea22917 AK+LibCore: Make output buffered stream seekable 2 anos atrás
FilePermissionsMask.cpp 6c4b5775e1 LibCore: Implement four-digit modes for `FilePermissionsMask` parsing 3 anos atrás
FilePermissionsMask.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 anos atrás
FileWatcher.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
FileWatcherLinux.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
FileWatcherMacOS.mm 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
FileWatcherSerenity.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
FileWatcherUnimplemented.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
Forward.h 0d417cd604 LibCore: Add Resource for platform agnostic application resource loading 1 ano atrás
GetPassword.cpp ccc871e608 LibCore: Propagate errors in SecretString 2 anos atrás
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() 3 anos atrás
Group.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
Group.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
LocalServer.cpp fd694e8672 AK+Lagom: Make it possible to build for iOS 1 ano atrás
LocalServer.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
LockFile.cpp 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories 3 anos atrás
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address 3 anos atrás
MappedFile.cpp b00476abac AK: Use an enum to specify the open mode instead of a bool 1 ano atrás
MappedFile.h b00476abac AK: Use an enum to specify the open mode instead of a bool 1 ano atrás
MimeData.cpp e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
MimeData.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
NetworkJob.cpp 5fc873f53b LibCore: Don't implement pure virtual methods in `NetworkJob` 2 anos atrás
NetworkJob.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
NetworkResponse.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 anos atrás
Notifier.cpp 77e4f0d7d8 LibCore: Allow listening for multiple conditions using a single Notifier 1 ano atrás
Notifier.h 77e4f0d7d8 LibCore: Allow listening for multiple conditions using a single Notifier 1 ano atrás
Process.cpp c2bc07ef7c LibCore: Use Core::Environment::raw_environ() instead of environment() 1 ano atrás
Process.h 071f7fd818 LibCore+JSSpecCompiler: Add option for Process::spawn() to use spawnp() 1 ano atrás
ProcessStatisticsReader.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
ProcessStatisticsReader.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
Promise.h c190294a76 LibCore: Fix compilation of infallible Promise::when_resolved handlers 1 ano atrás
Proxy.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
Resource.cpp aa9387c76c LibCore: Add a Resource method to create a file:// URL from a resource 1 ano atrás
Resource.h aa9387c76c LibCore: Add a Resource method to create a file:// URL from a resource 1 ano atrás
ResourceImplementation.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
ResourceImplementation.h 98a82565cd LibCore: Do not return an Optional from Resource:::filesystem_path 1 ano atrás
ResourceImplementationFile.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
ResourceImplementationFile.h 98a82565cd LibCore: Do not return an Optional from Resource:::filesystem_path 1 ano atrás
SOCKSProxyClient.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
SOCKSProxyClient.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
SecretString.cpp ccc871e608 LibCore: Propagate errors in SecretString 2 anos atrás
SecretString.h 2ebd79bc76 LibCore: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls 2 anos atrás
SessionManagement.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
SessionManagement.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
SharedCircularQueue.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
Socket.cpp fd694e8672 AK+Lagom: Make it possible to build for iOS 1 ano atrás
Socket.h 7326d00baa RequestServer: Avoid using gethostbyname 1 ano atrás
SocketAddress.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
StandardPaths.cpp c8dc77a552 LibCore: Add Music, Pictures and Videos user directory helpers 1 ano atrás
StandardPaths.h c8dc77a552 LibCore: Add Music, Pictures and Videos user directory helpers 1 ano atrás
System.cpp 40beebca71 LibCore: Apply the flags provided to System::pipe2 on all systems 1 ano atrás
System.h fd694e8672 AK+Lagom: Make it possible to build for iOS 1 ano atrás
SystemServerTakeover.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 ano atrás
SystemServerTakeover.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
TCPServer.cpp fd694e8672 AK+Lagom: Make it possible to build for iOS 1 ano atrás
TCPServer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
ThreadEventQueue.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
ThreadEventQueue.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
ThreadedPromise.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
Timer.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
Timer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
UDPServer.cpp ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
UDPServer.h ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver 2 anos atrás
UmaskScope.h c214d31c5e Everywhere: Fix order of includes and #pragma once 2 anos atrás
Version.cpp 4a7236cabf Everywhere: Prefer `_string` when constructing strings from literals 1 ano atrás
Version.h d0977ac566 LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2 anos atrás