Age | Commit message (Expand) | Author |
---|---|---|
2019-12-02 | LibIPC: Rename base classes to IClientConnection and IServerConnection | Andreas Kling |
2019-12-02 | LibIPC: Move IPC client/server connection templates to LibIPC | Andreas Kling |
2019-11-30 | ProtocolServer: Don't crash on failed request | Andreas Kling |
2019-11-26 | ProtocolServer: Port to socket takeover | Sergey Bugaev |
2019-11-23 | LibCore: Move puff() from LibDraw to LibCore | 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 |