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
/
LibIPC
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
LibIPC: Support transferring String over IPC
Timothy Flynn
2023-02-24
LibIPC: Add a built-in encoder/decoder for AK::Time
Timothy Flynn
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-15
LibIPC: Decode messages using Core::Stream internally
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-06
LibIPC: Add `File(Core::Stream::File& file, ...)`
Lucas CHOLLET
2023-01-04
LibIPC: Remove declarations of unimplemented IPC::Encoder methods
Timothy Flynn
2023-01-04
LibIPC: Move most of DeprecatedString's encoder to StringView's encoder
Timothy Flynn
2023-01-04
LibIPC+LibC: Add and use a helper to encode/decoder container sizes
Timothy Flynn
2023-01-04
LibIPC: Remove now-unused stream operator from IPC::Encoder
Timothy Flynn
2023-01-04
IPCCompiler+LibIPC: Propagate IPC encoder errors
Timothy Flynn
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-04
LibIPC: Add a Dictionary for-each method for fallible callbacks
Timothy Flynn
2023-01-04
LibIPC: Replace Encoder::encode methods with IPC::encode specializations
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-26
LibIPC: Remove requirement that Variant types must begin with Empty
Timothy Flynn
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-26
IPCCompiler+LibIPC: Generate message decoders with better TRY semantics
Timothy Flynn
2022-12-15
LibIPC: Only run responsiveness timer when there is an event loop
kleines Filmröllchen
2022-12-15
LibIPC: Add deferred invoker getter
kleines Filmröllchen
2022-12-13
LibIPC: Support sending Variants over IPC
kleines Filmröllchen
2022-12-11
LibIPC: Add a hook to MultiServer to inform owners of new clients
Timothy Flynn
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-11-24
LibIPC: Handle `ECONNRESET` when reading from the IPC socket
Daniel Bertalan
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-15
LibIPC: Forward declare the encode() and decode() template functions
Timothy Flynn
2022-11-08
AK+LibIPC: Add a convenience encoder/decoder for JsonValue
Timothy Flynn
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-06
LibIPC: Allow overriding the use of deferred_invoke()
Andreas Kling
2022-10-06
LibIPC: Remove platform-specific #ifdefs around FD passing in Connection
Andreas Kling
2022-10-06
LibIPC: Allow giving Connection a separate socket for FD passing
Andreas Kling
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-07-15
LibIPC: Retry post_message write on EAGAIN and yield
FrHun
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
[next]