summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-07-09LibCore: Add register_signal and unregister_signal to EventLoopTom
2020-07-06LibCore: Don't fire Socket::on_ready_to_read if !can_read()Andreas Kling
2020-07-06LibCore: Only deliver Read/Write events to listening notifiersAndreas Kling
2020-07-05LibCore: Stop select()'ing after an interrupt if a quit was requestedAnotherTest
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-01Kernel/LibCore: Expose processor id where a thread last ranTom
2020-06-22LibCore: Remove some debug spam in Local{Server,Socket}Andreas Kling
2020-06-22LibCore: Put safe_syscall() debug spam behind #ifdefAndreas Kling
2020-06-21LibCore: Add API for taking over an accepted socket from SystemServerAndreas Kling
2020-06-17LibCore: Add File::read_link() :^)Sergey Bugaev
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12LibCore: Add Core::File::real_path_for()Andreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-11LibCore: Fix typo in Forward.hAndreas Kling
2020-06-11LibCore: Add Timer::restart() convenience APIAndreas Kling
2020-06-08LibCore: Make sure to disable notifiers when closing a socketSergey Bugaev
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