summaryrefslogtreecommitdiff
path: root/Services/ProtocolServer
AgeCommit message (Expand)Author
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-06-07LibIPC+Services: Support URL as a native IPC typeAndreas Kling
2020-05-27ProtocolServer: Forget downloads after they are stoppedAndreas Kling
2020-05-21ProtocolServer: Support request headersAndreas Kling
2020-05-17LibGemini: Implement rendering text/gemini documents to HTMLAnotherTest
2020-05-17ProtocolServer: Put everything in the ProtocolServer namespaceAndreas Kling
2020-05-17ProtocolServer: Attach downloads and their lifecycles to clientsConrad Pankoff
2020-05-17ProtocolServer: Integrate LibGemini for simple requestsConrad Pankoff
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headersAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling