Historique des commits

Auteur SHA1 Message Date
  yhirose 6b723fbf9d Merge branch 'range-206-only' of github.com:metsw24-max/cpp-httplib into metsw24-max-range-206-only il y a 1 semaine
  yhirose 1562f0ec4f Pass unrecognized Content-Encoding values through instead of failing (#2518) il y a 1 semaine
  yhirose a691e531c3 Close the listening socket in stop() even when not serving (#2517) il y a 1 semaine
  yhirose ae8356d86e Clean up addr_map hostname support il y a 1 semaine
  Kim, Hyuk 49b921b52d Allow addr_map_ values to be hostnames, not just IP literals (#2515) il y a 1 semaine
  yhirose 447b9c4a29 Buffer the WebSocket handshake before writing it to the socket il y a 1 semaine
  hyuk.kim 2c28d2fa3e websocket: rebuild handshake on Request/header pipeline il y a 1 semaine
  Sayed Kaif 23fef15e07 apply Range only to a 206 response in write_content_with_provider il y a 1 semaine
  yhirose 5b9d1495ff Apply path encoding to open_stream() il y a 2 semaines
  yhirose 2fa0417754 Fix mbedTLS is_peer_closed() destroying the first response byte il y a 2 semaines
  yhirose f7c8455a62 Log res.error() on all ServerTest ASSERT_TRUE(res) assertions il y a 2 semaines
  Sayed Kaif 695961f8ae skip invalid fields in write_headers to prevent response splitting il y a 2 semaines
  yhirose c64bf21a5e Merge pull request #2504 from emreay-/skip-drain-on-closing-connection il y a 2 semaines
  Emre Ay 8bbfc90380 Apply clang-format to test.cc and httplib.h il y a 2 semaines
  yhirose bf8baf0739 clang-format il y a 2 semaines
  yhirose fd0c18b1b5 Validate connecting peer before honoring X-Forwarded-For il y a 2 semaines
  yhirose bbd56a7e2c Merge pull request #2497 from superm1/superm1/SWSPLAT-23636 il y a 2 semaines
  yhirose 54b3c1d072 Add Mbed TLS 4.x support (PSA Crypto) (#2502) il y a 2 semaines
  metsw24-max 6c4cbd49a2 scan X-Forwarded-For right-to-left in get_client_ip (#2503) il y a 2 semaines
  Emre Ay f3e9a4d887 Skip request body drain when connection will close il y a 2 semaines
  Mario Limonciello 877a52f6b3 Limit the number of header lines per multipart form-data part il y a 3 semaines
  yhirose 3adc525cec Use detail::from_chars for out-of-range Content-Length check il y a 3 semaines
  Sayed Kaif a415362dff update OpenStreamMalformedContentLength.OutOfRange for stricter parsing il y a 4 semaines
  Sayed Kaif 982235c0a9 flag out-of-range Content-Length in get_header_value_u64 il y a 4 semaines
  yhirose 255c075b82 Reject CR/LF in the request target and fail the request cleanly (#2501) il y a 3 semaines
  yhirose 75938f08c7 Match chunked as the final transfer coding, order-independently (#2500) il y a 3 semaines
  yhirose 0c1cc8c986 Strip Cookie headers on cross-origin redirect il y a 4 semaines
  yhirose 2f986fd5e5 Fix use-after-free of TLS session in WebSocketClient::shutdown_and_close() il y a 4 semaines
  yhirose 06b8b91589 Fix Response::content_length_ not reflecting body size in Logger (Fix #2488) il y a 4 semaines
  yhirose 873d701972 Fix use-after-free in SSLClient destructor with mbedTLS (Fix #2492) il y a 4 semaines