1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Servers/ProtocolServer
Andreas Kling 35c26a06fc LibCore: Move puff() from LibDraw to LibCore
Since it's used both by CGzip and PNGLoader, it seems most appropriate
to keep this in LibCore.
2019-11-23 23:43:37 +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: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +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 ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +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 ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00