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.cpp
Age
Commit message (
Expand
)
Author
2022-07-04
LibHTTP: Include JsonObject.h in Job.cpp
Daniel Bertalan
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-01
Everywhere: Run clang-format
Idan Horowitz
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
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-12-08
LibHTTP: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-11-19
LibWeb+LibHTTP: Support multiple Set-Cookie response headers
TheFightingCatfish
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-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: 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
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-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
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
2021-05-31
LibHTTP: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-19
LibHTTP: Relax the assertion on extra reads after transfer is finished
Ali Mohammad Pur
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-12
RequestServer: Only attempt to flush() on a timer
Ali Mohammad Pur
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
LibHTTP: Trim the whitespace around the Transfer-Encoding header value
AnotherTest
2021-04-12
LibHTTP: Handle running out of input between chunk body and ending CRLF
AnotherTest
2021-03-22
LibHTTP: Add support for the deflate content encoding
Luke
2021-03-03
LibCore+LibHTTP+LibGfx: Switch to LibCompress
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
LibHTTP: Always read in the last chunk
Luke
[next]