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
/
LibHTTP
/
HttpsJob.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-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-19
LibTLS: Even more ByteBuffer -> Span conversion
Andreas Kling
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-10-30
LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLS
AnotherTest
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-05-15
LibCore: Make IODevice::can_read_line() const
AnotherTest
2020-05-05
LibHTTP: Unify and generalise response handling logic
AnotherTest
2020-05-03
LibHTTP: Put some debug spam behind an #ifdef
Andreas Kling
2020-05-03
LibTLS: "Properly" handle the server dropping the connection
AnotherTest
2020-05-03
ProtocolServer: Implement and handle download progress
AnotherTest
2020-05-02
LibHTTP: Trim received data to Content-Length
AnotherTest
2020-05-02
LibTLS: Switch to Hash::Manager for hashing and add SHA1
AnotherTest
2020-05-02
LibTLS: Make enough stuff work to have a demo run
AnotherTest
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest