Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
220fbcaa7e
AK: Remove the fallible constructor from `FixedMemoryStream`
|
2 years ago |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Tim Schumacher
|
23a9d62f39
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
|
2 years ago |
ericLemanissier
|
9d61e59ceb
LibHTTP: Propagate errors using TRY
|
2 years ago |
Tim Schumacher
|
c6d71ca727
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
|
2 years ago |
Tim Schumacher
|
0bd9a94bea
LibHTTP: Don't read and drop data if status line can't be read
|
2 years ago |
Tim Schumacher
|
30abd47099
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
|
2 years ago |
Tim Schumacher
|
9a3e95785e
LibCore: Propagate errors from `Stream::*_entire_buffer`
|
2 years ago |
Tim Schumacher
|
6c7c5a6786
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
|
2 years ago |
Tim Schumacher
|
ed4c2f2f8e
LibCore: Rename `Stream::read_all` to `read_until_eof`
|
2 years ago |
Tim Schumacher
|
f93c7fbb5e
LibCompress: Port GzipDecompressor to `Core::Stream`
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Tim Schumacher
|
d402f6cdb3
LibCore: Add support for ReadonlyBytes to MemoryStream
|
2 years ago |
demostanis
|
3e8b5ac920
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2 years ago |
Idan Horowitz
|
7578039188
LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0
|
2 years ago |
Enver Balalic
|
55c099c953
LibHTTP: Null out on_ready_to_read on socket close
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Daniel Bertalan
|
569388e4af
LibHTTP: Include JsonObject.h in Job.cpp
|
3 years ago |
Michiel Visser
|
7278ad761e
LibHTTP+LibWeb: Accept Brotli encoded responses
|
3 years ago |
Sam Atkins
|
c4134e9794
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
|
3 years ago |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Florent Castelli
|
e165ae5b60
LibHTTP+LibTLS: Better HTTPS Socket EOF detection
|
3 years ago |
Lenny Maiorani
|
79aa49d04f
Libraries: Use default constructors/destructors in LibHTTP
|
3 years ago |