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
/
Connection.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-26
IPCCompiler+LibIPC: Generate message decoders with better TRY semantics
Timothy Flynn
2022-12-15
LibIPC: Add deferred invoker getter
kleines Filmröllchen
2022-10-06
LibIPC: Allow overriding the use of deferred_invoke()
Andreas Kling
2022-10-06
LibIPC: Allow giving Connection a separate socket for FD passing
Andreas Kling
2022-06-10
LibIPC: Make noise when shutting down because of an error
Jelle Raaijmakers
2022-03-13
Libraries: Use default constructors/destructors in LibIPC
Lenny Maiorani
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
2021-11-08
LibIPC: Replace Result<T, E> use with ErrorOr<T>
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-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
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-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
2021-05-24
LibIPC: Fix unaligned u32 access in drain_messages_from_peer()
Andreas Kling
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-02
LibIPC: Make sure FDs survive when passed into a MessageBuffer
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-04-27
LibIPC: Add missing errno.h include
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibCore: Remove the barely-used Core::safe_syscall()
Andreas Kling
2021-04-20
LibIPC: Make Connection::send_sync return a NonnullOwnPtr
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibIPC: Add Connection::send_sync_but_allow_failure()
Andreas Kling
2021-01-31
LibIPC: Stop exchanging client/server PIDs in greeting handshake
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling