1
0
mirror of synced 2025-07-26 12:41:03 +03:00

Commit Graph

  • d44031615d New function SSLServer::update_certs. Allows to update certificates while server is running (#1827) Rainer Schielke 2024-06-03 15:37:40 +02:00
  • 98cc1ec344 Allow hex for ip6 literal addr, fix #1800 (#1830) Sean Quinn 2024-05-26 05:57:07 -07:00
  • 25b1e0d906 Tweak CI & fix macOS prefix (#1843) Vladimír Chlup 2024-05-26 14:24:29 +02:00
  • 05f9f83240 Avoid unreferenced formal parameter warning in get_range_offset_and_length (#1838) Pavel P 2024-05-17 05:56:06 +05:00
  • fb739dbaec threadsafe accept on windows, linux Karen Dombroski 2024-05-01 21:43:38 +12:00
  • 50fce538c6 threadsafe CLOEXEC on platforms that support it Karen Dombroski 2024-05-01 21:41:44 +12:00
  • 3b6597bba9 Fix query parsing when value has = characters (#1822) Jiwoo Park 2024-04-22 08:17:14 +09:00
  • f10720ed69 Move httplibConf.cmake.in & install readme/license (#1826) KTGH 2024-04-21 19:14:12 -04:00
  • 2bc550b2f0 Added progress to POST, PUT, PATCH and DELETE requests (#1821) rndm13 2024-04-21 23:13:41 +00:00
  • ce36b8a6e5 Highlight notes using markdown features (#1820) Jiwoo Park 2024-04-18 23:19:54 +09:00
  • 560854a961 Apply range header base on response status code (#1806) Kent 2024-04-12 11:28:21 +08:00
  • 2064462c35 Merge branch 'HerrCai0907-fix' yhirose 2024-04-11 22:30:00 -04:00
  • 07288888ad Code cleanup yhirose 2024-04-11 22:26:30 -04:00
  • 34d392cf3d Merge branch 'fix' of github.com:HerrCai0907/cpp-httplib into HerrCai0907-fix yhirose 2024-04-11 22:22:58 -04:00
  • 825c3fbbb1 Removed excess usage of std::move yhirose 2024-04-11 21:15:19 -04:00
  • 00bdf73ec6 fix: increase default receive buffer to 16kb (#1814) Rusty Conover 2024-04-09 16:59:07 -04:00
  • f44ab9b3da Fix range parser when parsing too many ranges (#1812) Jiwoo Park 2024-04-07 23:06:16 +09:00
  • a61f2b89be build(meson): generate new test PEMs (#1813) Andrea Pappacoda 2024-04-07 16:05:07 +02:00
  • b8bafbc291 Generate missing PEMs for CTest (#1811) Jiwoo Park 2024-04-06 02:50:21 +09:00
  • 548dfff0ae Fix #1793 yhirose 2024-03-09 22:26:17 -05:00
  • 4dd2f3d03d fix ambiguous for HandlerWithResponse and Handler in set_error_handler Congcong Cai 2024-03-07 19:07:39 +08:00
  • 6791a8364d FindBrotli cleanup & fixes (#1786) KTGH 2024-02-27 19:25:02 -05:00
  • d1a1c8a158 Add description & URL to Cmake (#1785) KTGH 2024-02-27 19:22:44 -05:00
  • b4d26badf2 Update github actions yhirose 2024-02-17 09:17:51 -05:00
  • c5a0673c93 Use final keyword for devirtualization (#1779) Jiwoo Park 2024-02-17 23:17:15 +09:00
  • ad40bd6a00 Implement file mapping for UWP apps (#1775) Sergey 2024-02-08 20:59:34 -07:00
  • 5c00bbf36b Release v0.15.3 v0.15.3 yhirose 2024-02-05 22:12:43 -05:00
  • 9d6f5372a3 Fix #1772 yhirose 2024-02-05 22:10:22 -05:00
  • f06fd934f6 Fix typo in gtest-all.cc (#1770) Ikko Eltociear Ashimine 2024-02-06 05:35:33 +09:00
  • 80c0cc445e Release v0.15.2 v0.15.2 yhirose 2024-02-02 23:29:30 -05:00
  • 762024b890 Fix #1768 yhirose 2024-02-02 23:17:32 -05:00
  • 82a90a2325 Update year yhirose 2024-01-29 08:53:01 -05:00
  • b7cac4f4b8 Release v0.15.1 v0.15.1 yhirose 2024-01-29 07:40:56 -05:00
  • e323374d2a Fix #1766 yhirose 2024-01-28 17:43:51 -05:00
  • ffc294d37e Reduce object copy (#1767) Jiwoo Park 2024-01-28 22:18:29 +09:00
  • fceada9ef4 Changed to return 416 for a request with an invalid range yhirose 2024-01-28 08:13:19 -05:00
  • 5f0f73fad9 Reduce duplicate computation for ranges yhirose 2024-01-27 19:07:52 -05:00
  • 530d6ee098 Release v0.15.0 v0.15.0 yhirose 2024-01-27 17:39:58 -05:00
  • 420c9759c6 Fix #1694 yhirose 2024-01-27 16:13:54 -05:00
  • 2ce7c22218 Fix #1747 yhirose 2024-01-27 12:55:59 -05:00
  • 4ef9ed80cd Treat paths with embedded NUL bytes as invalid (#1765) Wander Nauta 2024-01-27 14:22:00 +01:00
  • 44b3fe6277 Support move semantics for Response::set_content() (#1764) Jiwoo Park 2024-01-27 21:53:19 +09:00
  • 449801990f Add a getter for a bearer token from a request (#1755) Ilya Andreev 2024-01-15 16:57:22 +03:00
  • af2928d316 Fix select() return code for fd >= 1024 (#1757) Jean-Francois Simoneau 2024-01-15 08:27:31 -05:00
  • d948e38820 Minor cmake fix & cleanup (#1754) KTGH 2024-01-04 18:20:37 -05:00
  • 65218ce222 added missing include of exception (#1752) Matthias Bilger 2024-01-01 00:59:43 +01:00
  • 55e99c4030 Fix -Wold-style-cast warning (#1751) Adam Gajda 2024-01-01 00:43:31 +01:00
  • b63d50671d Fixes Windows std::max macro problems (#1750) TheOnlyJoey 2023-12-30 08:37:58 -08:00
  • eba980846b Fix #1628 (OpenSSL 1.1.1 End of Life on September 11, 2023) (#1745) yhirose 2023-12-24 08:20:58 -05:00
  • 374d058de7 ThreadPool: optional limit for jobs queue (#1741) vmaffione 2023-12-24 14:20:22 +01:00
  • 31cdcc3c3a Update README about MSYS2 and MinGW yhirose 2023-12-23 21:37:34 -05:00
  • ad9f6423e2 Fix #1744 yhirose 2023-12-23 11:45:08 -05:00
  • cbca63f091 Release v0.14.3 v0.14.3 yhirose 2023-12-21 19:55:25 -05:00
  • b4748a226c Fix #1738 yhirose 2023-12-21 13:33:52 -05:00
  • 5b943d9bb8 Use StatusCode in tests and examples (#1743) Ilya Andreev 2023-12-21 01:28:57 +03:00
  • c86f69a105 Use StatusCode in httplib code (#1742) Ilya Andreev 2023-12-20 06:17:24 +03:00
  • d39fda0657 Add StatusCode enum (#1739) Ilya Andreev 2023-12-20 01:57:30 +03:00
  • 37f8dc4382 Change some of status messages based on RFC 9110 (#1740) Ilya Andreev 2023-12-19 17:22:58 +03:00
  • 3a8adda381 Fix #1737 yhirose 2023-12-17 22:04:36 -05:00
  • 8aa38aecaf Fix #1665 yhirose 2023-12-17 22:01:27 -05:00
  • f1dec77f46 Code format yhirose 2023-12-17 22:00:33 -05:00
  • cddaedaff8 Fix #1736 yhirose 2023-12-15 19:29:54 -05:00
  • cefb5a8822 Update README.md (#1731) Renato Foot Guimarães Costallat 2023-12-08 01:21:59 -03:00
  • e426a38c3e Fix: Query parameter including query delimiter ('?') not being parsed properly (#1713) davidalo 2023-12-07 20:28:41 +01:00
  • f14accb7b6 Release v0.14.2 v0.14.2 yhirose 2023-12-04 22:31:12 -05:00
  • c5c704cb3b Fix #1724 yhirose 2023-12-04 21:27:34 -05:00
  • 115a786581 Fix readability warnings (#1722) Jean-Francois Simoneau 2023-11-24 09:55:04 -05:00
  • 5ef4cfd263 Fix bugprone warnings (#1721) Jean-Francois Simoneau 2023-11-20 22:14:00 -05:00
  • 03fecb2f78 Fix modernize warnings (#1720) Jean-Francois Simoneau 2023-11-20 22:10:04 -05:00
  • 7fc8682a0a Fix performance-noexcept-move-constructor (#1715) Jean-Francois Simoneau 2023-11-20 13:13:59 -05:00
  • f1431311a4 Minor fixes on test cases (#1709) Jiwoo Park 2023-11-12 11:28:50 +09:00
  • 1d14e051a5 Remove cryptui on Windows (#1710) Jiwoo Park 2023-11-12 11:26:57 +09:00
  • 97ae6733ed Run fuzz test in CTest (#1707) Jiwoo Park 2023-11-10 09:35:15 +09:00
  • 1d6b22b5f0 Fix C6001 (#1701) Jiwoo Park 2023-10-30 20:13:40 +09:00
  • 1a49076b5b Removed unnecessary exception yhirose 2023-10-29 19:36:40 -04:00
  • d0e4cb3f07 Include missing stdint.h on fuzz test (#1700) Jiwoo Park 2023-10-30 08:26:06 +09:00
  • e2813d9d4d Code cleanup. (Removed unnecessary .c_str() calls) yhirose 2023-10-23 16:43:12 -04:00
  • 20a7f088ce build(meson): copy 1MB.txt test file (#1695) Andrea Pappacoda 2023-10-20 23:58:06 +02:00
  • f63ba7d013 Fix #1685 yhirose 2023-10-03 09:58:43 -04:00
  • 0a629d7391 Release v0.14.1 yhirose 2023-09-30 22:14:02 -04:00
  • a609330e4c Add optional user defined header writer (#1683) v0.14.1 PabloMK7 2023-10-01 04:13:14 +02:00
  • c029597a5a Update the remote address of www.httpwatch.com (#1664) Jiwoo Park 2023-09-13 23:33:33 +09:00
  • 30b7732565 Release v0.14.0 v0.14.0 yhirose 2023-08-22 20:19:07 -04:00
  • 6650632e7f Fix #1638 yhirose 2023-08-22 19:36:10 -04:00
  • afe627e7af Avoid a -Warray-bounds false positive in GCC 13. (#1639) Sven Panne 2023-08-14 16:26:54 +02:00
  • 67f6ff7fa9 Fix CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR (#1634) Duncan Ogilvie 2023-08-03 23:01:40 +02:00
  • c7ed1796a7 Release v0.13.3 v0.13.3 yhirose 2023-07-31 21:28:33 -04:00
  • 44c62d838e Use memory mapped file for static file server (#1632) yhirose 2023-07-31 07:43:50 -04:00
  • 6bb580cda8 Fix #1559 yhirose 2023-07-30 23:33:27 -04:00
  • 00a8cb8e5d Code cleanup yhirose 2023-07-30 13:23:32 -04:00
  • 2e34a39673 Added StaticFileRanges test yhirose 2023-07-29 23:02:58 -04:00
  • 01b90829bc Removed unnecessary CRLF at the end of multipart ranges data yhirose 2023-07-29 23:01:47 -04:00
  • e699bd0730 Release v0.13.2 v0.13.2 yhirose 2023-07-29 12:26:19 -04:00
  • 961a9379d5 Fix #1590 (#1630) Akın ELDEN 2023-07-29 19:09:25 +03:00
  • ec87b04aff Fix #1619 yhirose 2023-07-29 00:53:57 -04:00
  • aabf752a51 Fix #1519 yhirose 2023-07-28 23:26:55 -04:00
  • afb0674ccb Fix #1624 yhirose 2023-07-21 20:32:03 -04:00
  • ee625232a4 Fix successful decompress reported as Error::Read (#1612) bdenhollander 2023-07-11 18:35:27 -04:00
  • 52d8dd41f1 build(meson): use C++14 with GTest >= 1.13.0 (#1618) Andrea Pappacoda 2023-07-12 00:32:41 +02:00
  • be07d2d7a9 cmake: fix comment (#1616) Alexandre Bouvier 2023-07-08 19:24:36 +02:00