summaryrefslogtreecommitdiff
path: root/Libraries/LibProtocol
AgeCommit message (Expand)Author
2020-01-15Build: more IPCCompiler-generated dependenciesjoshua stein
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-25LibProtocol: Make build depend on ProtocolServer for IPC endpointsAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-06LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)Andreas Kling
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-11-26ProtocolServer: Port to socket takeoverSergey Bugaev
2019-11-24LibProtocol: Add a Download object so users don't have to manage ID'sAndreas Kling
2019-11-23ProtocolServer: Send the download payload to clients as a shared bufferAndreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling