summaryrefslogtreecommitdiff
path: root/Libraries/LibProtocol
AgeCommit message (Expand)Author
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-05-21ProtocolServer: Support request headersAndreas Kling
2020-05-19LibProtocol: Make Protocol::Client constructor privateAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-10LibProtocol: Pass response headers in a case insensitive HashMapAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-05-03ProtocolServer: Implement and handle download progressAnotherTest
2020-04-04ProtocolServer+LibProtocol: Reject unhandled URLs instead of assertingAndreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-15LibCore: Reduce header dependencies of EventLoopAndreas Kling
2020-02-15AK: Remove manual forward declarations with <AK/Forward.h>Andreas 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
2020-01-15Build: more IPCCompiler-generated dependenciesjoshua stein
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-25LibProtocol: Make build depend on ProtocolServer for IPC endpointsAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-06LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)Andreas 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-26ProtocolServer: Port to socket takeoverSergey Bugaev
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