Age | Commit message (Expand) | Author |
---|---|---|
2020-05-08 | Services: Renamed from Servers | Andreas Kling |
2020-05-03 | ProtocolServer: Pass HTTP response headers to the client | Andreas Kling |
2020-05-03 | ProtocolServer: Implement and handle download progress | AnotherTest |
2020-05-02 | LibCore+LibHTTP: Move out the HTTP handler and add HTTPS | AnotherTest |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
2020-02-02 | LibCore: Put all classes in the Core namespace and remove the leading C | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-11-30 | ProtocolServer: Don't crash on failed request | Andreas Kling |
2019-11-23 | ProtocolServer: Send the download payload to clients as a shared buffer | Andreas Kling |
2019-11-23 | ProtocolServer+LibProtocol: Introduce a server for handling downloads | Andreas Kling |