1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Services/ProtocolServer
Conrad Pankoff f2621f37a4 ProtocolServer: Attach downloads and their lifecycles to clients
Previously a download lived independently of the client connection it came
from. This was the source of several undesirable behaviours, including the
potential for clients to influence downloads they didn't start, and
downloads living longer than their associated client connections. Now we
attach downloads to client connections, which means they're cleaned up
automatically when the client goes away, and there's significantly less
risk of clients interfering with each other.
2020-05-17 12:41:38 +02:00
..
CMakeLists.txt ProtocolServer: Integrate LibGemini for simple requests 2020-05-17 12:41:38 +02:00
Download.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
Download.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
GeminiDownload.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
GeminiDownload.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
GeminiProtocol.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
GeminiProtocol.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpDownload.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpDownload.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpProtocol.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpProtocol.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpsDownload.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpsDownload.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpsProtocol.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
HttpsProtocol.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
main.cpp ProtocolServer: Integrate LibGemini for simple requests 2020-05-17 12:41:38 +02:00
Protocol.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
Protocol.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
ProtocolClient.ipc Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
ProtocolServer.ipc Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
PSClientConnection.cpp ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00
PSClientConnection.h ProtocolServer: Attach downloads and their lifecycles to clients 2020-05-17 12:41:38 +02:00