summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2022-09-15LibCore: Rewrite Core::Stream::read_all_implsin-ack
2022-09-15LibCore: Add documentation to Stream functions + make parameter clearersin-ack
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-09LibCore: Add File::open_file_or_standard_stream()demostanis
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
2022-08-23LibCore: Fix deadlock in SharedSingleProducerCircularQueuekleines Filmröllchen
2022-08-17LibCore: Make EventLoop's connection to InspectorServer work againkleines Filmröllchen
2022-08-16LibCore: Add MIME sniffing for MP3 and WAVkleines Filmröllchen
2022-08-16LibCore: The MIME type is 'audio/flac', not 'extra/flac'kleines Filmröllchen
2022-08-15LibCore: Add Directory::chown() API and use it in Core::AccountAndreas Kling
2022-08-15LoginServer+LibCore: Only create user temp directory from LoginServerAndreas Kling
2022-08-14Base: Launch InspectorServer at session start-upLucas CHOLLET
2022-08-14LibCore: Make LocalServer aware of %uid in pathLucas CHOLLET
2022-08-14LibCore: Make `Core::System::unveil` aware of %uid in pathLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-08-02LibC+LibCore: Use tm_isdst to handle time zone offsets in DSTTimothy Flynn
2022-08-01AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZEBrian Gianforcaro
2022-07-27LibCore: Implement four-digit modes for `FilePermissionsMask` parsingTim Schumacher
2022-07-27LibCore: Implement the 'X' modifier into `FilePermissionMask`Tim Schumacher
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