Commit History

作者 SHA1 備註 提交日期
  Lenny Maiorani 79aa49d04f Libraries: Use default constructors/destructors in LibHTTP 3 年之前
  DerpyCrabs e379147f64 LibHTTP: Make reason phrase of HTTP response's status line optional 3 年之前
  Wesley Moore 849f849905 LibHTTP: Remove redundant can_read_without_blocking call 3 年之前
  Wesley Moore 12ff5c9bfd LibHTTP: Remove attempt to read extra line after response headers 3 年之前
  Andreas Kling 5f5fe103eb LibHTTP: Don't copy payload slices in flush_received_buffers() 3 年之前
  Ali Mohammad Pur 9ff22ac7e0 LibHTTP: Skip the body when response code is 204 3 年之前
  sin-ack 64f135d90f LibCore+Userland: Remove Core::TCPSocket :^) 3 年之前
  sin-ack 42a76b6c2d LibHTTP: Propagate and gracefully handle errors in Job 3 年之前
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 3 年之前
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 年之前
  Ben Wiederhake f59f7674c8 LibHTTP: Avoid implicitly copying ByteBuffer 3 年之前
  TheFightingCatfish 57541f433b LibWeb+LibHTTP: Support multiple Set-Cookie response headers 3 年之前
  Daniel Bertalan e9f0ebd4bd LibHTTP: Fix logic error leading to buffer over-read 3 年之前
  Karol Kosek 78bebb363b LibHTTP: Reset m_content_length if there's a Transfer-Encoding header 3 年之前
  Karol Kosek 89c87ff7b9 LibHTTP: Trim the last packet if it exceeded the Content-Length value 3 年之前
  Karol Kosek a7e7cb0e70 LibHTTP: Store Content-Length value in the HTTP Job class 3 年之前
  Karol Kosek 71f663b205 LibHTTP: Fix buffer overflow when body is larger than the Content-Length 3 年之前
  Ali Mohammad Pur 82da36f129 LibHTTP: Quit the read loop when an incomplete chunk size line is seen 3 年之前
  Ali Mohammad Pur 5b185d9cb5 LibHTTP: Bump max HTTP header size up to 32KiB 3 年之前
  Ali Mohammad Pur 830b0e8f2d LibHTTP: Treat EOF on a non-Finished state as an error 3 年之前
  Ali Mohammad Pur fdd2d49c5b LibHTTP: Ignore empty reads on chunk boundaries 3 年之前
  Ali Mohammad Pur 3564e4eff1 LibHTTP: Consider a job failed if its body fails decompression 3 年之前
  Ali Mohammad Pur b0a9c5673e LibHTTP: Respect the 'Connection: close' header on keep-alive jobs 3 年之前
  Ali Mohammad Pur 65f7e45a75 RequestServer+LibHTTP+LibGemini: Cache connections to the same host 3 年之前
  Ali Mohammad Pur c5d7eb8618 LibHTTP: Exit the read loop early when there cannot be any further data 3 年之前
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 年之前
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 年之前
  Ali Mohammad Pur 3058ff1500 LibHTTP: Relax the finish_up() "must be called once" limitation a bit 4 年之前
  Ali Mohammad Pur 55fa2329de LibHTTP: Ensure finish_up() is not called more than once 4 年之前
  Linus Groh 81b7b2f49e LibHTTP: Replace fprintf(stderr) with warnln() 4 年之前