summaryrefslogtreecommitdiff
path: root/Userland/pro.cpp
AgeCommit message (Expand)Author
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-08-31Userland: Allow unquoted 'filename' values in 'pro'AnotherTest
2020-08-31Userland: Improve 'ContentDispositionParser' in 'pro'AnotherTest
2020-08-31Userland: Make 'pro' capable of guessing a filenameAnotherTest
2020-08-06Userland: Use Core::ArgsParser for 'pro'Linus Groh
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