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
Age
Commit message (
Expand
)
Author
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-21
ProtocolServer: Support request headers
Andreas Kling
2020-05-21
LibHTTP: Handle chunk sizes that start with zeros correctly
AnotherTest
2020-05-17
LibGemini+LibHTTP: Defer did_progress call to match other callbacks
Conrad Pankoff
2020-05-15
LibCore: Make IODevice::can_read_line() const
AnotherTest
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers
Andreas Kling
2020-05-12
LibHTTP: Support Transfer-Encoding: chunked
AnotherTest
2020-05-05
LibHTTP: Actually include query parameters when serializing raw request
Shadowfacts
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