Skip to content

Releases: yhirose/cpp-httplib

Bug fix

06 Feb 03:16
Compare
Choose a tag to compare
  • Breaking change in handling requests with Range in v0.15.1 and v0.15.2 #1772

Bug fix

03 Feb 04:30
Compare
Choose a tag to compare
  • Severe directory traversal vulnerability (dotdotslash) #1768

Bug fix

29 Jan 12:42
Compare
Choose a tag to compare
  • Malicious requests for many overlapping byte ranges of large files risk OOM #1766

Some new features and bug fixes

27 Jan 22:46
Compare
Choose a tag to compare
  • Add missing #include for strcasecmp #1744
  • ThreadPool: optional limit for jobs queue (#1741)
  • Fix #1628 (OpenSSL 1.1.1 End of Life on September 11, 2023)
  • Fix Windows std::max macro problem #1750
  • Fix select() return code for fd >= 1024 (#1757)
  • Add a getter for a bearer token from a request (#1755)
  • Support move semantics for Response::set_content() (#1764)
  • Treat paths with embedded NUL bytes as invalid (#1765)
  • Fix usage of rand() is not seeded and depends on seeding by parent program #1747
  • Fix check request range and fix response Content-Range. #1694

Bug fixes

22 Dec 01:00
Compare
Choose a tag to compare
  • Fix: Query parameter including query delimiter ('?') not being parsed properly (#1713)
  • Fix #1736
  • Fix #1665
  • Change some of status messages based on RFC 9110 (#1740)
  • Add StatusCode enum (#1739)
  • Fix #1738

Bug fixes

05 Dec 03:33
Compare
Choose a tag to compare

New feature

01 Oct 02:15
a609330
Compare
Choose a tag to compare
  • Add optional user defined header writer #1683

Bug fix and breaking change

23 Aug 00:22
Compare
Choose a tag to compare

Bug fixes:

  • Fix CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR (#1634)
  • Avoid a -Warray-bounds false positive in GCC 13. (#1639)

Breaking change:

New features and bug fixes

01 Aug 01:30
Compare
Choose a tag to compare
  • Removed unnecessary CRLF at the end of multipart ranges data
  • Fix #1559
  • Use memory mapped file for static file server (#1632)

Bug fixes

29 Jul 16:27
Compare
Choose a tag to compare