summaryrefslogtreecommitdiff
path: root/Libraries/LibProtocol/Client.h
AgeCommit message (Expand)Author
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-05-21ProtocolServer: Support request headersAndreas Kling
2020-05-19LibProtocol: Make Protocol::Client constructor privateAndreas Kling
2020-02-15LibCore: Reduce header dependencies of EventLoopAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-05LibIPC: Put all classes in the IPC namespace and remove the leading IAndreas Kling
2020-02-05LibProtocol: Rename namespace LibProtocol => ProtocolAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-11-24LibProtocol: Add a Download object so users don't have to manage ID'sAndreas Kling
2019-11-23ProtocolServer: Send the download payload to clients as a shared bufferAndreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling