커밋 기록

작성자 SHA1 메시지 날짜
  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 년 전
  Idan Horowitz 7578039188 LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0 2 년 전
  Enver Balalic 55c099c953 LibHTTP: Null out on_ready_to_read on socket close 2 년 전
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 년 전
  Daniel Bertalan 569388e4af LibHTTP: Include JsonObject.h in Job.cpp 3 년 전
  Michiel Visser 7278ad761e LibHTTP+LibWeb: Accept Brotli encoded responses 3 년 전