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
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
2022-02-15
LibIPC: Always shutdown() the Connection if reached EOF
Vitaly Dyachkov
2022-02-06
LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore
sin-ack
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-11-30
LibIPC: Mark ClientConnection::die() as an override
Andreas Kling
2021-11-29
LibIPC: Mark m_sockfd as maybe_unused on non Serenity platforms
davidot
2021-11-29
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
2021-11-28
LibIPC: Give MessageBuffer::fds some inline capacity (1)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibIPC: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibIPC: Add ClientConnection::shutdown_with_error()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-03
Revert "LibIPC: Use a zero-delay timer for message processing"
Andreas Kling
2021-10-24
LibIPC: Use a zero-delay timer for message processing
Andreas Kling
2021-10-24
LibIPC: Store local endpoint magic in a ConnectionBase member
Andreas Kling
2021-10-24
LibIPC: Move waiting for synchronous responses to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move more of IPC::Connection to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move non-templated parts of IPC::Connection out of line
Andreas Kling
2021-10-24
LibIPC: Add IPC::Stub to forwarding header
Andreas Kling
2021-09-16
LibIPC: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-12
LibIPC: Add support for transferring doubles over IPC messages
kleines Filmröllchen
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-03
LibIPC: Convert Encoder class to east-const style
Andreas Kling
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-11
LibIPC: Pass only message size to decoder
Federico Guerinoni
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibIPC: Fix losing messages when connection is closed
Tom
2021-07-18
LibIPC: Close the socket and die when the peer is closed
Gunnar Beutner
2021-07-18
LibIPC: Add Connection::is_open()
Gunnar Beutner
2021-07-08
LibIPC: Remove unnecessary `template<>`
Daniel Bertalan
[next]