Commit History

Author SHA1 Message Date
  Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView 1 year ago
  Ali Mohammad Pur b9d2d1b478 LibHTTP: Disable finish repeat timer before deferring job completion 1 year ago
  Ali Mohammad Pur a2f7849238 LibHTTP: Ensure the ending \r\n is present before trying to read a line 1 year ago
  Ali Mohammad Pur 75e60d3a68 LibHTTP: Tolerate random whitespace in chunked encoding size field 1 year ago
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
  Tim Schumacher dbc25f18ec LibCompress: Let `BrotliDecompressionStream` take a `MaybeOwned` 2 years ago
  Tim Schumacher 8a853278d0 LibCompress: Port `ZlibDecompressor` to `AK::Stream` 2 years ago
  Lucas CHOLLET ff47223301 LibCore: Make `NetworkJob::start()` take a `Stream::BufferedSocketBase&` 2 years ago
  Tim Ledbetter 1a17e08f87 Everywhere: Correctly report progress of downloads larger than 4GiB 2 years ago
  Ali Mohammad Pur c7409af627 LibHTTP: Tolerate extra \r\n in chunked-encoding last block size 2 years ago
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2 years ago
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
  Linus Groh d0ecd81888 LibHTTP: Propagate OOM errors from HttpRequest::to_raw_request() 2 years ago
  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