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-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
2020-05-30
LibCore: Update Core::ArgsParser to the new error message format
Sergey Bugaev
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
LibCore+Inspector: Move RPC sockets to /tmp/rpc
Sergey Bugaev
2020-05-29
LibCore: Do not assert that we can start the RPC server
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-23
Build: Make Lagom build under macOS (#2341)
Marcin Gasperowicz
2020-05-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
2020-05-17
LibCore: Allow ArgsParser::parse() to not exit on failure
AnotherTest
2020-05-17
LibCore: Reset getopt's state when starting parse()
AnotherTest
2020-05-16
LibCore: Always wait_for_events() when pumping the event loop
Andreas Kling
2020-05-15
LibCore: Fix timer expiration processing
Sergey Bugaev
[next]