summaryrefslogtreecommitdiff
path: root/Libraries/LibIPC/IClientConnection.h
AgeCommit message (Expand)Author
2020-01-25LibIPC: Short-cirtcuit post_message() if socket already disconnectedAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-06LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)Andreas Kling
2019-12-02WindowServer: Mark clients as misbehaving when they send invalid dataAndreas Kling
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling