Historique des commits

Auteur SHA1 Message Date
  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
  TheFightingCatfish 57541f433b LibWeb+LibHTTP: Support multiple Set-Cookie response headers il y a 4 ans
  Daniel Bertalan e9f0ebd4bd LibHTTP: Fix logic error leading to buffer over-read il y a 3 ans
  Karol Kosek 78bebb363b LibHTTP: Reset m_content_length if there's a Transfer-Encoding header il y a 3 ans
  Karol Kosek 89c87ff7b9 LibHTTP: Trim the last packet if it exceeded the Content-Length value il y a 3 ans
  Karol Kosek a7e7cb0e70 LibHTTP: Store Content-Length value in the HTTP Job class il y a 3 ans
  Karol Kosek 71f663b205 LibHTTP: Fix buffer overflow when body is larger than the Content-Length il y a 3 ans
  Ali Mohammad Pur 82da36f129 LibHTTP: Quit the read loop when an incomplete chunk size line is seen il y a 3 ans
  Ali Mohammad Pur 5b185d9cb5 LibHTTP: Bump max HTTP header size up to 32KiB il y a 3 ans
  Ali Mohammad Pur 830b0e8f2d LibHTTP: Treat EOF on a non-Finished state as an error il y a 3 ans
  Ali Mohammad Pur fdd2d49c5b LibHTTP: Ignore empty reads on chunk boundaries il y a 3 ans
  Ali Mohammad Pur 3564e4eff1 LibHTTP: Consider a job failed if its body fails decompression il y a 3 ans
  Ali Mohammad Pur b0a9c5673e LibHTTP: Respect the 'Connection: close' header on keep-alive jobs il y a 3 ans
  Ali Mohammad Pur 65f7e45a75 RequestServer+LibHTTP+LibGemini: Cache connections to the same host il y a 3 ans
  Ali Mohammad Pur c5d7eb8618 LibHTTP: Exit the read loop early when there cannot be any further data il y a 3 ans
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe il y a 3 ans