Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 年之前 |
Tim Schumacher
|
dbc25f18ec
LibCompress: Let `BrotliDecompressionStream` take a `MaybeOwned`
|
2 年之前 |
Tim Schumacher
|
8a853278d0
LibCompress: Port `ZlibDecompressor` to `AK::Stream`
|
2 年之前 |
Lucas CHOLLET
|
ff47223301
LibCore: Make `NetworkJob::start()` take a `Stream::BufferedSocketBase&`
|
2 年之前 |
Tim Ledbetter
|
1a17e08f87
Everywhere: Correctly report progress of downloads larger than 4GiB
|
2 年之前 |
Ali Mohammad Pur
|
c7409af627
LibHTTP: Tolerate extra \r\n in chunked-encoding last block size
|
2 年之前 |
Tim Schumacher
|
ecd1862859
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2 年之前 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 年之前 |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年之前 |
Linus Groh
|
d0ecd81888
LibHTTP: Propagate OOM errors from HttpRequest::to_raw_request()
|
2 年之前 |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 年之前 |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 年之前 |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 年之前 |
Tim Schumacher
|
220fbcaa7e
AK: Remove the fallible constructor from `FixedMemoryStream`
|
2 年之前 |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 年之前 |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 年之前 |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 年之前 |
Tim Schumacher
|
23a9d62f39
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
|
2 年之前 |
ericLemanissier
|
9d61e59ceb
LibHTTP: Propagate errors using TRY
|
2 年之前 |
Tim Schumacher
|
c6d71ca727
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
|
2 年之前 |
Tim Schumacher
|
0bd9a94bea
LibHTTP: Don't read and drop data if status line can't be read
|
2 年之前 |
Tim Schumacher
|
30abd47099
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
|
2 年之前 |
Tim Schumacher
|
9a3e95785e
LibCore: Propagate errors from `Stream::*_entire_buffer`
|
2 年之前 |
Tim Schumacher
|
6c7c5a6786
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
|
2 年之前 |
Tim Schumacher
|
ed4c2f2f8e
LibCore: Rename `Stream::read_all` to `read_until_eof`
|
2 年之前 |
Tim Schumacher
|
f93c7fbb5e
LibCompress: Port GzipDecompressor to `Core::Stream`
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Tim Schumacher
|
d402f6cdb3
LibCore: Add support for ReadonlyBytes to MemoryStream
|
2 年之前 |
demostanis
|
3e8b5ac920
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2 年之前 |