summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2022-07-25LibCore: Add `System::link()`Tim Schumacher
2022-07-22LibAudio: Prevent racy eternal deadlock of the audio enqueue threadkleines Filmröllchen
2022-07-21LibCore: Add File::is_{block,char}_device() helpersSamuel Bowman
2022-07-21LibCore: Add function for searching a file in $PATHItamar
2022-07-21LibCore: Add support for long integral types to ArgsParserTim Schumacher
2022-07-21LibCore: Implement integral ArgsParser options through a templateTim Schumacher
2022-07-19LibCore: Do not refer to `extern int daylight` in DateTime::to_stringDaniel Bertalan
2022-07-19LibCore: Port System::anon_create to FreeBSDDaniel Bertalan
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-19LibCore: Add Core::debounce(function, timeout)MacDue
2022-07-19LibCore: Add support for compiling for Android with API Version >= 30Andrew Kaster
2022-07-15LibCore: InspectorServerConnection send responses with multiple writesFrHun
2022-07-14LibCore: Make copying permissions, ownership and timestamps combineableTim Schumacher
2022-07-14LibCore: Introduce support for optional ArgsParser option valuesTim Schumacher
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-14LibCore: Don't print optional arguments in ArgsParser help messagesTim Schumacher
2022-07-12LibCore: Add FIXME note about converting Core::Account to use StringViewsin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12LibCore: Add convenience templates for System::{unveil,pledge}sin-ack
2022-07-12Userland: Remove erroneous String -> char* -> StringView conversionssin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-07-12AK: Explicitly calculate length of char* when printingsin-ack
2022-07-10Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variablegggggg-gggggg
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-07-06LibCore: Stub out pledge and unveil for non-serenity systemsAndrew Kaster
2022-07-06LibCore: Stub out FileWatcher for Lagom platformsAndrew Kaster
2022-06-30Everywhere: Use my fairly new and shiny serenityos.org email :^)Kenneth Myhra
2022-06-30LibGUI: Add min_content_size debug property to AbstractScrollableWidgetFrHun
2022-06-27LibCore: Avoid some successive allocations in Stream::read_all()Lucas CHOLLET
2022-06-14LibCore+LibGfx: Pass file-path as StringViewHediadyoin1
2022-06-09LibCore: Add a wrapper for endgrent()Lucas CHOLLET
2022-06-05LibCore: Remove ConfigFile::write_color_entry()MacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-05-25LibCore: Add posix_spawn() wrapper to Core::SystemMacDue
2022-05-22LibCore: Set mime type for .sheets files to `application/x-sheets+json`Karol Kosek
2022-05-21LibCore: Add Stream::read_all()Michiel Visser
2022-05-21LibCore: Add LittleEndianInputBitStreamMichiel Visser
2022-05-21LibCore: Add Core::Stream::File::exists()Ariel Don
2022-04-29LibCore: Simplify conditional logic in SharedCircularQueueJelle Raaijmakers
2022-04-27LibCore: Remove fixed EventLoop FIXMEJelle Raaijmakers
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-27LibCore: Remove unused `EventLoop::is_main_event_loop()`Jelle Raaijmakers
2022-04-27LibCore: Fix typo in `EventLoop` commentJelle Raaijmakers
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-21LibCore: Output invalid DateTime::to_string() specifiers as literalsSam Atkins
2022-04-21LibCore: Introduce SharedSingleProducerCircularQueuekleines Filmröllchen
2022-04-18LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1Sam Atkins