summaryrefslogtreecommitdiff
path: root/Userland/pro.cpp
AgeCommit message (Expand)Author
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-05-30pro: Show download progress in the terminal window if available :^)Andreas 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-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-05LibProtocol: Rename namespace LibProtocol => ProtocolAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas 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
2019-11-23pro: Take the URL to download as a command-line argumentAndreas Kling
2019-11-23ProtocolServer: Send the download payload to clients as a shared bufferAndreas Kling
2019-11-23pro: Add a little userland utility for testing ProtocolServerAndreas Kling