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
Age
Commit message (
Expand
)
Author
2022-06-27
LibHTTP+RequestServer: Recognize more HTTP methods
Luke Wilde
2022-05-21
LibHTTP+LibWeb: Accept Brotli encoded responses
Michiel Visser
2022-04-16
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-10
LibHTTP: Don't re-urlencode URL query strings
Andreas Kling
2022-04-08
AK+LibHTTP: Revert prior change to percent encode plus signs
GeekFiftyFive
2022-04-02
AK+LibHTTP: Ensure plus signs are percent encoded in query string
GeekFiftyFive
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibHTTP: Append port to Host header if it exists
GeekFiftyFive
2022-03-20
LibHTTP+LibTLS: Better HTTPS Socket EOF detection
Florent Castelli
2022-03-13
Libraries: Use default constructors/destructors in LibHTTP
Lenny Maiorani
2022-02-12
LibHTTP: Make reason phrase of HTTP response's status line optional
DerpyCrabs
2022-02-12
LibHTTP: Remove redundant can_read_without_blocking call
Wesley Moore
2022-02-12
LibHTTP: Remove attempt to read extra line after response headers
Wesley Moore
2022-02-11
LibHTTP: Don't copy payload slices in flush_received_buffers()
Andreas Kling
2022-02-09
LibHTTP: Skip the body when response code is 204
Ali Mohammad Pur
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
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUG
Nico Weber
2022-01-22
LibHTTP: Move more happy-path logging behind CHTTPJOB_DEBUG
Nico Weber
2022-01-22
LibHTTP: Move more happy-path logging behind HTTPSJOB_DEBUG
Nico Weber
2021-12-08
LibHTTP: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-11-19
LibWeb+LibHTTP: Support multiple Set-Cookie response headers
TheFightingCatfish
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-30
LibHTTP: Fix logic error leading to buffer over-read
Daniel Bertalan
2021-10-24
LibHTTP: Reset m_content_length if there's a Transfer-Encoding header
Karol Kosek
2021-10-24
LibHTTP: Trim the last packet if it exceeded the Content-Length value
Karol Kosek
2021-10-24
LibHTTP: Store Content-Length value in the HTTP Job class
Karol Kosek
2021-10-24
LibHTTP: Fix buffer overflow when body is larger than the Content-Length
Karol Kosek
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-10
LibHTTP: Quit the read loop when an incomplete chunk size line is seen
Ali Mohammad Pur
2021-10-04
LibHTTP: Bump max HTTP header size up to 32KiB
Ali Mohammad Pur
2021-10-04
LibHTTP+LibGemini: Set underlying sockets as idle when detaching
Ali Mohammad Pur
2021-10-04
LibHTTP: Treat EOF on a non-Finished state as an error
Ali Mohammad Pur
2021-10-04
LibHTTP: Ignore empty reads on chunk boundaries
Ali Mohammad Pur
2021-10-04
LibHTTP: Consider a job failed if its body fails decompression
Ali Mohammad Pur
2021-09-30
LibHTTP: Respect the 'Connection: close' header on keep-alive jobs
Ali Mohammad Pur
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-09-19
LibHTTP: Exit the read loop early when there cannot be any further data
Ali Mohammad Pur
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-13
LibCore+LibHTTP: Check the status of the socket after EINPROGRESS
brapru
2021-06-30
LibHTTP: Finish the request up on TLS connection finish
Ali Mohammad Pur
2021-06-29
LibHTTP: Relax the finish_up() "must be called once" limitation a bit
Ali Mohammad Pur
2021-06-28
LibHTTP: Ensure finish_up() is not called more than once
Ali Mohammad Pur
[next]