summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Connection.cpp
AgeCommit message (Expand)Author
2023-04-25LibCore: Big first step towards pluggable Core::EventLoopAndreas Kling
2023-04-25LibCore: Remove some unnecessary includes from EventLoop.hAndreas Kling
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-04IPCCompiler+LibIPC: Propagate IPC encoder errorsTimothy Flynn
2022-12-15LibIPC: Only run responsiveness timer when there is an event loopkleines Filmröllchen
2022-11-24LibIPC: Handle `ECONNRESET` when reading from the IPC socketDaniel Bertalan
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-10-06LibIPC: Allow overriding the use of deferred_invoke()Andreas Kling
2022-10-06LibIPC: Remove platform-specific #ifdefs around FD passing in ConnectionAndreas Kling
2022-10-06LibIPC: Allow giving Connection a separate socket for FD passingAndreas Kling
2022-07-15LibIPC: Retry post_message write on EAGAIN and yieldFrHun
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-06-10LibIPC: Make noise when shutting down because of an errorJelle Raaijmakers
2022-06-05LibIPC: Process remaining read bytes before shutting down due to EOFnetworkException
2022-04-16LibCore+LibIPC: Make Core::Stream read_without_waiting() return BytesSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13Libraries: Use default constructors/destructors in LibIPCLenny Maiorani
2022-02-15LibIPC: Always shutdown() the Connection if reached EOFVitaly Dyachkov
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling
2021-11-28LibIPC: Give MessageBuffer::fds some inline capacity (1)Andreas Kling
2021-11-08LibIPC: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-03Revert "LibIPC: Use a zero-delay timer for message processing"Andreas Kling
2021-10-24LibIPC: Use a zero-delay timer for message processingAndreas Kling
2021-10-24LibIPC: Store local endpoint magic in a ConnectionBase memberAndreas Kling
2021-10-24LibIPC: Move waiting for synchronous responses to ConnectionBaseAndreas Kling
2021-10-24LibIPC: Move more of IPC::Connection to ConnectionBaseAndreas Kling
2021-10-24LibIPC: Move non-templated parts of IPC::Connection out of lineAndreas Kling