summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-06-02LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUGAndreas Kling
2020-05-30LibCore: Update Core::ArgsParser to the new error message formatSergey Bugaev
2020-05-30Lagom: Adjust AK, LibCore and LibTLS to build on MacOSMarcin Gasperowicz
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-29LibCore+Inspector: Move RPC sockets to /tmp/rpcSergey Bugaev
2020-05-29LibCore: Do not assert that we can start the RPC serverSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-23Build: Make Lagom build under macOS (#2341)Marcin Gasperowicz
2020-05-18LibCore+LibTLS: Don't keep a "ready to write" notifier on all SocketsAndreas Kling
2020-05-17LibCore: Allow ArgsParser::parse() to not exit on failureAnotherTest
2020-05-17LibCore: Reset getopt's state when starting parse()AnotherTest
2020-05-16LibCore: Always wait_for_events() when pumping the event loopAndreas Kling
2020-05-15LibCore: Fix timer expiration processingSergey Bugaev
2020-05-15LibCore: Make IODevice::can_read_line() constAnotherTest
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-08LibCore: DesktopServices, open fonts with FontEditorHüseyin ASLITÜRK
2020-05-07LibCore: Add a primitive comparison function to DateTimeAnotherTest
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-05LibCore: Add a standard downloads directory (~/Downloads)Andreas Kling
2020-05-03ProtocolServer: Implement and handle download progressAnotherTest
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-05-02LibCore: Mark Socket::{common_,}connect() virtual and add a on_writeAnotherTest
2020-04-30LibCore: Do not assert that NonnullRefPtr is non-nullSergey Bugaev
2020-04-30LibCore: Don't continue in forked child if exec() failsAndreas Kling
2020-04-28LibCore: Trim decompressed Gzip output to sizeAnotherTest
2020-04-26LibCore: Open gif files with QuickShowHüseyin ASLITÜRK
2020-04-23LibCore: read_bool_entry parse "true" / "false" strings in config filesBrendan Coles
2020-04-23DesktopServices: Add irc URL protocol handlerBrendan Coles
2020-04-21LibCore: Make Core::File::open() return a Result<NNRP<File>, String>Andreas Kling
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-04-19LibCore: Check for fork() failureSergey Bugaev
2020-04-19LibCore+LibGUI: Move DesktopServices to LibCoreSergey Bugaev
2020-04-07LibCore: Add Core::Timer::create_single_shot()Andreas Kling
2020-04-06AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hostsAndreas Kling
2020-04-04LibCore: Fix UDPServer up to properly receive dataAnotherTest
2020-04-03LibCore: Don't replay last handled event when leaving nested event loopAndreas Kling
2020-03-30LibCore: Add a static Core::File::open() convenience functionAndreas Kling
2020-03-23LibCore: Tweak DateTime.cpp so it compiles on Linux + drive-by bug fixAndreas Kling
2020-03-22LibCore: Wrap commented out debug messages in a preprocessor defineShannon Booth
2020-03-19LibCore: Use monotonic time when handling timersLiav A
2020-03-18LibCore: Moved cal.cpp functions to DateTimerhin123
2020-03-14LibCore: Rename Udp classes to UDPShannon Booth
2020-03-10EventLoop: Don't destroy ID allocator (#1403)Alex Muscar
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-08LibCore: Add format option for DateTime::to_string() (#1358)howar6hill
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-03-05LibCore: Add a way to set an individual Core::Object property remotelyAndreas Kling
2020-03-05LibCore: Allow RPC clients to specify the currently inspected objectAndreas Kling