1. c8bcaf8 Fix build when targeting Windows 7 as platform. (#1869) by mol123 · 3 weeks ago master
  2. 8cd0ed0 Added move assignment operator to Client class. (#1873) by Hlado · 4 weeks ago
  3. 177d842 Added .gitattributes file to prevent git from changing line endings (#1872) by Hlado · 4 weeks ago
  4. 388a8c0 Fix build on Windows with no WINAPI_PARTITION_APP support (#1865) by Daniel Ludwig · 5 weeks ago
  5. bdefdce test: fix GetRangeWithMaxLongLength on 32 bit machines (#1867) by Andrea Pappacoda · 5 weeks ago
  6. 9e4f93d Allow hex for ipv6 literal addr in redirect (#1859) by Zhenlin Huang · 6 weeks ago
  7. 0b657d2 Added example/one_time_request.cc. by yhirose · 6 weeks ago
  8. c1a09da avoid memory leaks if linked with static openssl libs (#1857) by Rainer Schielke · 6 weeks ago
  9. 8438df4 Release v0.16.0 by yhirose · 6 weeks ago v0.16.0
  10. 67fd7e3 Change library name to cpp-httplib (#1854) by Jiwoo Park · 7 weeks ago
  11. d440316 New function SSLServer::update_certs. Allows to update certificates while server is running (#1827) by Rainer Schielke · 8 weeks ago
  12. 98cc1ec Allow hex for ip6 literal addr, fix #1800 (#1830) by Sean Quinn · 9 weeks ago
  13. 25b1e0d Tweak CI & fix macOS prefix (#1843) by Vladimír Chlup · 9 weeks ago
  14. 05f9f83 Avoid unreferenced formal parameter warning in get_range_offset_and_length (#1838) by Pavel P · 2 months ago
  15. 3b6597b Fix query parsing when value has `=` characters (#1822) by Jiwoo Park · 3 months ago
  16. f10720e Move httplibConf.cmake.in & install readme/license (#1826) by KTGH · 3 months ago
  17. 2bc550b Added progress to POST, PUT, PATCH and DELETE requests (#1821) by rndm13 · 3 months ago
  18. ce36b8a Highlight notes using markdown features (#1820) by Jiwoo Park · 3 months ago
  19. 560854a Apply range header base on response status code (#1806) by Kent · 4 months ago
  20. 2064462 Merge branch 'HerrCai0907-fix' by yhirose · 4 months ago
  21. 0728888 Code cleanup by yhirose · 4 months ago
  22. 34d392c Merge branch 'fix' of github.com:HerrCai0907/cpp-httplib into HerrCai0907-fix by yhirose · 4 months ago
  23. 825c3fb Removed excess usage of std::move by yhirose · 4 months ago
  24. 00bdf73 fix: increase default receive buffer to 16kb (#1814) by Rusty Conover · 4 months ago
  25. f44ab9b Fix range parser when parsing too many ranges (#1812) by Jiwoo Park · 4 months ago
  26. a61f2b8 build(meson): generate new test PEMs (#1813) by Andrea Pappacoda · 4 months ago
  27. b8bafbc Generate missing PEMs for CTest (#1811) by Jiwoo Park · 4 months ago
  28. 548dfff Fix #1793 by yhirose · 5 months ago
  29. 4dd2f3d fix ambiguous for HandlerWithResponse and Handler in set_error_handler by Congcong Cai · 5 months ago
  30. 6791a83 FindBrotli cleanup & fixes (#1786) by KTGH · 5 months ago
  31. d1a1c8a Add description & URL to Cmake (#1785) by KTGH · 5 months ago
  32. b4d26ba Update github actions by yhirose · 5 months ago
  33. c5a0673 Use final keyword for devirtualization (#1779) by Jiwoo Park · 5 months ago
  34. ad40bd6 Implement file mapping for UWP apps (#1775) by Sergey · 6 months ago
  35. 5c00bbf Release v0.15.3 by yhirose · 6 months ago v0.15.3
  36. 9d6f537 Fix #1772 by yhirose · 6 months ago
  37. f06fd93 Fix typo in gtest-all.cc (#1770) by Ikko Eltociear Ashimine · 6 months ago
  38. 80c0cc4 Release v0.15.2 by yhirose · 6 months ago v0.15.2
  39. 762024b Fix #1768 by yhirose · 6 months ago
  40. 82a90a2 Update year by yhirose · 6 months ago
  41. b7cac4f Release v0.15.1 by yhirose · 6 months ago v0.15.1
  42. e323374 Fix #1766 by yhirose · 6 months ago
  43. ffc294d Reduce object copy (#1767) by Jiwoo Park · 6 months ago
  44. fceada9 Changed to return 416 for a request with an invalid range by yhirose · 6 months ago
  45. 5f0f73f Reduce duplicate computation for ranges by yhirose · 6 months ago
  46. 530d6ee Release v0.15.0 by yhirose · 6 months ago v0.15.0
  47. 420c975 Fix #1694 by yhirose · 6 months ago
  48. 2ce7c22 Fix #1747 by yhirose · 6 months ago
  49. 4ef9ed8 Treat paths with embedded NUL bytes as invalid (#1765) by Wander Nauta · 6 months ago
  50. 44b3fe6 Support move semantics for Response::set_content() (#1764) by Jiwoo Park · 6 months ago
  51. 4498019 Add a getter for a bearer token from a request (#1755) by Ilya Andreev · 6 months ago
  52. af2928d Fix select() return code for fd >= 1024 (#1757) by Jean-Francois Simoneau · 6 months ago
  53. d948e38 Minor cmake fix & cleanup (#1754) by KTGH · 7 months ago
  54. 65218ce added missing include of exception (#1752) by Matthias Bilger · 7 months ago
  55. 55e99c4 Fix -Wold-style-cast warning (#1751) by Adam Gajda · 7 months ago
  56. b63d506 Fixes Windows std::max macro problems (#1750) by TheOnlyJoey · 7 months ago
  57. eba9808 Fix #1628 (OpenSSL 1.1.1 End of Life on September 11, 2023) (#1745) by yhirose · 7 months ago
  58. 374d058 ThreadPool: optional limit for jobs queue (#1741) by vmaffione · 7 months ago
  59. 31cdcc3 Update README about MSYS2 and MinGW by yhirose · 7 months ago
  60. ad9f642 Fix #1744 by yhirose · 7 months ago
  61. cbca63f Release v0.14.3 by yhirose · 7 months ago v0.14.3
  62. b4748a2 Fix #1738 by yhirose · 7 months ago
  63. 5b943d9 Use StatusCode in tests and examples (#1743) by Ilya Andreev · 7 months ago
  64. c86f69a Use StatusCode in httplib code (#1742) by Ilya Andreev · 7 months ago
  65. d39fda0 Add StatusCode enum (#1739) by Ilya Andreev · 7 months ago
  66. 37f8dc4 Change some of status messages based on RFC 9110 (#1740) by Ilya Andreev · 7 months ago
  67. 3a8adda Fix #1737 by yhirose · 7 months ago
  68. 8aa38ae Fix #1665 by yhirose · 7 months ago
  69. f1dec77 Code format by yhirose · 7 months ago
  70. cddaeda Fix #1736 by yhirose · 7 months ago
  71. cefb5a8 Update README.md (#1731) by Renato Foot Guimarães Costallat · 8 months ago
  72. e426a38 Fix: Query parameter including query delimiter ('?') not being parsed properly (#1713) by davidalo · 8 months ago
  73. f14accb Release v0.14.2 by yhirose · 8 months ago v0.14.2
  74. c5c704c Fix #1724 by yhirose · 8 months ago
  75. 115a786 Fix readability warnings (#1722) by Jean-Francois Simoneau · 8 months ago
  76. 5ef4cfd Fix bugprone warnings (#1721) by Jean-Francois Simoneau · 8 months ago
  77. 03fecb2 Fix modernize warnings (#1720) by Jean-Francois Simoneau · 8 months ago
  78. 7fc8682 Fix performance-noexcept-move-constructor (#1715) by Jean-Francois Simoneau · 8 months ago
  79. f143131 Minor fixes on test cases (#1709) by Jiwoo Park · 9 months ago
  80. 1d14e05 Remove cryptui on Windows (#1710) by Jiwoo Park · 9 months ago
  81. 97ae673 Run fuzz test in CTest (#1707) by Jiwoo Park · 9 months ago
  82. 1d6b22b Fix C6001 (#1701) by Jiwoo Park · 9 months ago
  83. 1a49076 Removed unnecessary exception by yhirose · 9 months ago
  84. d0e4cb3 Include missing stdint.h on fuzz test (#1700) by Jiwoo Park · 9 months ago
  85. e2813d9 Code cleanup. (Removed unnecessary `.c_str()` calls) by yhirose · 9 months ago
  86. 20a7f08 build(meson): copy 1MB.txt test file (#1695) by Andrea Pappacoda · 9 months ago
  87. f63ba7d Fix #1685 by yhirose · 10 months ago
  88. 0a629d7 Release v0.14.1 by yhirose · 10 months ago
  89. a609330 Add optional user defined header writer (#1683) by PabloMK7 · 10 months ago v0.14.1
  90. c029597 Update the remote address of www.httpwatch.com (#1664) by Jiwoo Park · 11 months ago
  91. 30b7732 Release v0.14.0 by yhirose · 11 months ago v0.14.0
  92. 6650632 Fix #1638 by yhirose · 11 months ago
  93. afe627e Avoid a -Warray-bounds false positive in GCC 13. (#1639) by Sven Panne · 12 months ago
  94. 67f6ff7 Fix CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR (#1634) by Duncan Ogilvie · 12 months ago
  95. c7ed179 Release v0.13.3 by yhirose · 12 months ago v0.13.3
  96. 44c62d8 Use memory mapped file for static file server (#1632) by yhirose · 12 months ago
  97. 6bb580c Fix #1559 by yhirose · 12 months ago
  98. 00a8cb8 Code cleanup by yhirose · 12 months ago
  99. 2e34a39 Added StaticFileRanges test by yhirose · 12 months ago
  100. 01b9082 Removed unnecessary CRLF at the end of multipart ranges data by yhirose · 12 months ago