index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibProtocol
/
Download.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-31
LibProtocol: Ensure download is finished before invoking on_finished
AnotherTest
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-05-10
LibProtocol: Pass response headers in a case insensitive HashMap
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-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-05
LibProtocol: Rename namespace LibProtocol => Protocol
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