ladybird/Servers/ProtocolServer
Andreas Kling fc86460134 AK: Move the userspace SharedBuffer from LibC to AK
This always felt out-of-place in LibC.
2020-01-01 18:53:34 +01:00
..
Download.cpp ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
Download.h ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
HttpDownload.cpp ProtocolServer: Don't crash on failed request 2019-11-30 11:02:14 +01:00
HttpDownload.h ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
HttpProtocol.cpp ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
HttpProtocol.h ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
main.cpp LibIPC: Rename base classes to IClientConnection and IServerConnection 2019-12-02 11:11:05 +01:00
Makefile ProtocolServer: Delete the generated IPC endpoints on "make clean" 2019-12-30 13:47:48 +01:00
Protocol.cpp ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
Protocol.h ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
ProtocolClient.ipc ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
ProtocolServer.ipc LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) 2019-12-06 18:39:59 +01:00
PSClientConnection.cpp AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
PSClientConnection.h AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00