summaryrefslogtreecommitdiff
path: root/Libraries/LibProtocol/Download.cpp
AgeCommit message (Expand)Author
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-05-10LibProtocol: Pass response headers in a case insensitive HashMapAndreas Kling
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-05-03ProtocolServer: Implement and handle download progressAnotherTest
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-05LibProtocol: Rename namespace LibProtocol => ProtocolAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-11-24LibProtocol: Add a Download object so users don't have to manage ID'sAndreas Kling