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-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `mkdirat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-12-11
LibCore: Add a standard path for runtime communication files
Timothy Flynn
2022-12-10
LibCore: Add a wrapper for adapting Core::Stream to AK::InputStream
Tim Schumacher
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-09
LibCore: Support write-only Object properties
Timothy Flynn
2022-12-08
LibCore: Add a standard path for application data
Timothy Flynn
2022-12-08
LibCore: Support XDG_CONFIG_HOME when determing the user's config path
Timothy Flynn
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
LibCore: Mark connections to InspectorServer as MSG_NOSIGNAL
Sam Atkins
2022-12-03
LibCore: Mark LocalServer client sockets as MSG_NOSIGNAL
Sam Atkins
2022-12-03
LibCore: Optionally pass MSG_NOSIGNAL to socket read/writes
Sam Atkins
2022-11-30
LibCore: Add support for ReadonlyBytes to MemoryStream
Tim Schumacher
2022-11-30
LibCore: Add `Stream::discard()`
Tim Schumacher
2022-11-30
LibCore: Add a basic wrapper for adapting AK::Stream to Core::Stream
Tim Schumacher
2022-11-29
LibCore: Add Core::System::posix_fallocate()
Andreas Kling
2022-11-28
LibCore: Add %l conversion specification to DateTime
thankyouverycool
2022-11-26
LibCore: Add add_option aggregating the same option multiple times
Liav A
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-25
LibCore: Sync groups, getgrent to getgrent_r, fix gr_mem bug
ne0ndrag0n
2022-11-25
LibCore: Allow array-like rectangle specifications for rect properties
kleines Filmröllchen
2022-11-24
LibCore: Use utimensat() in Core::File to preserve nanosecond timestamps
Andreas Kling
2022-11-19
LibCore: Add a ConfigFile::open() overload for Core::Stream::File
Sam Atkins
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-14
LibCore: Invoke `forward` from the global namespace inside C_OBJECT
Timothy Flynn
2022-11-14
LibCore: Allow TCPServer's port to be reused after it exits
Timothy Flynn
2022-11-13
LibCore: Allow `MemoryStream::seek` to go to EOF
Lucas CHOLLET
2022-11-13
LibCore: Add query for all accounts and groups
ne0ndrag0n
2022-11-08
LibCore: Add support for LocalServer to propogate accept() errors
Timothy Flynn
2022-11-05
Userland: Add support for jails
Liav A
2022-11-05
LibCore: Add System::exec_command method
Liav A
2022-11-04
LibCore: Handle resolving executable paths even when PATH is null
meiskam
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-31
LibCore: Add Core::System::readlink
Peter Elliott
2022-10-27
LibCore: Limit to the user buffer size when reading lines from a stream
Tim Schumacher
2022-10-25
LibCore: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-24
Userland: Unveil /usr/lib/Loader.so when using 'x' permissions on unveil
Liav A
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
LibCore: Link against LibSystem
Tim Schumacher
[next]