summaryrefslogtreecommitdiff
path: root/Services/ProtocolServer/ClientConnection.cpp
AgeCommit message (Expand)Author
2021-01-12Services: Move to Userland/Services/Andreas Kling
2021-01-03ProtocolServer: Add some debug log output for failed downloadsAndreas Kling
2021-01-01ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"AnotherTest
2020-12-30AK+ProtocolServer: Properly close download stream fd'sAnotherTest
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-12LibIPC: Share most of the code between {Client,Server}ConnectionAndreas Kling
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-07-06ProtocolServer: Turn this into a multi-instance serviceAndreas Kling
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-05-27ProtocolServer: Forget downloads after they are stoppedAndreas Kling
2020-05-21ProtocolServer: Support request headersAndreas Kling
2020-05-17ProtocolServer: Put everything in the ProtocolServer namespaceAndreas Kling