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
/
Libraries
/
LibHTTP
/
Job.h
Age
Commit message (
Expand
)
Author
2022-02-11
LibHTTP: Don't copy payload slices in flush_received_buffers()
Andreas Kling
2022-02-06
LibCore+Userland: Remove Core::TCPSocket :^)
sin-ack
2022-02-06
LibHTTP: Propagate and gracefully handle errors in Job
sin-ack
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2021-12-08
LibHTTP: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-11-19
LibWeb+LibHTTP: Support multiple Set-Cookie response headers
TheFightingCatfish
2021-10-24
LibHTTP: Store Content-Length value in the HTTP Job class
Karol Kosek
2021-09-30
LibHTTP: Respect the 'Connection: close' header on keep-alive jobs
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-06-29
LibHTTP: Relax the finish_up() "must be called once" limitation a bit
Ali Mohammad Pur
2021-05-12
RequestServer: Only attempt to flush() on a timer
Ali Mohammad Pur
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
LibHTTP: Handle running out of input between chunk body and ending CRLF
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling