1
0
mirror of synced 2025-11-02 08:53:14 +03:00

Commit Graph

  • 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
  • 0f1b62c2b3 Release v0.13.1 v0.13.1 yhirose 2023-07-08 07:41:24 -04:00
  • c30906a541 Code cleanup yhirose 2023-07-07 19:43:37 -04:00
  • 3533503323 Fix explicit constructor warning (#1614) bgs99 2023-07-07 20:17:19 +03:00
  • 82acdca638 Release v0.13.0 v0.13.0 yhirose 2023-07-06 18:32:42 -04:00
  • a1e56a567b Result: allow default constructor (#1609) vmaffione 2023-07-05 18:05:29 +02:00
  • 0c17d172a2 Code cleanup yhirose 2023-07-05 09:06:21 -04:00
  • 5d8e7c761f Updated README yhirose 2023-07-05 08:45:05 -04:00
  • 17fc522b75 Add named path parameters parsing (Implements #1587) (#1608) bgs99 2023-07-05 14:44:19 +03:00
  • f1daa5b88b Fix #1607 yhirose 2023-07-04 20:27:11 -04:00
  • fe9a1949a6 Fixed an example in README yhirose 2023-06-28 11:28:08 -04:00
  • 50cba6db9f Fix #1603 yhirose 2023-06-27 21:13:41 -04:00
  • 18592e7f98 Ability to turn off linking against OpenSSL if already detected. (#1602) Nathan Moinvaziri 2023-06-27 17:09:42 -07:00
  • bd9612b81e Changed to use auto (#1594) yhirose 2023-06-17 02:18:34 -04:00
  • 7ab5fb65b2 Code cleanup (#1593) yhirose 2023-06-16 18:08:28 -04:00
  • 8df5fedc35 Fix -Wold-style-cast warnings (#1591) Andre Eisenbach 2023-06-16 17:30:24 -04:00
  • 4a61f68fa4 Don't overwrite the last redirected location (#1589) Jiwoo Park 2023-06-17 03:56:16 +09:00
  • 067890133c Use nghttp2-hosted httpbin.org (#1586) Jiwoo Park 2023-06-16 00:12:41 +09:00
  • d3076f5a70 v0.12.6 v0.12.6 yhirose 2023-06-10 07:02:38 +09:00
  • ed129f057f Fixed C++11 warnings and code format yhirose 2023-06-09 20:49:46 +09:00
  • eab5ea01d7 Load in-memory CA certificates (#1579) Jiwoo Park 2023-06-09 16:34:51 +09:00
  • 3e287b3a26 Provide a CMake option to disable C++ exceptions (#1580) Petr Hosek 2023-06-06 00:56:26 -07:00
  • 4f33637b43 Add support for zOS (#1581) v1gnesh 2023-06-06 10:44:06 +05:30
  • 698a1e51ec Move, not copy, Logger and Handler functors (#1576) db-src 2023-06-02 07:40:00 +01:00
  • 27c0e1186c Release v12.0.5 v0.12.5 yhirose 2023-05-30 16:09:42 +09:00
  • c54c71a3e5 Add HTTPLIB_INSTALL CMake option (#1575) Niccolò Iardella 2023-05-30 09:08:58 +02:00
  • 3409c00e6f Fixed warnings v0.12.4 yhirose 2023-05-27 01:10:21 +09:00
  • f8ef5fab64 Release v0.12.4 yhirose 2023-05-27 00:57:43 +09:00
  • 5b397d455d Fix more CRLF injection problems. yhirose 2023-05-22 22:56:16 +09:00
  • f977558a28 Release v0.12.3 v0.12.3 yhirose 2023-04-30 10:44:36 +09:00
  • c2e156e0e0 Fix leaked handle in create_socket (#1554) Oleg Shparber 2023-04-09 12:18:44 -04:00
  • 7aba2938d3 Fix #1548 yhirose 2023-04-08 15:31:47 -04:00
  • d587548250 Fix #1545 yhirose 2023-04-08 14:53:55 -04:00
  • 21f9c51556 Remove whitespace in CMake generator expression (#1552) Jiwoo Park 2023-04-08 04:40:52 +09:00
  • 985ceba525 Updated README yhirose 2023-04-04 07:17:59 -07:00
  • e62a4b02e5 fix (#1525) Sergey Kazmin 2023-04-04 17:12:15 +03:00
  • ff34749572 Initialize sockaddr_un to fix valgrind uninitialised byte message. (#1547) Octavio Valle 2023-04-03 12:28:01 -03:00
  • e5804d4a50 Don't loading system certs from Keychain on iOS (#1546) Jiwoo Park 2023-04-01 22:26:30 +09:00
  • 3956a2b790 Fix ServerTest.ClientStop test case (#1542) Jiwoo Park 2023-03-30 22:50:51 +09:00
  • b33aa52dc2 Fix lifetime issues in test using detail::scope_exit() (#1535) Jiwoo Park 2023-03-28 13:01:34 +09:00
  • 76230db97f Simplified scope_exit yhirose 2023-03-25 21:52:39 -04:00
  • a66a013ed7 Release v0.12.2 v0.12.2 yhirose 2023-03-25 21:47:14 -04:00
  • f4b02dfdc1 Fix #1533 yhirose 2023-03-25 21:13:07 -04:00
  • 4cf218643e Code format yhirose 2023-03-25 21:12:40 -04:00
  • 8f96b69a25 Update test.yaml to use microsoft/setup-msbuild@v1.1 yhirose 2023-03-23 18:53:27 -04:00
  • d262033ded Prevent overflow in hash function str2tag_core() (#1529) Johannes Flügel 2023-03-22 19:16:32 +01:00
  • 5745eabe69 Updated test.yaml to use ctions/checkout@v3 yhirose 2023-03-21 18:54:54 -04:00
  • 5f18642271 Close #1531 yhirose 2023-03-20 11:45:21 -04:00
  • 88a9278872 Fix #1486 yhirose 2023-03-11 16:57:51 -05:00
  • 9bb3ca8169 Fix #1459 (#1523) yhirose 2023-03-10 22:21:42 -05:00
  • f2f4728489 Release v0.12.1 v0.12.1 yhirose 2023-03-10 17:53:19 -05:00
  • d1b616286f Add note for macOS regarding system certs yhirose 2023-03-10 17:46:50 -05:00
  • df74526f91 Fix multipart Content-Type headers with both boundary and charset parameters (#1516) Mathieu Gaillard 2023-03-08 20:57:17 -08:00
  • 9f7ae0737a Fix typos (#1517) Joel Rosdahl 2023-03-08 23:03:20 +01:00
  • 1ebb8412c5 Use SSL_ERROR_ZERO_RETURN to check if the SSL peer is closed. yhirose 2023-03-07 08:15:16 -05:00
  • 7b69999c37 Reuse gtest on system (#1493) Petr Menšík 2023-03-06 03:35:35 +01:00