Age | Commit message (Expand) | Author |
---|---|---|
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 |