1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Servers/ProtocolServer
Andreas Kling 5d4ee0f58a LibIPC: Move IPC client/server connection templates to LibIPC
Move over the CoreIPC::Server and CoreIPC::Client namespace stuff
into LibIPC where it will soon becomes LibIPC-style things.
2019-12-02 11:11:05 +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: Move IPC client/server connection templates to LibIPC 2019-12-02 11:11:05 +01:00
Makefile LibCore: Move puff() from LibDraw to LibCore 2019-11-23 23:43:37 +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 ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
PSClientConnection.cpp ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
PSClientConnection.h LibIPC: Move IPC client/server connection templates to LibIPC 2019-12-02 11:11:05 +01:00