Commit graph

  • e2813d9d4d Code cleanup. (Removed unnecessary .c_str() calls) yhirose 2023-10-23 16:43:12 -0400
  • 20a7f088ce
    build(meson): copy 1MB.txt test file (#1695) Andrea Pappacoda 2023-10-20 23:58:06 +0200
  • bcb53f71ea
    build(meson): copy 1MB.txt test file Andrea Pappacoda 2023-10-20 20:15:25 +0200
  • f63ba7d013 Fix #1685 yhirose 2023-10-03 09:58:43 -0400
  • 0a629d7391 Release v0.14.1 yhirose 2023-09-30 22:14:02 -0400
  • a609330e4c
    Add optional user defined header writer (#1683) v0.14.1 PabloMK7 2023-10-01 04:13:14 +0200
  • 245a3ef961 Fix errors and add test PabloMK7 2023-10-01 00:41:41 +0200
  • f36efd5266 Add optional user defined header writer PabloMK7 2023-09-30 16:06:22 +0200
  • 544488eb3f fix make_content_range_header_field start&end default value & fix string param fenlog 2023-09-28 12:15:58 +0800
  • c029597a5a
    Update the remote address of www.httpwatch.com (#1664) Jiwoo Park 2023-09-13 23:33:33 +0900
  • 59e9b9ea73
    Update the remote address of www.httpwatch.com Jiwoo Park 2023-09-13 22:14:51 +0900
  • f51f40dfc5 use look table in encode_query_param instead branching Emre 2023-08-23 16:15:50 +0300
  • 30b7732565 Release v0.14.0 v0.14.0 yhirose 2023-08-22 20:19:07 -0400
  • 6650632e7f Fix #1638 yhirose 2023-08-22 19:36:10 -0400
  • 1a9b7e8721
    Create a test for the decommission-before-started scenario Oski Kervinen 2023-08-22 07:30:11 +0300
  • 6a3a2da872
    Add the capability to decommission a Server object Oski Kervinen 2023-08-21 16:47:32 +0300
  • 08ab762923 Add move optimizations Oleg Shparber 2023-08-20 12:20:33 -0400
  • 2d0f2d22a5 Extract path from URL in request line Yoshihiro Hokazono 2023-08-19 11:38:53 +0900
  • 7650400749 Add ServerTest.AbsoluteURL Yoshihiro Hokazono 2023-08-19 11:52:09 +0900
  • afe627e7af
    Avoid a -Warray-bounds false positive in GCC 13. (#1639) Sven Panne 2023-08-14 16:26:54 +0200
  • 875aa9cde8 Avoid a -Warray-bounds false positive in GCC 13. Sven Panne 2023-08-14 11:11:51 +0200
  • 67f6ff7fa9
    Fix CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR (#1634) Duncan Ogilvie 2023-08-03 23:01:40 +0200
  • 632df5f215 Fix CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR Duncan Ogilvie 2023-08-02 01:13:09 +0200
  • c7ed1796a7 Release v0.13.3 v0.13.3 yhirose 2023-07-31 21:28:33 -0400
  • 44c62d838e
    Use memory mapped file for static file server (#1632) yhirose 2023-07-31 07:43:50 -0400
  • 5df38e51c8 Fix build error yhirose 2023-07-31 01:20:24 -0400
  • f197d40869 Use memory mapped file for static file server yhirose 2023-07-31 01:12:51 -0400
  • 6bb580cda8 Fix #1559 yhirose 2023-07-30 23:33:27 -0400
  • 00a8cb8e5d Code cleanup yhirose 2023-07-30 13:23:32 -0400
  • 2e34a39673 Added StaticFileRanges test yhirose 2023-07-29 23:02:58 -0400
  • 01b90829bc Removed unnecessary CRLF at the end of multipart ranges data yhirose 2023-07-29 23:01:47 -0400
  • e699bd0730 Release v0.13.2 v0.13.2 yhirose 2023-07-29 12:26:19 -0400
  • 961a9379d5
    Fix #1590 (#1630) Akın ELDEN 2023-07-29 19:09:25 +0300
  • ec87b04aff Fix #1619 yhirose 2023-07-29 00:53:57 -0400
  • aabf752a51 Fix #1519 yhirose 2023-07-28 23:26:55 -0400
  • 70bbe20f66 Comment improvement akinelden 2023-07-26 09:14:25 +0300
  • 70b28a8259 to_string definition added for Error::ProxyConnection akinelden 2023-07-26 00:10:11 +0300
  • e331048bb8 SSLClient::connect_with_proxy error handling improved akinelden 2023-07-25 23:43:27 +0300
  • d408be6a49 Connection=close header control moved from send_ to handle_request akinelden 2023-07-25 23:35:10 +0300
  • 98087a50e3 ClientImpl: Connection=close header control moved from process_request to send_ akinelden 2023-07-25 19:45:51 +0300
  • afb0674ccb Fix #1624 yhirose 2023-07-21 20:32:03 -0400
  • 088be51169 export httplib::detail::status_message() Vincenzo Maffione 2023-07-20 09:43:34 +0200
  • 4fe18e64e7 Add a Bazel BUILD and WORKSPACE file. Taylor Santiago 2023-07-18 06:54:22 -0700
  • 5a897a725d Add check for bad formatted headers in multipart responses Mathieu Gaillard 2023-07-14 16:20:42 -0700
  • a540a349aa Made function inline to avoid double definition that breaks ubuntu build Mathieu Gaillard 2023-07-14 11:56:42 -0700
  • 5cb1b0e1c4 Rename tests, and add unsigned long constants to fix Ubuntu build Mathieu Gaillard 2023-07-14 11:55:26 -0700
  • d55c52e123 Add parse_multipart_response() to allow clients to receive multipart answers, and allow testing of MultipartFormDataParser. Mathieu Gaillard 2023-07-14 11:49:55 -0700
  • 2fc2604ccc Add test that disappeared during rebase Mathieu Gaillard 2023-07-14 10:40:19 -0700
  • 176afc217b parent 1ebb8412c5 author Mathieu Gaillard <gaillard@adobe.com> 1678229209 -0800 committer Mathieu Gaillard <gaillard@adobe.com> 1689355104 -0700 Mathieu Gaillard 2023-03-07 14:46:49 -0800
  • ee625232a4
    Fix successful decompress reported as Error::Read (#1612) bdenhollander 2023-07-11 18:35:27 -0400
  • 52d8dd41f1
    build(meson): use C++14 with GTest >= 1.13.0 (#1618) Andrea Pappacoda 2023-07-12 00:32:41 +0200
  • fd1df9e920
    build(meson): use C++14 with GTest >= 1.13.0 Andrea Pappacoda 2023-07-11 22:13:24 +0200
  • be07d2d7a9
    cmake: fix comment (#1616) Alexandre Bouvier 2023-07-08 19:24:36 +0200
  • 5ef273687b
    cmake: fix comment Alexandre Bouvier 2023-07-08 16:48:13 +0000
  • 0f1b62c2b3 Release v0.13.1 v0.13.1 yhirose 2023-07-08 07:41:24 -0400
  • f8b96ef690 Fixed a terrible mistake bugdea1er 2023-07-08 09:29:43 +0300
  • d23a7480b1
    Added support for CPPHTTPLIB_DEFAULT_HEADERS_AFTER_HANDLING option Ilya Andreev 2023-07-08 09:19:02 +0300
  • c30906a541 Code cleanup yhirose 2023-07-07 19:43:37 -0400
  • 28e34136e0 Fix successful decompress reported as Error::Read bdenhollander 2023-07-07 13:18:07 -0400
  • 3533503323
    Fix explicit constructor warning (#1614) bgs99 2023-07-07 20:17:19 +0300
  • 97927dc269 Fix explicit constructor warning Bogdan Guliaev 2023-07-07 18:35:12 +0300
  • 800a89ccee
    Fix successful decompress reported as Error::Read bdenhollander 2023-07-07 07:27:19 -0400
  • 82acdca638 Release v0.13.0 v0.13.0 yhirose 2023-07-06 18:32:42 -0400
  • a1e56a567b
    Result: allow default constructor (#1609) vmaffione 2023-07-05 18:05:29 +0200
  • 5c70f709f2 Result: allow default constructor Vincenzo Maffione 2023-07-05 11:26:43 +0200
  • 0c17d172a2 Code cleanup yhirose 2023-07-05 09:06:21 -0400
  • 5d8e7c761f Updated README yhirose 2023-07-05 08:45:05 -0400
  • 17fc522b75
    Add named path parameters parsing (Implements #1587) (#1608) bgs99 2023-07-05 14:44:19 +0300
  • 3521519d3b Add documentation to matchers Bogdan Guliaev 2023-07-05 13:28:44 +0300
  • 2a4bfab376 Add examples and comments to README Bogdan Guliaev 2023-07-05 10:44:41 +0300
  • 897b0c999a Select match mode based on pattern Bogdan Guliaev 2023-07-05 10:44:01 +0300
  • f1daa5b88b Fix #1607 yhirose 2023-07-04 20:27:11 -0400
  • 3002d8120f Add named path parameters parsing bgs99c 2023-07-03 18:04:24 +0300
  • fe9a1949a6 Fixed an example in README yhirose 2023-06-28 11:28:08 -0400
  • 50cba6db9f Fix #1603 yhirose 2023-06-27 21:13:41 -0400
  • 18592e7f98
    Ability to turn off linking against OpenSSL if already detected. (#1602) Nathan Moinvaziri 2023-06-27 17:09:42 -0700
  • 2d9b65dd6d format artpaul 2023-06-28 04:46:52 +0500
  • 1f7fd87593 Fix type mismatch artpaul 2023-06-28 04:42:40 +0500
  • 7b4508ed29 Ability to turn off linking against OpenSSL if already detected. Nathan Moinvaziri 2023-06-27 13:37:13 -0700
  • bd9612b81e
    Changed to use auto (#1594) yhirose 2023-06-17 02:18:34 -0400
  • fb2857b62f Changed to use auto yhirose 2023-06-17 01:32:19 -0400
  • 7ab5fb65b2
    Code cleanup (#1593) yhirose 2023-06-16 18:08:28 -0400
  • 5da142b509 Code cleanup yhirose 2023-06-16 17:37:24 -0400
  • 8df5fedc35
    Fix -Wold-style-cast warnings (#1591) Andre Eisenbach 2023-06-16 17:30:24 -0400
  • 4a61f68fa4
    Don't overwrite the last redirected location (#1589) Jiwoo Park 2023-06-17 03:56:16 +0900
  • f40f1c50cf Fix -Wold-style-cast warnings Andre Eisenbach 2023-06-15 13:58:39 -0400
  • 79c88613c3
    Build examples using CMake Jiwoo Park 2023-06-16 21:55:50 +0900
  • 067890133c
    Use nghttp2-hosted httpbin.org (#1586) Jiwoo Park 2023-06-16 00:12:41 +0900
  • e083511e54
    Add CPPHTTPLIB_DEFAULT_HTTPBIN macro to choose the default httpbin.org Jiwoo Park 2023-06-15 22:53:41 +0900
  • 92fa1e3ef8
    Check the last redirected location Jiwoo Park 2023-06-12 22:36:24 +0900
  • fe5cf55402
    Don't overwrite the last redirected location Jiwoo Park 2023-06-12 22:35:35 +0900
  • 320d305dc4
    Use nghttp2-hosted httpbin.org Jiwoo Park 2023-06-10 15:23:27 +0900
  • d3076f5a70 v0.12.6 v0.12.6 yhirose 2023-06-10 07:02:38 +0900
  • ed129f057f Fixed C++11 warnings and code format yhirose 2023-06-09 20:49:46 +0900
  • eab5ea01d7
    Load in-memory CA certificates (#1579) Jiwoo Park 2023-06-09 16:34:51 +0900
  • 3e287b3a26
    Provide a CMake option to disable C++ exceptions (#1580) Petr Hosek 2023-06-06 00:56:26 -0700
  • 66f1a528b3
    Don't use the IIFE style Jiwoo Park 2023-06-06 16:38:55 +0900
  • e55d145b6e Provide a CMake option to disable C++ exceptions Petr Hosek 2023-06-03 22:13:22 +0000
  • 4f33637b43
    Add support for zOS (#1581) v1gnesh 2023-06-06 10:44:06 +0530
  • e043fcec46
    Add support for zOS v1gnesh 2023-06-05 20:10:05 +0530