Historique des commits

Auteur SHA1 Message Date
  Tim Schumacher 0bd9a94bea LibHTTP: Don't read and drop data if status line can't be read il y a 2 ans
  Tim Schumacher 30abd47099 LibCompress: Port `DeflateDecompressor` to `Core::Stream` il y a 2 ans
  Tim Schumacher 9a3e95785e LibCore: Propagate errors from `Stream::*_entire_buffer` il y a 2 ans
  Tim Schumacher 6c7c5a6786 LibCore: Rename `Stream::*_or_error` to `*_entire_buffer` il y a 2 ans
  Tim Schumacher ed4c2f2f8e LibCore: Rename `Stream::read_all` to `read_until_eof` il y a 2 ans
  Tim Schumacher f93c7fbb5e LibCompress: Port GzipDecompressor to `Core::Stream` il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Tim Schumacher d402f6cdb3 LibCore: Add support for ReadonlyBytes to MemoryStream il y a 2 ans
  demostanis 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions il y a 2 ans
  Idan Horowitz 7578039188 LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0 il y a 2 ans
  Enver Balalic 55c099c953 LibHTTP: Null out on_ready_to_read on socket close il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Daniel Bertalan 569388e4af LibHTTP: Include JsonObject.h in Job.cpp il y a 3 ans
  Michiel Visser 7278ad761e LibHTTP+LibWeb: Accept Brotli encoded responses il y a 3 ans
  Sam Atkins c4134e9794 LibCore+Everywhere: Make Core::Stream read_until() return Bytes il y a 3 ans
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Florent Castelli e165ae5b60 LibHTTP+LibTLS: Better HTTPS Socket EOF detection il y a 3 ans
  Lenny Maiorani 79aa49d04f Libraries: Use default constructors/destructors in LibHTTP il y a 3 ans
  DerpyCrabs e379147f64 LibHTTP: Make reason phrase of HTTP response's status line optional il y a 3 ans
  Wesley Moore 849f849905 LibHTTP: Remove redundant can_read_without_blocking call il y a 3 ans
  Wesley Moore 12ff5c9bfd LibHTTP: Remove attempt to read extra line after response headers il y a 3 ans
  Andreas Kling 5f5fe103eb LibHTTP: Don't copy payload slices in flush_received_buffers() il y a 3 ans
  Ali Mohammad Pur 9ff22ac7e0 LibHTTP: Skip the body when response code is 204 il y a 3 ans
  sin-ack 64f135d90f LibCore+Userland: Remove Core::TCPSocket :^) il y a 3 ans
  sin-ack 42a76b6c2d LibHTTP: Propagate and gracefully handle errors in Job il y a 3 ans
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket il y a 3 ans
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr il y a 3 ans
  Ben Wiederhake f59f7674c8 LibHTTP: Avoid implicitly copying ByteBuffer il y a 3 ans