Commit Graph

  • 649b1d2172 Fix nullptr_t issue (#605) R Edgar 2020-08-09 16:45:53 -04:00
  • dc5f9ba164 Better error handling on client (#601) yhirose 2020-08-08 20:50:24 -04:00
  • cf084e1db1 Fixed example build errors v0.7.4 yhirose 2020-08-08 00:10:08 -04:00
  • e0e5898601 Overhaul FindBrotli to fix weird issues (#604) KTGH 2020-08-06 07:08:29 -04:00
  • dfec2de5b5 Update README yhirose 2020-08-03 23:37:05 -04:00
  • 04002d57bd Added set_default_headers (Fix #600) yhirose 2020-08-03 17:31:37 -04:00
  • 38a7706c8b Removed old Keep-Alive functions yhirose 2020-08-03 17:03:00 -04:00
  • abaf875c42 Fix FindBrotli when no Brotli installed (#598) KTGH 2020-08-01 17:08:49 -04:00
  • 5f76cb01c7 fix #592 -- add check for static-linked OpenSSL (#595) PixlRainbow 2020-08-01 20:10:42 +08:00
  • ae54e833ea Code cleanup yhirose 2020-07-31 23:48:42 -04:00
  • 0dd3659de5 Updated README yhirose 2020-07-31 18:54:53 -04:00
  • 999f6abd2c Fix for Cmake on systems without Git (#594) KTGH 2020-07-31 13:46:12 -04:00
  • 48da75dd35 Fix FindBrotli for static libs (#593) KTGH 2020-07-31 13:45:21 -04:00
  • 4f84eeb298 Bearer Token auth support. Fix #484 yhirose 2020-07-31 12:37:14 -04:00
  • a5b4cfadb9 Brotli suport on server. Fix #578 yhirose 2020-07-31 08:22:45 -04:00
  • 3e906a9b8c Fix #591 v0.7.3 yhirose 2020-07-30 18:26:18 -04:00
  • 110393eadb Class name change yhirose 2020-07-30 17:26:53 -04:00
  • 98caa8c058 Updated README yhirose 2020-07-30 17:21:49 -04:00
  • ef65f09608 OpenSSL support on Visual Studio project yhirose 2020-07-30 02:13:02 -04:00
  • e130cf3a3b The piso patch 1 (#590) ThePiso 2020-07-30 16:11:02 +02:00
  • 8a348f17fd Resolved #192 yhirose 2019-12-26 20:16:07 -05:00
  • 797d1f27e8 Fix #357 yhirose 2020-07-29 22:59:26 -04:00
  • 6cde600922 Simplified simplecli.cc yhirose 2020-07-29 16:04:28 -04:00
  • 342c3ab293 Add Brotli Cmake support (#584) v0.7.2 KTGH 2020-07-28 17:04:29 -04:00
  • 6cce7951fc Fixed build error on non Windows environments with OpenSSL yhirose 2020-07-27 22:34:35 -04:00
  • e9058e5639 Fixed build error on Windows with OpenSSL yhirose 2020-07-27 22:32:31 -04:00
  • 2538a85486 Fix #581 yhirose 2020-07-27 22:07:04 -04:00
  • 8c501022b3 Fix Cmake build for MinGW (#580) KTGH 2020-07-26 12:27:03 -04:00
  • 9f5db2d1aa Updated README yhirose 2020-07-25 20:53:38 -04:00
  • 12540fe8d3 Brotli support on client yhirose 2020-07-25 20:44:02 -04:00
  • 29a06f852a Update README yhirose 2020-07-25 11:24:06 -04:00
  • 0e9cfd9f49 SSE client example yhirose 2020-07-25 11:20:57 -04:00
  • 90da199aba Disable compression when content-type is text/event-stream yhirose 2020-07-25 10:46:52 -04:00
  • 366d073490 Fixed build errors yhirose 2020-07-25 09:40:35 -04:00
  • 9ca1fa8b18 Fix #576 yhirose 2020-07-25 09:37:57 -04:00
  • 15c4106a36 Added a unit test yhirose 2020-07-22 08:07:59 -04:00
  • 72ce293fed Removed set_timeout_sec and left set_base_dir yhirose 2020-07-20 17:15:16 -04:00
  • b476b55771 Fix #557 yhirose 2020-07-20 17:04:50 -04:00
  • 0db9d21eb0 Fix #571 yhirose 2020-07-19 18:40:55 -04:00
  • 5ddaf949d0 Fixed build error on Windows yhirose 2020-07-19 18:32:28 -04:00
  • 457a5a7501 Added compressor class yhirose 2020-07-19 17:44:45 -04:00
  • 2ce080c2cb include <wincrypt.h> as otherwise CertOpenSystemStoreW can not be found (#568) Daniel Ottiger 2020-07-15 16:17:18 +02:00
  • 6ad25b6cf0 Fix #566 v0.7.1 yhirose 2020-07-12 20:41:02 -04:00
  • 3dff60eb16 Fix #565 yhirose 2020-07-10 08:18:28 -04:00
  • 5038314b21 Fix #564 yhirose 2020-07-08 13:56:06 -04:00
  • 6e1297cab0 Fix #150 (#556) yhirose 2020-07-07 18:55:46 -04:00
  • 7de743c962 Code format yhirose 2020-07-04 00:11:32 -04:00
  • 964fb5e5ca Fix: regex can't match when proxy was set to some web debugger(e.g. Fiddler) (#553) Umiade 2020-07-03 19:17:04 +08:00
  • c4f3f9529b Fix #534 (#546) yhirose 2020-07-02 21:57:50 -04:00
  • 887def9490 Fix logger never called when write_content_with_provider returns false (#549) Ilya Tsybulsky 2020-07-02 00:09:43 +03:00
  • bad6b2d22f fix-the-code-won't compile-with-sdl-checks-on (#550) Ilya Tsybulsky 2020-07-02 00:09:19 +03:00
  • 3d47a51430 Fixed comparison of integers of different signs. (#544) rundong08 2020-06-29 18:19:56 -07:00
  • 0a2cb20223 fix documentation typo (#539) Ron Klein 2020-06-23 01:12:22 +03:00
  • ce502a73e1 Fix #531 yhirose 2020-06-20 12:43:59 -04:00
  • 010e4479f4 Fixed test errors due to httpbin.org yhirose 2020-06-22 14:53:20 -04:00
  • 70e193374a Fix #530 (#535) Ahmet Karaahmetoğlu 2020-06-21 22:08:40 +03:00
  • 6b22409217 Code format yhirose 2020-06-18 23:33:07 -04:00
  • 969cccd52a Use && for parameter of boundary yhirose 2020-06-18 23:32:09 -04:00
  • 4a9c048bbc Fixed problem with set_socket_options yhirose 2020-06-18 23:31:41 -04:00
  • bfabbec8c7 Fix #528 yhirose 2020-06-18 12:20:01 -04:00
  • 3e9c06cf79 Fixed #527 yhirose 2020-06-18 12:18:43 -04:00
  • 29677540ae Removed unnecessary yeid. yhirose 2020-06-16 21:33:10 -04:00
  • 71fcfeb912 Removed unnecessary code yhirose 2020-06-16 21:21:03 -04:00
  • c7d22e451f Fixed timeout calculation bugs yhirose 2020-06-16 21:20:47 -04:00
  • 42f9f9107f Updated version in the User Agent string v0.7.0 yhirose 2020-06-16 17:53:15 -04:00
  • 7cd25fbd63 Fix #499 yhirose 2020-06-16 17:46:23 -04:00
  • 3dfb4ecac2 Fix #522 v0.6.7 yhirose 2020-06-15 23:09:46 -04:00
  • 144114f316 Fixed warnings on Windows yhirose 2020-06-13 23:20:21 -04:00
  • 0cc108d45e Updated ClientStop test yhirose 2020-06-13 23:18:59 -04:00
  • 0743d78c9b Fixed ClientStop test error. yhirose 2020-06-14 03:01:41 +00:00
  • e022b8b80b Refactoring to make it ready for KeepAlive connection on Client yhirose 2020-06-13 21:42:23 -04:00
  • 34282c79a9 Changd thread count in ClientStop yhirose 2020-06-13 01:45:08 -04:00
  • f80b6bd980 Added Endpoint structure in Client yhirose 2020-06-13 01:26:57 -04:00
  • 5af7222217 Fixed Client::stop problem with more than one requests on threads yhirose 2020-06-12 11:04:37 -04:00
  • ec00fe5d5b Use git to get full project version (#519) KTGH 2020-06-10 18:23:45 -04:00
  • 24bdb736f0 Fix #506 yhirose 2020-06-09 19:58:01 -04:00
  • d0dc200633 Code format yhirose 2020-06-09 19:17:58 -04:00
  • 919a51091f replace usage of [[deprecated]] with CPPHTTPLIB_DEPRECATED (#513) Nicolas Schneider 2020-06-03 19:12:31 +02:00
  • 05e8b22989 fix cast warning (#512) Nicolas Schneider 2020-06-03 13:44:16 +02:00
  • 00dcd6b004 check for [[deprecated]] support via feature test macro (#511) Nicolas Schneider 2020-06-03 13:43:56 +02:00
  • a42c6b99d3 Code cleanup yhirose 2020-06-02 19:05:45 -04:00
  • 812cb5bc3d fix get value function (#509) Wang Gao 2020-06-03 07:05:04 +08:00
  • aea60feb85 Code cleanup yhirose 2020-06-01 13:22:02 -04:00
  • b3a4045300 Fix #503 yhirose 2020-05-28 19:17:01 -04:00
  • 5fcd8f7795 Add automatic versioning to Cmake (#505) KTGH 2020-05-28 17:09:20 -04:00
  • d9fe3fa020 Fix #504 yhirose 2020-05-28 17:08:05 -04:00
  • d8612ac02d Fixed build error... v0.6.6 yhirose 2020-05-28 12:51:52 -04:00
  • 83ee6007da Fix #500 yhirose 2020-05-28 12:06:11 -04:00
  • 3eaa769a2d Fix #481, #483, #487 yhirose 2020-05-26 18:20:56 -04:00
  • b91540514d Fix #494 yhirose 2020-05-25 10:50:24 -04:00
  • ab563ff52c Fix #496 yhirose 2020-05-25 10:38:47 -04:00
  • 8cad160c0a Add HTTPLIB_COMPILE option to Cmake (#493) KTGH 2020-05-24 16:07:44 -04:00
  • be7962f140 Fix #489 yhirose 2020-05-24 15:18:34 -04:00
  • 509b8570b0 Updated README yhirose 2020-05-23 19:08:17 -04:00
  • 630f3465a9 Deprecated set_timeout_sec, added set_connection_timeout. yhirose 2020-05-23 18:00:24 -04:00
  • 9af1a4a08f Fixed problem with stop on windows v0.6.5 yhirose 2020-05-23 13:49:49 -04:00
  • 0654e5dab4 Changed CPPHTTPLIB_IDLE_INTERVAL_USECOND to 0 v0.6.4 yhirose 2020-05-23 08:44:03 -04:00
  • 62e036f253 Fixed #488 again yhirose 2020-05-22 18:24:01 -04:00
  • f0adfb2e0c Fix #488 yhirose 2020-05-22 12:18:07 -04:00
  • 139c816c16 Fixed the location of Client2 yhirose 2020-05-19 21:02:58 -04:00