summaryrefslogtreecommitdiff
path: root/Libraries/LibIPC/Connection.h
AgeCommit message (Expand)Author
2020-12-19LibIPC: Remove use of ByteBuffer::wrap()Andreas Kling
2020-11-23LibIPC: Support sending file descriptors :^)Sergey Bugaev
2020-11-23LibIPC: Prepend each message with its sizeSergey Bugaev
2020-10-25LibIPC: Handle partial messagesAndreas Kling
2020-09-17LibIPC: Check if socket is still open before using socket descriptorTom
2020-09-16LibIPC: Disable Notifier before closing socketTom
2020-09-12LibIPC: Move notifier handling entirely to IPC::Connection base classAndreas Kling
2020-09-12LibIPC: Remove debug spam on disconnectionAndreas Kling
2020-09-12LibIPC: Share most of the code between {Client,Server}ConnectionAndreas Kling