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

Commit Graph

  • 258992a160 Changed to use non-blocking socket in is_ssl_peer_could_be_closed yhirose 2024-12-03 19:26:08 -05:00
  • a7bc00e330 Release v0.18.3 v0.18.3 yhirose 2024-12-03 06:33:00 -05:00
  • 11a40584e9 Fix #1998 yhirose 2024-12-03 00:38:20 -05:00
  • 3e86bdb4d8 Fix #1997 (#2001) yhirose 2024-12-03 00:11:29 -05:00
  • c817d65695 Fix casting uint64_t to size_t for 32-bit builds (#1999) Pavel P 2024-12-02 21:09:52 +05:00
  • 51dee793fe Release v0.18.2 v0.18.2 yhirose 2024-11-29 20:49:50 -05:00
  • 457fc4306e Fix #1993 yhirose 2024-11-29 20:46:48 -05:00
  • 4f5b003e76 Fix #1992 yhirose 2024-11-28 20:40:38 -05:00
  • 5421e27106 Fix a compiler warning yhirose 2024-11-28 20:37:39 -05:00
  • fe07660f40 Fix #1986 (#1988) yhirose 2024-11-27 12:18:35 -05:00
  • da2f9e476e Fix #1985 (#1989) yhirose 2024-11-27 12:18:23 -05:00
  • 1a7a7ed1c3 test: Don't check for the exact size of compressed content. (#1984) sebastianas 2024-11-25 21:46:41 +01:00
  • 413994912d Update vcxproj files yhirose 2024-11-16 11:14:13 -05:00
  • 01dcf1d0ad Fix #1969 (without unnecessary sleep_for) (#1982) yhirose 2024-11-16 10:56:57 -05:00
  • 8e378779c2 Update README yhirose 2024-11-16 09:45:04 -05:00
  • 970b52897c Fix #1980 yhirose 2024-11-16 02:09:52 -05:00
  • 412ba04d19 Fix problem caused by #1975 yhirose 2024-11-14 20:33:08 -05:00
  • bfef4b3e9b Fix #1975 yhirose 2024-11-14 17:25:51 -05:00
  • 7bd316f3d0 Fix #1977 yhirose 2024-11-14 16:46:27 -05:00
  • 26208363ee Fix warning yhirose 2024-11-14 16:46:09 -05:00
  • b1b4bb8850 clangformat yhirose 2024-11-13 22:50:03 -05:00
  • 9dd565b6e3 Resolve #1973 (#1976) yhirose 2024-11-13 22:47:09 -05:00
  • 924f214303 Added unit test for exception handler yhirose 2024-11-02 07:23:44 -04:00
  • 5c1a34e766 Release v0.18.1 v0.18.1 yhirose 2024-10-18 17:16:54 -04:00
  • fa90d06dd5 Merge branch 'master' of github.com:yhirose/cpp-httplib yhirose 2024-10-18 17:16:14 -04:00
  • d869054318 Allow empty header values (#1965) Jiwoo Park 2024-10-18 23:16:48 +09:00
  • 0cc1ca9a8d Remove extra semicolon (#1963) Peter Boström 2024-10-15 15:09:04 +11:00
  • 3701195033 Merge branch 'master' of github.com:yhirose/cpp-httplib yhirose 2024-10-14 21:32:28 -04:00
  • f884a56258 Remove space between operator"" and _t (#1962) Peter Boström 2024-10-15 12:32:13 +11:00
  • d79633ff52 clangformat yhirose 2024-10-11 14:49:46 -04:00
  • e0ebc431dc Fix #1959 yhirose 2024-10-11 13:29:55 -04:00
  • 131bc6c674 Add documentation for using Unix domain sockets. (#1954) Andrew McDaniel 2024-10-03 10:53:25 -04:00
  • 10d68cff50 Added a unit test for #1946 yhirose 2024-09-26 22:24:44 -04:00
  • 996acc5253 Feat: add CPack support (#1950) zjyhjqs 2024-09-25 12:19:41 +08:00
  • 7c4799d0cf Fix #1798 for CMake (#1944) yhirose 2024-09-19 18:33:32 -04:00
  • c239087332 Fix Mafile errors yhirose 2024-09-17 18:37:16 -04:00
  • 7018e9263d test(meson): copy files in www directory (#1941) Andrea Pappacoda 2024-09-18 00:06:01 +02:00
  • 4990b4b4b7 Fix problems with SSLSlientServerTest.* tests yhirose 2024-09-17 17:00:17 -04:00
  • 5064373c23 test(meson): fix SSLClientServerTest.* tests with OpenSSL 3.2.0 (#1940) Andrea Pappacoda 2024-09-17 22:58:09 +02:00
  • 6c93aea59a Revert "Enabled HostnameToIPConversionTest.YouTube_Online partially" yhirose 2024-09-15 01:18:20 -04:00
  • 6553cdedab Enabled HostnameToIPConversionTest.YouTube_Online partially yhirose 2024-09-13 20:45:59 -04:00
  • a61b2427b0 Update benchmark base vertion to 0.18.0 yhirose 2024-09-13 20:34:30 -04:00
  • af4ece3d5f Update benchmark/Makefile yhirose 2024-09-09 23:39:06 -04:00
  • e64379c3d7 Release v0.18.0 v0.18.0 yhirose 2024-09-12 12:28:35 -04:00
  • 5053912534 Updated actions/upload-artifact from v1 to v4 yhirose 2024-09-12 12:04:03 -04:00
  • 932b1cbc32 Fix shadow parameter warning (#1936) Jean-Francois Simoneau 2024-09-12 12:02:25 -04:00
  • de36ea7755 Fix #1933 on Linux and macOS yhirose 2024-09-09 23:07:11 -04:00
  • 9f8db2c230 Fix #1933 yhirose 2024-09-09 22:22:56 -04:00
  • 3f00e1b321 Revert "Changed set_file_content to accept only a regular file path." yhirose 2024-09-09 20:03:47 -04:00
  • 7ab9c119ef Changed set_file_content to accept only a regular file path. yhirose 2024-09-09 19:59:18 -04:00
  • 3f2922b3fa Fix #1929 yhirose 2024-09-09 19:25:52 -04:00
  • 509f583dca Fix problem caused by #1931. yhirose 2024-09-09 19:19:52 -04:00
  • 2d01e71286 Test reading empty zero-length file (#1931) Paul Harris 2024-09-10 05:54:11 +08:00
  • e612154694 Issue1431 (#1926) yhirose 2024-09-08 22:45:47 -04:00
  • 82fcbe3901 Code cleanup yhirose 2024-09-08 20:10:35 -04:00
  • dbd2465b56 Add some Open SSL function calls yhirose 2024-09-08 20:10:17 -04:00
  • ea79494b29 Renamed enable_server_host_verification to enable_server_hostname_verification and added Error::SSLServerHostnameVerification yhirose 2024-09-08 20:08:52 -04:00
  • f35aff84c2 Fixed FuzzableServer build error yhirose 2024-09-08 19:00:23 -04:00
  • 7b18ae6f16 Update benchmark yhirose 2024-09-08 10:56:13 -04:00
  • a79c56d06b Fix #1796 yhirose 2024-09-08 09:26:19 -04:00
  • 3d6e315a4c Fix #1923 yhirose 2024-09-08 08:38:36 -04:00
  • 4c27f9c6ef Made default server and client read/write timeout settings separately yhirose 2024-09-07 21:06:23 -04:00
  • d173a37d17 Increased CPPHTTPLIB_READ_TIMEOUT_SECOND to 300 from 5 yhirose 2024-09-07 16:10:26 -04:00
  • 7fd346a2ca Fix #1379 yhirose 2024-09-07 16:07:45 -04:00
  • c673d502b9 Update server_and_client.cc yhirose 2024-09-07 11:11:57 -04:00
  • c43c51362a Add monitor tool yhirose 2024-09-07 10:16:15 -04:00
  • 3e86d93d13 clangformat yhirose 2024-09-07 10:16:03 -04:00
  • f6e4e2d0f3 Code cleanup yhirose 2024-09-07 10:15:22 -04:00
  • 01a52aa8bd Add example/server_and_client.cc yhirose 2024-09-07 10:05:53 -04:00
  • 8415bf0823 Resolve #1906 yhirose 2024-09-06 23:51:39 -04:00
  • 327ff263f5 httplib.h: support LibreSSL (#1922) orbea 2024-09-06 19:19:53 -07:00
  • 61c418048d Release v0.17.3 v0.17.3 yhirose 2024-09-06 19:58:02 -04:00
  • 9720ef8c34 Code cleanup yhirose 2024-09-06 19:48:25 -04:00
  • 978a4f6345 Fix KeepAliveTest.SSLClientReconnectionPost problem (#1921) yhirose 2024-09-06 13:58:24 -04:00
  • 80fb03628b Only match path params that span full path segment (#1919) bgs99 2024-09-06 15:48:51 +03:00
  • 2480c0342c ‘constexpr’ error (#1918) laowai9189 2024-09-06 19:23:29 +08:00
  • eb6f610a45 Fix find_package for curl (#1920) bgs99 2024-09-06 14:22:03 +03:00
  • cb74e4191b Performance imporovement for Keep-Alive yhirose 2024-09-05 23:58:34 -04:00
  • dfa641ca41 Misc yhirose 2024-09-05 22:54:48 -04:00
  • 969a9f99d5 Adjust sleep yhirose 2024-09-05 22:54:28 -04:00
  • c099b42ba3 Removed write_format yhirose 2024-09-05 22:17:56 -04:00
  • b8315278cb Add a missing file yhirose 2024-09-05 19:35:43 -04:00
  • 485f8f2411 Added one more case to MountTest.Redicect unit test. yhirose 2024-09-05 17:49:12 -04:00
  • 953e4f3841 Adjust sleep duration yhirose 2024-09-05 17:45:09 -04:00
  • adf65cfe61 Target C++11 for benchmark yhirose 2024-09-05 17:44:51 -04:00
  • 12c829f6d3 Fix #1389 and #1907 yhirose 2024-09-05 17:44:32 -04:00
  • 913314f1b1 Fix warning yhirose 2024-09-05 17:43:51 -04:00
  • ef63f97afe Release v0.17.2 v0.17.2 yhirose 2024-09-05 12:57:02 -04:00
  • bda74db01d Fix fuzzing test error yhirose 2024-09-05 12:50:05 -04:00
  • 9ff3ff9446 Fixed build error yhirose 2024-09-05 12:27:50 -04:00
  • c75d071615 Add benchmark tool yhirose 2024-09-05 12:22:46 -04:00
  • b4989130da Peformance improvement by removing tolower function call yhirose 2024-09-05 12:09:38 -04:00
  • 4fc0303bda clangformat yhirose 2024-09-05 12:05:56 -04:00
  • 3d9cc51851 Fixed build error on Windows due to max macro in windows.h yhirose 2024-09-05 12:01:32 -04:00
  • f69587656f build(meson): add libcurl test dependency (#1914) Andrea Pappacoda 2024-09-05 00:05:03 +02:00
  • d5fc340c30 Update README yhirose 2024-09-04 12:23:48 -04:00
  • d79a547dc9 Merge branch 'solarispika-fix-100-continue' yhirose 2024-09-04 10:17:01 -04:00
  • bd1da4346a Disable Expect100ContinueTest test on Windows yhirose 2024-09-04 09:30:14 -04:00
  • 4c2a608a0c Fix GitHub Actions errors yhirose 2024-09-04 09:06:27 -04:00
  • ee4eb8deaa Merge branch 'fix-100-continue' of github.com:solarispika/cpp-httplib into solarispika-fix-100-continue yhirose 2024-09-04 08:45:48 -04:00