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-09-15
LibCore: Rewrite Core::Stream::read_all_impl
sin-ack
2022-09-15
LibCore: Add documentation to Stream functions + make parameter clearer
sin-ack
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-09
LibCore: Add File::open_file_or_standard_stream()
demostanis
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-23
LibCore: Fix deadlock in SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-08-17
LibCore: Make EventLoop's connection to InspectorServer work again
kleines Filmröllchen
2022-08-16
LibCore: Add MIME sniffing for MP3 and WAV
kleines Filmröllchen
2022-08-16
LibCore: The MIME type is 'audio/flac', not 'extra/flac'
kleines Filmröllchen
2022-08-15
LibCore: Add Directory::chown() API and use it in Core::Account
Andreas Kling
2022-08-15
LoginServer+LibCore: Only create user temp directory from LoginServer
Andreas Kling
2022-08-14
Base: Launch InspectorServer at session start-up
Lucas CHOLLET
2022-08-14
LibCore: Make LocalServer aware of %uid in path
Lucas CHOLLET
2022-08-14
LibCore: Make `Core::System::unveil` aware of %uid in path
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-08-02
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
Timothy Flynn
2022-08-01
AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZE
Brian Gianforcaro
2022-07-27
LibCore: Implement four-digit modes for `FilePermissionsMask` parsing
Tim Schumacher
2022-07-27
LibCore: Implement the 'X' modifier into `FilePermissionMask`
Tim Schumacher
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
[next]