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-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
2021-07-08
Everywhere: Forward declare structs as structs
Daniel Bertalan
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-06-24
Userland: Disambiguate dependent types
Daniel Bertalan
2021-05-24
LibIPC: Fix unaligned u32 access in drain_messages_from_peer()
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
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: Make IPC handlers return void if they don't have any outputs
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-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
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
[next]