index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
Age
Commit message (
Expand
)
Author
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-27
LibCore: Remove data pointer from CustomEvent
Ben Wiederhake
2020-08-26
AK+LibC+LibCore: Have fewer implementations of day_of_week
Nico Weber
2020-08-26
AK+LibC+LibCore: Add a days_in_year function
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of days_in_month
Nico Weber
2020-08-26
LibCore: Use is_leap_year more in DateTime
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
2020-08-24
LibCore: Make DateTime::create() and set_time() handle out-of-range values
Nico Weber
2020-08-24
LibCore: Less code duplication in DateTime
Nico Weber
2020-08-24
LibCore: Prefer strlcpy over strncpy, fix overflow
Ben Wiederhake
2020-08-22
LibCore: Fix spelling for month of "August"
thankyouverycool
2020-08-21
LibCore: Add File::{stdin, stdout, stderr}()
Peter Elliott
2020-08-21
LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...
Nico Weber
2020-08-20
LibCore: Comment that DateTime is in local time.
Nico Weber
2020-08-18
LibCore: Add ConfigFile::get_for_lib()
AnotherTest
2020-08-17
LibCore: Fix unitialized struct member in to_address_in, found by Coverity
Brian Gianforcaro
2020-08-12
LibCore: Add support for double on argparse
Diego Iastrubni
2020-08-10
LibCore: remove redundant UDPSocket constructor
Muhammad Zahalqa
2020-08-10
LibCore: update m_bound on socket bind
Muhammad Zahalqa
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-09
LibCore: fix UDP Server receive to trim buffer to actuall bytes receiveed
Muhammad Zahalqa
2020-08-09
LibCore: close socket on LocalServer dtor
Muhammad Zahalqa
2020-08-09
LibCore: close socket on TCPServer dtor
Muhammad Zahalqa
2020-08-09
LibCore: close socket on UDPServer dtor
Muhammad Zahalqa
2020-08-05
LibCore+Base: Move user-specific config files to $HOME/.config
Andreas Kling
2020-08-02
LibCore: ConfFile::read_entry should not sneakily write default entries
Brian Gianforcaro
2020-07-29
LibCore: Rename puff.c => puff.cpp
Andreas Kling
2020-07-28
LibCore: add get_password().
Peter Elliott
2020-07-27
LibCore: Change the signature of Socket::send() to use Span.
asynts
2020-07-27
LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCore
Andreas Kling
2020-07-26
LibCore+LibGUI: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-16
LibCore: Turns some heap-allocated events into stack-allocated ones
Andreas Kling
2020-07-09
LibCore: Add register_signal and unregister_signal to EventLoop
Tom
2020-07-06
LibCore: Don't fire Socket::on_ready_to_read if !can_read()
Andreas Kling
2020-07-06
LibCore: Only deliver Read/Write events to listening notifiers
Andreas Kling
2020-07-05
LibCore: Stop select()'ing after an interrupt if a quit was requested
AnotherTest
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-06-22
LibCore: Remove some debug spam in Local{Server,Socket}
Andreas Kling
2020-06-22
LibCore: Put safe_syscall() debug spam behind #ifdef
Andreas Kling
2020-06-21
LibCore: Add API for taking over an accepted socket from SystemServer
Andreas Kling
2020-06-17
LibCore: Add File::read_link() :^)
Sergey Bugaev
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
LibCore: Add Core::File::real_path_for()
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-11
LibCore: Fix typo in Forward.h
Andreas Kling
2020-06-11
LibCore: Add Timer::restart() convenience API
Andreas Kling
2020-06-08
LibCore: Make sure to disable notifiers when closing a socket
Sergey Bugaev
2020-06-02
LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUG
Andreas Kling
[next]