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.cpp
Age
Commit message (
Expand
)
Author
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-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-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-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-16
LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-13
Libraries: Use default constructors/destructors in LibIPC
Lenny Maiorani
2022-02-15
LibIPC: Always shutdown() the Connection if reached EOF
Vitaly Dyachkov
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
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-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