index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
Age
Commit message (
Expand
)
Author
2022-04-29
LibCore: Simplify conditional logic in SharedCircularQueue
Jelle Raaijmakers
2022-04-27
LibCore: Remove fixed EventLoop FIXME
Jelle Raaijmakers
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-27
LibCore: Remove unused `EventLoop::is_main_event_loop()`
Jelle Raaijmakers
2022-04-27
LibCore: Fix typo in `EventLoop` comment
Jelle Raaijmakers
2022-04-23
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
sin-ack
2022-04-21
LibCore: Output invalid DateTime::to_string() specifiers as literals
Sam Atkins
2022-04-21
LibCore: Introduce SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-04-18
LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1
Sam Atkins
2022-04-16
LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-15
LibC+LibCore: Change a.m./p.m. to AM/PM
cflip
2022-04-15
LibC+LibCore: Properly format 12-hour formatted hours
cflip
2022-04-13
LibCore: Add an optional permissions mask to Directory::create()
Sam Atkins
2022-04-13
LibCore: Prevent infinite recursion in Directory::ensure_directory()
Sam Atkins
2022-04-11
LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)`
Sam Atkins
2022-04-11
LibCore: Add a wrapper for execvpe() and friends
Sam Atkins
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-04-11
LibCore: Automatically create config directories if necessary
kleines Filmröllchen
2022-04-11
LibCore: Introduce Directory
kleines Filmröllchen
2022-04-11
LibCore: Add openat() syscall wrapper and improve open's implementation
kleines Filmröllchen
2022-04-11
LibCore: Extract Stream::OpenMode conversion helper into static function
kleines Filmröllchen
2022-04-09
pro: Accept an optional proxy to tunnel the download through
Ali Mohammad Pur
2022-04-09
LibCore+RequestServer: Add support for SOCKS5 proxies
Ali Mohammad Pur
2022-04-06
LibCore+Base: Hide empty options sections in manpages
sin-ack
2022-04-06
LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts
sin-ack
2022-04-03
Userland: Remove a few gratuitous IPC namespace qualifiers
Valtteri Koskivuori
2022-04-03
LibCore: Turn size properties from an object into a size 2 array
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibCore: Add syscall wrapper for access()
Kenneth Myhra
2022-03-28
LibCore: Set the correct invariant length for consecutive short options
Ali Mohammad Pur
2022-03-27
Everywhere: Rename CommandResult stdout, stderr members to output, error
Brian Gianforcaro
2022-03-27
LibCore: Add Vector<size_t> variant of add_option()
Kenneth Myhra
2022-03-26
LibCore: Allow marking options as 'hidden' in ArgsParser
Ali Mohammad Pur
2022-03-26
Shell+LibCore: Provide argument help strings as display trivia
Ali Mohammad Pur
2022-03-26
LibCore: Make ArgsParser perform some completion if passed --complete
Ali Mohammad Pur
2022-03-25
LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTY
kleines Filmröllchen
2022-03-25
LibCore: Make EventLoop connect to InspectorServer if requested
kleines Filmröllchen
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-22
LibCore: Add Core::System::drop_privileges()
Brian Gianforcaro
2022-03-19
LibCore: Add text/css mime type
Maciej
2022-03-19
LibCore: Add some extensions that are text/plain
Maciej
2022-03-19
LibCore: Make application/octet-stream the default guessed MIME type
Maciej
2022-03-19
LibCore: Add File::ensure_directories()
Tim Schumacher
2022-03-19
LibCore: Change class_name to use StringView instead of char const*
Lenny Maiorani
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-13
LibCore: Use timing_safe_compare to compare password hash values
Brian Gianforcaro
2022-03-13
LibCore: Use altzone for the current time zone offset during DST
Timothy Flynn
[next]