summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-08-10LibCore: remove redundant UDPSocket constructorMuhammad Zahalqa
2020-08-10LibCore: update m_bound on socket bindMuhammad Zahalqa
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-08-09LibCore: fix UDP Server receive to trim buffer to actuall bytes receiveedMuhammad Zahalqa
2020-08-09LibCore: close socket on LocalServer dtorMuhammad Zahalqa
2020-08-09LibCore: close socket on TCPServer dtorMuhammad Zahalqa
2020-08-09LibCore: close socket on UDPServer dtorMuhammad Zahalqa
2020-08-05LibCore+Base: Move user-specific config files to $HOME/.configAndreas Kling
2020-08-02LibCore: ConfFile::read_entry should not sneakily write default entriesBrian Gianforcaro
2020-07-29LibCore: Rename puff.c => puff.cppAndreas Kling
2020-07-28LibCore: add get_password().Peter Elliott
2020-07-27LibCore: Change the signature of Socket::send() to use Span.asynts
2020-07-27LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCoreAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-16LibCore: Turns some heap-allocated events into stack-allocated onesAndreas Kling
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