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-14
LibCore: Protect Core::Group against null group::gr_mem members
Timothy Flynn
2022-12-14
LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapper
Timothy Flynn
2022-12-14
LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapper
Timothy Flynn
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-13
LibCore: Fix struct msghdr initialization
Drew DeVault
2022-12-12
LibCore: Use the new `Handle` type for the `BitStream` types
Tim Schumacher
2022-12-12
LibCore: Add `Stream::Handle`
Tim Schumacher
2022-12-12
LibCore: Use `Core::System::poll()` in `PosixSocketHelper`
Lucas CHOLLET
2022-12-12
LibCore: Add a wrapper for `poll()`
Lucas CHOLLET
2022-12-12
LibCore: Make not discarding all requested bytes from a stream an error
Tim Schumacher
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
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
[next]