1. 3b6597b Fix query parsing when value has `=` characters (#1822) by Jiwoo Park · 12 days ago master
  2. f10720e Move httplibConf.cmake.in & install readme/license (#1826) by KTGH · 12 days ago
  3. 2bc550b Added progress to POST, PUT, PATCH and DELETE requests (#1821) by rndm13 · 12 days ago
  4. ce36b8a Highlight notes using markdown features (#1820) by Jiwoo Park · 2 weeks ago
  5. 560854a Apply range header base on response status code (#1806) by Kent · 3 weeks ago
  6. 2064462 Merge branch 'HerrCai0907-fix' by yhirose · 3 weeks ago
  7. 0728888 Code cleanup by yhirose · 3 weeks ago
  8. 34d392c Merge branch 'fix' of github.com:HerrCai0907/cpp-httplib into HerrCai0907-fix by yhirose · 3 weeks ago
  9. 825c3fb Removed excess usage of std::move by yhirose · 3 weeks ago
  10. 00bdf73 fix: increase default receive buffer to 16kb (#1814) by Rusty Conover · 4 weeks ago
  11. f44ab9b Fix range parser when parsing too many ranges (#1812) by Jiwoo Park · 4 weeks ago
  12. a61f2b8 build(meson): generate new test PEMs (#1813) by Andrea Pappacoda · 4 weeks ago
  13. b8bafbc Generate missing PEMs for CTest (#1811) by Jiwoo Park · 4 weeks ago
  14. 548dfff Fix #1793 by yhirose · 8 weeks ago
  15. 4dd2f3d fix ambiguous for HandlerWithResponse and Handler in set_error_handler by Congcong Cai · 8 weeks ago
  16. 6791a83 FindBrotli cleanup & fixes (#1786) by KTGH · 9 weeks ago
  17. d1a1c8a Add description & URL to Cmake (#1785) by KTGH · 9 weeks ago
  18. b4d26ba Update github actions by yhirose · 3 months ago
  19. c5a0673 Use final keyword for devirtualization (#1779) by Jiwoo Park · 3 months ago
  20. ad40bd6 Implement file mapping for UWP apps (#1775) by Sergey · 3 months ago
  21. 5c00bbf Release v0.15.3 by yhirose · 3 months ago v0.15.3
  22. 9d6f537 Fix #1772 by yhirose · 3 months ago
  23. f06fd93 Fix typo in gtest-all.cc (#1770) by Ikko Eltociear Ashimine · 3 months ago
  24. 80c0cc4 Release v0.15.2 by yhirose · 3 months ago v0.15.2
  25. 762024b Fix #1768 by yhirose · 3 months ago
  26. 82a90a2 Update year by yhirose · 3 months ago
  27. b7cac4f Release v0.15.1 by yhirose · 3 months ago v0.15.1
  28. e323374 Fix #1766 by yhirose · 3 months ago
  29. ffc294d Reduce object copy (#1767) by Jiwoo Park · 3 months ago
  30. fceada9 Changed to return 416 for a request with an invalid range by yhirose · 3 months ago
  31. 5f0f73f Reduce duplicate computation for ranges by yhirose · 3 months ago
  32. 530d6ee Release v0.15.0 by yhirose · 3 months ago v0.15.0
  33. 420c975 Fix #1694 by yhirose · 3 months ago
  34. 2ce7c22 Fix #1747 by yhirose · 3 months ago
  35. 4ef9ed8 Treat paths with embedded NUL bytes as invalid (#1765) by Wander Nauta · 3 months ago
  36. 44b3fe6 Support move semantics for Response::set_content() (#1764) by Jiwoo Park · 3 months ago
  37. 4498019 Add a getter for a bearer token from a request (#1755) by Ilya Andreev · 4 months ago
  38. af2928d Fix select() return code for fd >= 1024 (#1757) by Jean-Francois Simoneau · 4 months ago
  39. d948e38 Minor cmake fix & cleanup (#1754) by KTGH · 4 months ago
  40. 65218ce added missing include of exception (#1752) by Matthias Bilger · 4 months ago
  41. 55e99c4 Fix -Wold-style-cast warning (#1751) by Adam Gajda · 4 months ago
  42. b63d506 Fixes Windows std::max macro problems (#1750) by TheOnlyJoey · 4 months ago
  43. eba9808 Fix #1628 (OpenSSL 1.1.1 End of Life on September 11, 2023) (#1745) by yhirose · 4 months ago
  44. 374d058 ThreadPool: optional limit for jobs queue (#1741) by vmaffione · 4 months ago
  45. 31cdcc3 Update README about MSYS2 and MinGW by yhirose · 4 months ago
  46. ad9f642 Fix #1744 by yhirose · 4 months ago
  47. cbca63f Release v0.14.3 by yhirose · 4 months ago v0.14.3
  48. b4748a2 Fix #1738 by yhirose · 4 months ago
  49. 5b943d9 Use StatusCode in tests and examples (#1743) by Ilya Andreev · 5 months ago
  50. c86f69a Use StatusCode in httplib code (#1742) by Ilya Andreev · 5 months ago
  51. d39fda0 Add StatusCode enum (#1739) by Ilya Andreev · 5 months ago
  52. 37f8dc4 Change some of status messages based on RFC 9110 (#1740) by Ilya Andreev · 5 months ago
  53. 3a8adda Fix #1737 by yhirose · 5 months ago
  54. 8aa38ae Fix #1665 by yhirose · 5 months ago
  55. f1dec77 Code format by yhirose · 5 months ago
  56. cddaeda Fix #1736 by yhirose · 5 months ago
  57. cefb5a8 Update README.md (#1731) by Renato Foot Guimarães Costallat · 5 months ago
  58. e426a38 Fix: Query parameter including query delimiter ('?') not being parsed properly (#1713) by davidalo · 5 months ago
  59. f14accb Release v0.14.2 by yhirose · 5 months ago v0.14.2
  60. c5c704c Fix #1724 by yhirose · 5 months ago
  61. 115a786 Fix readability warnings (#1722) by Jean-Francois Simoneau · 5 months ago
  62. 5ef4cfd Fix bugprone warnings (#1721) by Jean-Francois Simoneau · 6 months ago
  63. 03fecb2 Fix modernize warnings (#1720) by Jean-Francois Simoneau · 6 months ago
  64. 7fc8682 Fix performance-noexcept-move-constructor (#1715) by Jean-Francois Simoneau · 6 months ago
  65. f143131 Minor fixes on test cases (#1709) by Jiwoo Park · 6 months ago
  66. 1d14e05 Remove cryptui on Windows (#1710) by Jiwoo Park · 6 months ago
  67. 97ae673 Run fuzz test in CTest (#1707) by Jiwoo Park · 6 months ago
  68. 1d6b22b Fix C6001 (#1701) by Jiwoo Park · 6 months ago
  69. 1a49076 Removed unnecessary exception by yhirose · 6 months ago
  70. d0e4cb3 Include missing stdint.h on fuzz test (#1700) by Jiwoo Park · 6 months ago
  71. e2813d9 Code cleanup. (Removed unnecessary `.c_str()` calls) by yhirose · 6 months ago
  72. 20a7f08 build(meson): copy 1MB.txt test file (#1695) by Andrea Pappacoda · 7 months ago
  73. f63ba7d Fix #1685 by yhirose · 7 months ago
  74. 0a629d7 Release v0.14.1 by yhirose · 7 months ago
  75. a609330 Add optional user defined header writer (#1683) by PabloMK7 · 7 months ago v0.14.1
  76. c029597 Update the remote address of www.httpwatch.com (#1664) by Jiwoo Park · 8 months ago
  77. 30b7732 Release v0.14.0 by yhirose · 9 months ago v0.14.0
  78. 6650632 Fix #1638 by yhirose · 9 months ago
  79. afe627e Avoid a -Warray-bounds false positive in GCC 13. (#1639) by Sven Panne · 9 months ago
  80. 67f6ff7 Fix CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR (#1634) by Duncan Ogilvie · 9 months ago
  81. c7ed179 Release v0.13.3 by yhirose · 9 months ago v0.13.3
  82. 44c62d8 Use memory mapped file for static file server (#1632) by yhirose · 9 months ago
  83. 6bb580c Fix #1559 by yhirose · 9 months ago
  84. 00a8cb8 Code cleanup by yhirose · 9 months ago
  85. 2e34a39 Added StaticFileRanges test by yhirose · 9 months ago
  86. 01b9082 Removed unnecessary CRLF at the end of multipart ranges data by yhirose · 9 months ago
  87. e699bd0 Release v0.13.2 by yhirose · 9 months ago v0.13.2
  88. 961a937 Fix #1590 (#1630) by Akın ELDEN · 9 months ago
  89. ec87b04 Fix #1619 by yhirose · 9 months ago
  90. aabf752 Fix #1519 by yhirose · 9 months ago
  91. afb0674 Fix #1624 by yhirose · 10 months ago
  92. ee62523 Fix successful decompress reported as Error::Read (#1612) by bdenhollander · 10 months ago
  93. 52d8dd4 build(meson): use C++14 with GTest >= 1.13.0 (#1618) by Andrea Pappacoda · 10 months ago
  94. be07d2d cmake: fix comment (#1616) by Alexandre Bouvier · 10 months ago
  95. 0f1b62c Release v0.13.1 by yhirose · 10 months ago v0.13.1
  96. c30906a Code cleanup by yhirose · 10 months ago
  97. 3533503 Fix explicit constructor warning (#1614) by bgs99 · 10 months ago
  98. 82acdca Release v0.13.0 by yhirose · 10 months ago v0.13.0
  99. a1e56a5 Result: allow default constructor (#1609) by vmaffione · 10 months ago
  100. 0c17d17 Code cleanup by yhirose · 10 months ago