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
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-21
AK: Remove `FileStream`
Tim Schumacher
2023-01-03
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
Tim Schumacher
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
LibHTTP: Propagate errors using TRY
ericLemanissier
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-15
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
Tim Schumacher
2022-12-12
LibHTTP: Don't read and drop data if status line can't be read
Tim Schumacher
2022-12-12
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
Tim Schumacher
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibCore: Add support for ReadonlyBytes to MemoryStream
Tim Schumacher
2022-11-07
LibHTTP: Always send Content-Length header in POST requests
Luke Wilde
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-18
LibHTTP: Fix not consuming the last byte of body in from_raw_request
Luke Wilde
2022-10-11
LibHTTP: Include request body in HttpRequest::from_raw_request()
Sam Atkins
2022-10-11
LibHTTP: Make HTTP method names more accessible
Sam Atkins
2022-10-01
LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0
Idan Horowitz
2022-09-26
LibHTTP: Null out on_ready_to_read on socket close
Enver Balalic
2022-08-02
LibHTTP+WebServer: Add querystring support
0xbigshaq
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-04
LibHTTP: Include JsonObject.h in Job.cpp
Daniel Bertalan
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
[next]