summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-27LibCore: Remove data pointer from CustomEventBen Wiederhake
2020-08-26AK+LibC+LibCore: Have fewer implementations of day_of_weekNico Weber
2020-08-26AK+LibC+LibCore: Add a days_in_year functionNico Weber
2020-08-26AK+LibC+LibCore: Have fewer implementations of days_in_monthNico Weber
2020-08-26LibCore: Use is_leap_year more in DateTimeNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-24LibCore: Make DateTime::create() and set_time() handle out-of-range valuesNico Weber
2020-08-24LibCore: Less code duplication in DateTimeNico Weber
2020-08-24LibCore: Prefer strlcpy over strncpy, fix overflowBen Wiederhake
2020-08-22LibCore: Fix spelling for month of "August"thankyouverycool
2020-08-21LibCore: Add File::{stdin, stdout, stderr}()Peter Elliott
2020-08-21LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...Nico Weber
2020-08-20LibCore: Comment that DateTime is in local time.Nico Weber
2020-08-18LibCore: Add ConfigFile::get_for_lib()AnotherTest
2020-08-17LibCore: Fix unitialized struct member in to_address_in, found by CoverityBrian Gianforcaro
2020-08-12LibCore: Add support for double on argparseDiego Iastrubni
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