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-07-25
LibCore: Add `System::link()`
Tim Schumacher
2022-07-22
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
kleines Filmröllchen
2022-07-21
LibCore: Add File::is_{block,char}_device() helpers
Samuel Bowman
2022-07-21
LibCore: Add function for searching a file in $PATH
Itamar
2022-07-21
LibCore: Add support for long integral types to ArgsParser
Tim Schumacher
2022-07-21
LibCore: Implement integral ArgsParser options through a template
Tim Schumacher
2022-07-19
LibCore: Do not refer to `extern int daylight` in DateTime::to_string
Daniel Bertalan
2022-07-19
LibCore: Port System::anon_create to FreeBSD
Daniel Bertalan
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-19
LibCore: Add Core::debounce(function, timeout)
MacDue
2022-07-19
LibCore: Add support for compiling for Android with API Version >= 30
Andrew Kaster
2022-07-15
LibCore: InspectorServerConnection send responses with multiple writes
FrHun
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
2022-07-14
LibCore: Introduce support for optional ArgsParser option values
Tim Schumacher
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-14
LibCore: Don't print optional arguments in ArgsParser help messages
Tim Schumacher
2022-07-12
LibCore: Add FIXME note about converting Core::Account to use StringView
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibCore: Add convenience templates for System::{unveil,pledge}
sin-ack
2022-07-12
Userland: Remove erroneous String -> char* -> StringView conversions
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-07-12
AK: Explicitly calculate length of char* when printing
sin-ack
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-07-09
LibCore+Userland: Use StringViews when calling Core::System::open
kleines Filmröllchen
2022-07-06
LibCore: Stub out pledge and unveil for non-serenity systems
Andrew Kaster
2022-07-06
LibCore: Stub out FileWatcher for Lagom platforms
Andrew Kaster
2022-06-30
Everywhere: Use my fairly new and shiny serenityos.org email :^)
Kenneth Myhra
2022-06-30
LibGUI: Add min_content_size debug property to AbstractScrollableWidget
FrHun
2022-06-27
LibCore: Avoid some successive allocations in Stream::read_all()
Lucas CHOLLET
2022-06-14
LibCore+LibGfx: Pass file-path as StringView
Hediadyoin1
2022-06-09
LibCore: Add a wrapper for endgrent()
Lucas CHOLLET
2022-06-05
LibCore: Remove ConfigFile::write_color_entry()
MacDue
2022-05-25
LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
MacDue
2022-05-25
LibCore: Add posix_spawn() wrapper to Core::System
MacDue
2022-05-22
LibCore: Set mime type for .sheets files to `application/x-sheets+json`
Karol Kosek
2022-05-21
LibCore: Add Stream::read_all()
Michiel Visser
2022-05-21
LibCore: Add LittleEndianInputBitStream
Michiel Visser
2022-05-21
LibCore: Add Core::Stream::File::exists()
Ariel Don
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
[next]