Age | Commit message (Expand) | Author |
---|---|---|
2020-12-19 | LibIPC: Remove use of ByteBuffer::wrap() | Andreas Kling |
2020-11-23 | LibIPC: Support sending file descriptors :^) | Sergey Bugaev |
2020-11-23 | LibIPC: Prepend each message with its size | Sergey Bugaev |
2020-10-25 | LibIPC: Handle partial messages | Andreas Kling |
2020-09-17 | LibIPC: Check if socket is still open before using socket descriptor | Tom |
2020-09-16 | LibIPC: Disable Notifier before closing socket | Tom |
2020-09-12 | LibIPC: Move notifier handling entirely to IPC::Connection base class | Andreas Kling |
2020-09-12 | LibIPC: Remove debug spam on disconnection | Andreas Kling |
2020-09-12 | LibIPC: Share most of the code between {Client,Server}Connection | Andreas Kling |