Age | Commit message (Expand) | Author |
---|---|---|
2020-12-13 | LibCore: Make IODevice::read_line() return a String | Andreas Kling |
2020-10-30 | LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLS | AnotherTest |
2020-08-16 | LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181) | Nico Weber |
2020-08-02 | ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients | AnotherTest |
2020-05-15 | LibCore: Make IODevice::can_read_line() const | AnotherTest |
2020-05-05 | LibHTTP: Unify and generalise response handling logic | AnotherTest |
2020-05-03 | LibTLS: "Properly" handle the server dropping the connection | AnotherTest |
2020-05-02 | LibCore+LibHTTP: Move out the HTTP handler and add HTTPS | AnotherTest |