Commit graph

  • 80c0cc445e Release v0.15.2 v0.15.2 yhirose 2024-02-02 23:29:30 -0500
  • 762024b890 Fix #1768 yhirose 2024-02-02 23:17:32 -0500
  • e37e447d01 Prevent test txt & html files being converted to CRLF line ending. Chunhua Liu 2024-02-02 17:51:37 +0800
  • 82a90a2325 Update year yhirose 2024-01-29 08:53:01 -0500
  • b7cac4f4b8 Release v0.15.1 v0.15.1 yhirose 2024-01-29 07:40:56 -0500
  • e323374d2a Fix #1766 yhirose 2024-01-28 17:43:51 -0500
  • ffc294d37e
    Reduce object copy (#1767) Jiwoo Park 2024-01-28 22:18:29 +0900
  • fceada9ef4 Changed to return 416 for a request with an invalid range yhirose 2024-01-28 08:13:19 -0500
  • d48f6325f0
    Reduce object copy Jiwoo Park 2024-01-28 17:45:02 +0900
  • 5f0f73fad9 Reduce duplicate computation for ranges yhirose 2024-01-27 19:07:52 -0500
  • 530d6ee098 Release v0.15.0 v0.15.0 yhirose 2024-01-27 17:39:58 -0500
  • 420c9759c6 Fix #1694 yhirose 2024-01-27 16:13:54 -0500
  • 2ce7c22218 Fix #1747 yhirose 2024-01-27 12:55:59 -0500
  • 4ef9ed80cd
    Treat paths with embedded NUL bytes as invalid (#1765) Wander Nauta 2024-01-27 14:22:00 +0100
  • 44b3fe6277
    Support move semantics for Response::set_content() (#1764) Jiwoo Park 2024-01-27 21:53:19 +0900
  • 2c10b16fce Treat paths with embedded NUL bytes as invalid Wander Nauta 2024-01-27 13:42:44 +0100
  • 5293983602
    Support move semantics for Response::set_content() Jiwoo Park 2024-01-27 20:41:33 +0900
  • 449801990f
    Add a getter for a bearer token from a request (#1755) Ilya Andreev 2024-01-15 16:57:22 +0300
  • b54bce6e65 Replace a method for bearer token getter with a free function bugdea1er 2024-01-15 16:42:48 +0300
  • af2928d316
    Fix select() return code for fd >= 1024 (#1757) Jean-Francois Simoneau 2024-01-15 08:27:31 -0500
  • 89852fc393 Fix select() return code for fd >= 1024 Jean-Francois Simoneau 2024-01-12 21:37:43 +0000
  • 1ee420ab6b Add a getter for a bearer token from a request bugdea1er 2024-01-11 04:43:53 +0300
  • d948e38820
    Minor cmake fix & cleanup (#1754) KTGH 2024-01-04 18:20:37 -0500
  • f34edf58fa
    Minor formatting/comment change to Cmake sum01 2024-01-04 16:48:35 -0500
  • b5941d40b0
    Fix how we set HTTPLIB_IS_USING_XXX vars in Cmake sum01 2024-01-04 16:44:38 -0500
  • 4168d2c848
    Group options and build-tree vars in Cmake sum01 2024-01-04 16:42:25 -0500
  • 826e7dc0f8
    Fix outdated cmake comment sum01 2024-01-04 16:33:54 -0500
  • eb94d3aa3c
    Reorder cmake docs a bit sum01 2024-01-04 16:32:17 -0500
  • 65218ce222
    added missing include of exception (#1752) Matthias Bilger 2024-01-01 00:59:43 +0100
  • 55e99c4030
    Fix -Wold-style-cast warning (#1751) Adam Gajda 2024-01-01 00:43:31 +0100
  • a49731e515 added missing include of exception Matthias Bilger 2023-12-31 23:10:35 +0100
  • 56a736d388 Fix -Wold-style-cast warning Adam Gajda 2023-12-31 19:09:05 +0100
  • b63d50671d
    Fixes Windows std::max macro problems (#1750) TheOnlyJoey 2023-12-30 08:37:58 -0800
  • 5fcd193f4e Fixes Windows std::max macro problems TheOnlyJoey 2023-12-30 16:20:44 +0100
  • eba980846b
    Fix #1628 (OpenSSL 1.1.1 End of Life on September 11, 2023) (#1745) yhirose 2023-12-24 08:20:58 -0500
  • 374d058de7
    ThreadPool: optional limit for jobs queue (#1741) vmaffione 2023-12-24 14:20:22 +0100
  • 60ac159c37 ThreadPool: optional limit for jobs queue Vincenzo Maffione 2023-12-19 18:48:33 +0100
  • 31cdcc3c3a Update README about MSYS2 and MinGW yhirose 2023-12-23 21:37:34 -0500
  • 2e55bba2c0 Fix #1628 (OpenSSL 1.1.1 End of Life on September 11, 2023) yhirose 2023-12-23 12:03:00 -0500
  • ad9f6423e2 Fix #1744 yhirose 2023-12-23 11:45:08 -0500
  • 94faeaaee9
    add missing #include for strcasecmp divinity76 2023-12-22 23:25:01 +0100
  • cbca63f091 Release v0.14.3 v0.14.3 yhirose 2023-12-21 19:55:25 -0500
  • b4748a226c Fix #1738 yhirose 2023-12-21 13:33:52 -0500
  • 5b943d9bb8
    Use StatusCode in tests and examples (#1743) Ilya Andreev 2023-12-21 01:28:57 +0300
  • cc940a7fd6 Use StatusCode in README bugdea1er 2023-12-20 21:38:48 +0300
  • 17976c2f6f Use StatusCode in tests and examples bugdea1er 2023-12-20 21:11:20 +0300
  • c86f69a105
    Use StatusCode in httplib code (#1742) Ilya Andreev 2023-12-20 06:17:24 +0300
  • f19139c531 Use StatusCode in httplib code bugdea1er 2023-12-20 03:15:04 +0300
  • d39fda0657
    Add StatusCode enum (#1739) Ilya Andreev 2023-12-20 01:57:30 +0300
  • b1def992b4 Remove docs for StatusCode constants bugdea1er 2023-12-20 01:12:51 +0300
  • 382dc48230 Add number suffixes to StatusCode constants bugdea1er 2023-12-20 00:56:48 +0300
  • 37f8dc4382
    Change some of status messages based on RFC 9110 (#1740) Ilya Andreev 2023-12-19 17:22:58 +0300
  • 9bdc0f5a2f Remove changes on RFC 9110 bugdea1er 2023-12-19 10:51:29 +0300
  • 15491f83e4 Change some of status messages based on RFC 9110 bugdea1er 2023-12-19 10:40:00 +0300
  • 833fe8e43e Add StatusCode enum bugdea1er 2023-12-19 01:45:59 +0300
  • fc14899c5d Use std::move on error handler Jean-Francois Simoneau 2023-11-21 05:04:24 +0000
  • d793141441 Fix compilation Jean-Francois Simoneau 2023-11-21 01:26:25 +0000
  • 0da2fde5d7 Fix performance-unnecessary-value-param Jean-Francois Simoneau 2023-11-20 21:16:22 +0000
  • 3a8adda381 Fix #1737 yhirose 2023-12-17 22:04:36 -0500
  • 8aa38aecaf Fix #1665 yhirose 2023-12-17 22:01:27 -0500
  • f1dec77f46 Code format yhirose 2023-12-17 22:00:33 -0500
  • cddaedaff8 Fix #1736 yhirose 2023-12-15 19:29:54 -0500
  • cefb5a8822
    Update README.md (#1731) Renato Foot Guimarães Costallat 2023-12-08 01:21:59 -0300
  • 3ff9f39c13
    Update README.md Renato Foot Guimarães Costallat 2023-12-07 22:28:38 -0300
  • e426a38c3e
    Fix: Query parameter including query delimiter ('?') not being parsed properly (#1713) davidalo 2023-12-07 20:28:41 +0100
  • 2181fc7c21 Revert changes in SplitTest.ParseQueryString David Alonso de la Torre 2023-12-07 12:02:13 +0100
  • 13cde6b960 Add details::split function with and without m argument to allow split parameters with/without counter David Alonso de la Torre 2023-12-07 12:00:32 +0100
  • 75914a9889 Fix: Query parameter including query delimiter ('?') not being parsed properly David Alonso de la Torre 2023-12-07 09:25:46 +0100
  • f14accb7b6 Release v0.14.2 v0.14.2 yhirose 2023-12-04 22:31:12 -0500
  • c5c704cb3b Fix #1724 yhirose 2023-12-04 21:27:34 -0500
  • a4680f1a49 string_view support artpaul 2023-11-27 17:40:03 +0500
  • 115a786581
    Fix readability warnings (#1722) Jean-Francois Simoneau 2023-11-24 09:55:04 -0500
  • 4b99b7a08b Revert some style changes Jean-Francois Simoneau 2023-11-24 14:39:45 +0000
  • bd68d0e040 Change const auto* const to const char[] Jean-Francois Simoneau 2023-11-24 13:57:33 +0000
  • f4e46815fe Fix readbility-qualified-auto Jean-Francois Simoneau 2023-11-23 21:46:24 +0000
  • 5afcdb0db8 Revert changes where meaning is lost Jean-Francois Simoneau 2023-11-21 05:19:27 +0000
  • 19ad0b3c45 Fix readability warnings Jean-Francois Simoneau 2023-11-21 03:08:51 +0000
  • 5ef4cfd263
    Fix bugprone warnings (#1721) Jean-Francois Simoneau 2023-11-20 22:14:00 -0500
  • 03fecb2f78
    Fix modernize warnings (#1720) Jean-Francois Simoneau 2023-11-20 22:10:04 -0500
  • 7d1d74a07b Fix bugprone warnings Jean-Francois Simoneau 2023-11-21 02:17:05 +0000
  • 701e007a5b Fix modernize warnings Jean-Francois Simoneau 2023-11-21 02:07:29 +0000
  • 7fc8682a0a
    Fix performance-noexcept-move-constructor (#1715) Jean-Francois Simoneau 2023-11-20 13:13:59 -0500
  • db6b468632 Fix performance-inefficient-string-concatenation Jean-Francois Simoneau 2023-11-20 17:18:46 +0000
  • 96aa8e70e9 Fix performance-noexcept-move-constructor Jean-Francois Simoneau 2023-11-20 17:08:01 +0000
  • f1431311a4
    Minor fixes on test cases (#1709) Jiwoo Park 2023-11-12 11:28:50 +0900
  • 1d14e051a5
    Remove cryptui on Windows (#1710) Jiwoo Park 2023-11-12 11:26:57 +0900
  • b34edc1e30
    Remove cryptui on Windows Jiwoo Park 2023-11-10 16:29:45 +0900
  • c275e574aa
    Replace sleep_for() to wait_until_ready() Jiwoo Park 2023-11-10 20:48:19 +0900
  • c69d992507
    Fix data race Jiwoo Park 2023-11-10 16:30:24 +0900
  • 97ae6733ed
    Run fuzz test in CTest (#1707) Jiwoo Park 2023-11-10 09:35:15 +0900
  • f6488c1338 Fix clang-tidy warnings Jean-Francois Simoneau 2023-11-09 18:29:46 +0000
  • 77652a3068
    Run fuzz test in CTest Jiwoo Park 2023-10-26 22:11:37 +0900
  • 1d6b22b5f0
    Fix C6001 (#1701) Jiwoo Park 2023-10-30 20:13:40 +0900
  • e7d3bc0a51
    Fix C6001 Jiwoo Park 2023-10-28 03:34:42 +0900
  • 1a49076b5b Removed unnecessary exception yhirose 2023-10-29 19:36:40 -0400
  • d0e4cb3f07
    Include missing stdint.h on fuzz test (#1700) Jiwoo Park 2023-10-30 08:26:06 +0900
  • 32a860008b
    Remove std:: from uint8_t Jiwoo Park 2023-10-28 11:19:02 +0900
  • beefd72823
    Include missing stdint.h Jiwoo Park 2023-10-26 23:36:44 +0900
  • 2af31a06fa fix Content-Range fenlog 2023-10-24 16:14:48 +0800
  • dc556778ff Client: allow default constructor Vincenzo Maffione 2023-10-24 10:05:46 +0200