serenity/Userland/Libraries/LibCore
Pavel Shliak 7ac2e83da4 LibCore: Do not include math.h in ArgsParser
(cherry picked from commit 6ec06a01a2e3bd8397716fcfac6d301ab09c63bc)
2024-12-21 14:58:20 -05:00
..
Platform LibCore+LibWebView: Move process statistics to LibCore 2024-04-22 14:46:10 -06:00
Account.cpp LibCore: Make get_salt() fallible so we get an error instead of crashing 2024-11-28 20:08:33 -05:00
Account.h LibCore: Make get_salt() fallible so we get an error instead of crashing 2024-11-28 20:08:33 -05:00
AnonymousBuffer.cpp LibCore: Close fd if we fail to create AnonymousBuffer 2024-08-20 09:12:50 -04:00
AnonymousBuffer.h
ArgsParser.cpp LibCore: Do not include math.h in ArgsParser 2024-12-21 14:58:20 -05:00
ArgsParser.h LibCore: Make short_name optional for ArgsParser 2024-04-22 08:10:08 +02:00
CMakeLists.txt Meta: Exclude LibCore, LibUnicode, and LibURL from the lagom-tools build 2024-10-15 20:45:29 -04:00
Command.cpp LibCore: Add fixme about handling possible fd leaks 2024-08-20 09:12:50 -04:00
Command.h LibCore: Change return value of Command::create() to 2024-08-20 09:12:50 -04:00
ConfigFile.cpp Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
ConfigFile.h
DateTime.cpp LibCore: Allow formatting a DateTime in GMT 2024-04-02 07:51:02 +02:00
DateTime.h LibCore: Allow formatting a DateTime in GMT 2024-04-02 07:51:02 +02:00
Debounce.h LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
DeferredInvocationContext.h Revert "LibCore: Add Core::deferred_invoke_if(F, Condition)" 2024-05-21 23:32:54 +02:00
Directory.cpp
Directory.h
DirectoryEntry.cpp
DirectoryEntry.h
DirIterator.cpp
DirIterator.h
ElapsedTimer.cpp RequestServer: Handle IPC requests on multiple threads concurrently 2024-05-20 08:03:35 +02:00
ElapsedTimer.h RequestServer: Handle IPC requests on multiple threads concurrently 2024-05-20 08:03:35 +02:00
Environment.cpp Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
Environment.h
Event.cpp
Event.h
EventLoop.cpp LibCore: Add a couple coroutine-related helper functions 2024-06-19 15:45:02 +02:00
EventLoop.h LibCore: Add a couple coroutine-related helper functions 2024-06-19 15:45:02 +02:00
EventLoopImplementation.cpp
EventLoopImplementation.h
EventLoopImplementationUnix.cpp LibCore: Log errors from pipe2 when creating an event loop 2024-07-29 01:01:11 -04:00
EventLoopImplementationUnix.h LibCore: Include AK/NonnullOwnPtr.h in EventLoopImplementationUnix.h 2024-08-20 09:12:50 -04:00
EventReceiver.cpp
EventReceiver.h
File.cpp
File.h LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
FilePermissionsMask.cpp
FilePermissionsMask.h
FileWatcher.h
FileWatcherLinux.cpp
FileWatcherMacOS.mm
FileWatcherSerenity.cpp
FileWatcherUnimplemented.cpp
Forward.h
GetPassword.cpp
GetPassword.h
Group.cpp Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
Group.h Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
LocalServer.cpp LibCore: Add initializer for LocalServer from already connected socket 2024-04-27 20:32:12 -04:00
LocalServer.h LibCore: Add initializer for LocalServer from already connected socket 2024-04-27 20:32:12 -04:00
LockFile.cpp
LockFile.h
MachPort.cpp LibCore: Make MachPort build on GNU Mach 2024-05-02 07:46:53 -06:00
MachPort.h LibCore: Make MachPort build on GNU Mach 2024-05-02 07:46:53 -06:00
MappedFile.cpp LibCore: Create fd_close_guard before possibly failing on fcntl 2024-08-20 09:12:50 -04:00
MappedFile.h
MimeData.cpp LibCore: Recognize .xht as XHTML in MIME parser for file names 2024-11-15 23:09:44 -05:00
MimeData.h
NetworkJob.cpp Everywhere: Write dtors for types with incomplete members out-of-line 2024-06-25 17:42:49 +02:00
NetworkJob.h Everywhere: Write dtors for types with incomplete members out-of-line 2024-06-25 17:42:49 +02:00
NetworkResponse.h
Notifier.cpp
Notifier.h LibCore: Make Timers and Notifiers aware of threads 2024-05-20 08:03:35 +02:00
Process.cpp Everywhere: Convert from_string_view -> from_string_literal where static 2024-11-15 08:56:39 -05:00
Process.h Everywhere: Define even more destructors out of line 2024-06-30 08:52:07 +02:00
ProcessStatisticsReader.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ProcessStatisticsReader.h
Promise.h LibCore: Add Promise::map(ErrorOr<U>(T)) 2024-10-02 08:10:54 +02:00
Proxy.h
Resource.cpp LibCore: Add modified time to Resource 2024-04-02 07:51:02 +02:00
Resource.h LibCore: Add modified time to Resource 2024-04-02 07:51:02 +02:00
ResourceImplementation.cpp Everywhere: Convert from_string_view -> from_string_literal where static 2024-11-15 08:56:39 -05:00
ResourceImplementation.h LibCore: Add modified time to Resource 2024-04-02 07:51:02 +02:00
ResourceImplementationFile.cpp LibCore: Add modified time to Resource 2024-04-02 07:51:02 +02:00
ResourceImplementationFile.h
SecretString.cpp
SecretString.h
SessionManagement.cpp
SessionManagement.h
SharedCircularQueue.h
Socket.cpp RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
Socket.h Documentation: Fix some minor ESL grammar issues 2024-07-03 00:17:46 +02:00
SocketAddress.h
SOCKSProxyClient.cpp Userland: Use read_until_eof() more 2024-09-09 23:25:08 +02:00
SOCKSProxyClient.h RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
StandardPaths.cpp
StandardPaths.h
System.cpp LibCore: Only include BeepInstruction in System.cpp on Serenity 2024-11-15 08:56:56 -05:00
System.h LibCore: Add System::physical_memory_bytes() 2024-11-12 22:26:21 -05:00
SystemServerTakeover.cpp
SystemServerTakeover.h
TCPServer.cpp
TCPServer.h
ThreadedPromise.h LibCore: Use forward() instead of move() for forwarding reference 2024-08-20 09:12:50 -04:00
ThreadEventQueue.cpp LibCore: Don't reserve 2 KiB of stack memory when processing event queue 2024-11-10 19:39:05 -05:00
ThreadEventQueue.h
Timer.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
Timer.h LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
UDPServer.cpp
UDPServer.h
UmaskScope.h
Version.cpp LibCore: Add a small library with only ArgsParser for DynamicLoader 2024-05-14 15:42:42 -06:00
Version.h