index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
pro.cpp
Age
Commit message (
Expand
)
Author
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-08-31
Userland: Allow unquoted 'filename' values in 'pro'
AnotherTest
2020-08-31
Userland: Improve 'ContentDispositionParser' in 'pro'
AnotherTest
2020-08-31
Userland: Make 'pro' capable of guessing a filename
AnotherTest
2020-08-06
Userland: Use Core::ArgsParser for 'pro'
Linus Groh
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-05-30
pro: Show download progress in the terminal window if available :^)
Andreas Kling
2020-05-03
ProtocolServer: Pass HTTP response headers to the client
Andreas Kling
2020-05-03
ProtocolServer: Implement and handle download progress
AnotherTest
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-05
LibProtocol: Rename namespace LibProtocol => Protocol
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2019-11-24
LibProtocol: Add a Download object so users don't have to manage ID's
Andreas Kling
2019-11-23
pro: Take the URL to download as a command-line argument
Andreas Kling
2019-11-23
ProtocolServer: Send the download payload to clients as a shared buffer
Andreas Kling
2019-11-23
pro: Add a little userland utility for testing ProtocolServer
Andreas Kling