Age | Commit message (Expand) | Author |
---|---|---|
2020-01-25 | LibIPC: Short-cirtcuit post_message() if socket already disconnected | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-06 | LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) | Andreas Kling |
2019-12-02 | WindowServer: Mark clients as misbehaving when they send invalid data | Andreas Kling |
2019-12-02 | LibIPC: Rename base classes to IClientConnection and IServerConnection | Andreas Kling |
2019-12-02 | LibIPC: Move IPC client/server connection templates to LibIPC | Andreas Kling |