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-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
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-06-10
LibIPC: Make noise when shutting down because of an error
Jelle Raaijmakers
2022-06-05
LibIPC: Process remaining read bytes before shutting down due to EOF
networkException
2022-04-21
LibIPC: Allow transporting a SharedCircularQueue over IPC
kleines Filmröllchen
2022-04-16
LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes
Sam Atkins
2022-04-09
RequestServer+LibProtocol: Allow users to specify a per-request proxy
Ali Mohammad Pur
2022-04-03
LibIPC: Add encoder and decoder for AK::OrderedHashMap
Valtteri Koskivuori
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibIPC: Add IPCErrorOr Type alias
Hendiadyoin1
2022-03-13
Libraries: Use default constructors/destructors in LibIPC
Lenny Maiorani
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
[next]