Commit History

Author SHA1 Message Date
  yhirose 446afad5e9 Preserve the order of multipart form parts 2 weeks ago
  yhirose 7963c382d6 Preserve the order of query parameters (#2523) 2 weeks ago
  yhirose 486c81b275 Determine the final transfer coding across Transfer-Encoding lines (#2522) 2 weeks ago
  yhirose d860c842ea Preserve the order of header fields with the same name (#2520) 2 weeks ago
  yhirose 15a23abd7e Clarify the MAP_FAILED guard comment and assert the cleared size 2 weeks ago
  yhirose 2e37c51921 Merge branch 'mmap-map-failed-guard' of github.com:metsw24-max/cpp-httplib into metsw24-max-mmap-map-failed-guard 2 weeks ago
  yhirose 5539a66c63 Cover the non-206 Range paths and drop the duplicated test route 2 weeks ago
  yhirose 6b723fbf9d Merge branch 'range-206-only' of github.com:metsw24-max/cpp-httplib into metsw24-max-range-206-only 2 weeks ago
  yhirose 1562f0ec4f Pass unrecognized Content-Encoding values through instead of failing (#2518) 2 weeks ago
  yhirose a691e531c3 Close the listening socket in stop() even when not serving (#2517) 2 weeks ago
  yhirose ae8356d86e Clean up addr_map hostname support 2 weeks ago
  Kim, Hyuk 49b921b52d Allow addr_map_ values to be hostnames, not just IP literals (#2515) 2 weeks ago
  yhirose 447b9c4a29 Buffer the WebSocket handshake before writing it to the socket 2 weeks ago
  hyuk.kim 2c28d2fa3e websocket: rebuild handshake on Request/header pipeline 2 weeks ago
  Sayed Kaif f4fce42e77 fail mmap::open when ::mmap returns MAP_FAILED 3 weeks ago
  Sayed Kaif 23fef15e07 apply Range only to a 206 response in write_content_with_provider 3 weeks ago
  yhirose 5b9d1495ff Apply path encoding to open_stream() 3 weeks ago
  yhirose 2fa0417754 Fix mbedTLS is_peer_closed() destroying the first response byte 4 weeks ago
  yhirose f7c8455a62 Log res.error() on all ServerTest ASSERT_TRUE(res) assertions 4 weeks ago
  Sayed Kaif 695961f8ae skip invalid fields in write_headers to prevent response splitting 4 weeks ago
  yhirose c64bf21a5e Merge pull request #2504 from emreay-/skip-drain-on-closing-connection 1 month ago
  Emre Ay 8bbfc90380 Apply clang-format to test.cc and httplib.h 1 month ago
  yhirose bf8baf0739 clang-format 1 month ago
  yhirose fd0c18b1b5 Validate connecting peer before honoring X-Forwarded-For 1 month ago
  yhirose bbd56a7e2c Merge pull request #2497 from superm1/superm1/SWSPLAT-23636 1 month ago
  yhirose 54b3c1d072 Add Mbed TLS 4.x support (PSA Crypto) (#2502) 1 month ago
  metsw24-max 6c4cbd49a2 scan X-Forwarded-For right-to-left in get_client_ip (#2503) 1 month ago
  Emre Ay f3e9a4d887 Skip request body drain when connection will close 1 month ago
  Mario Limonciello 877a52f6b3 Limit the number of header lines per multipart form-data part 1 month ago
  yhirose 3adc525cec Use detail::from_chars for out-of-range Content-Length check 1 month ago