summaryrefslogtreecommitdiff
path: root/Services/ProtocolServer
AgeCommit message (Expand)Author
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-31ProtocolServer: Avoid blocking all downloads when client stops readingAnotherTest
2020-12-30AK+ProtocolServer: Properly close download stream fd'sAnotherTest
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-10-30LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLSAnotherTest
2020-10-30LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule()AnotherTest
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-25Meta+Services: Make clang-format-10 cleanBen Wiederhake
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-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