-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Comparing changes
Open a pull request
base repository: yhirose/cpp-httplib
base: v0.18.4
head repository: yhirose/cpp-httplib
compare: master
Commits on Jan 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 343a0fc - Browse repository at this point
Copy the full SHA 343a0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba68459 - Browse repository at this point
Copy the full SHA ba68459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8311e11 - Browse repository at this point
Copy the full SHA 8311e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 986a20f - Browse repository at this point
Copy the full SHA 986a20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3779800 - Browse repository at this point
Copy the full SHA 3779800View commit details
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ef5e404 - Browse repository at this point
Copy the full SHA ef5e404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3047183 - Browse repository at this point
Copy the full SHA 3047183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929dfbd - Browse repository at this point
Copy the full SHA 929dfbdView commit details
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d69f144 - Browse repository at this point
Copy the full SHA d69f144View commit details
Commits on Jan 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9104054 - Browse repository at this point
Copy the full SHA 9104054View commit details
Commits on Jan 28, 2025
-
Support building httplib.h on OpenVMS x86 systems (#2031)
Modify for OpenVMS x86 C++. Make tests on OpenVMS currently not supported due to no cmake support. Changes tested on OpenVMS clang C++ and Fedora & GCC
Configuration menu - View commit details
-
Copy full SHA for 60a1f00 - Browse repository at this point
Copy the full SHA 60a1f00View commit details
Commits on Feb 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 282f2fe - Browse repository at this point
Copy the full SHA 282f2feView commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9bbb474 - Browse repository at this point
Copy the full SHA 9bbb474View commit details
Commits on Feb 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4941d5b - Browse repository at this point
Copy the full SHA 4941d5bView commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for eb30f15 - Browse repository at this point
Copy the full SHA eb30f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 708f860 - Browse repository at this point
Copy the full SHA 708f860View commit details
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for eb10c22 - Browse repository at this point
Copy the full SHA eb10c22View commit details -
Refine when content is expected (#2044)
Consider Content-Length and Transfer-Encoding headers when determining whether to expect content. Don't handle the HTTP/2 connection preface pseudo-method PRI. Fixes #2028.
Configuration menu - View commit details
-
Copy full SHA for 7adbccb - Browse repository at this point
Copy the full SHA 7adbccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5814e12 - Browse repository at this point
Copy the full SHA 5814e12View commit details
Commits on Feb 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8aad481 - Browse repository at this point
Copy the full SHA 8aad481View commit details
Commits on Feb 10, 2025
-
* Fix #2034 * Fix build error * Adjust threshold * Add temporary debug prints * Adjust threshhold * Another threshold adjustment for macOS on GitHub Actions CI... * Performance improvement by avoiding unnecessary chrono access * More performance improvement to avoid unnecessary chrono access
1Configuration menu - View commit details
-
Copy full SHA for 8a7c536 - Browse repository at this point
Copy the full SHA 8a7c536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e22a76 - Browse repository at this point
Copy the full SHA 8e22a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for b397c76 - Browse repository at this point
Copy the full SHA b397c76View commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a268d65 - Browse repository at this point
Copy the full SHA a268d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd20342 - Browse repository at this point
Copy the full SHA dd20342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1880693 - Browse repository at this point
Copy the full SHA 1880693View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c14b6 - Browse repository at this point
Copy the full SHA d7c14b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a64fb - Browse repository at this point
Copy the full SHA 39a64fbView commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b6ab843 - Browse repository at this point
Copy the full SHA b6ab843View commit details
Commits on Feb 14, 2025
-
ci: add abidiff workflow (#2054)
This CI workflow checks ABI compatibility between the pushed commit and the latest tagged release, helping preventing accidental ABI breaks. Helps with #2043
Configuration menu - View commit details
-
Copy full SHA for bfa2f73 - Browse repository at this point
Copy the full SHA bfa2f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74e4a7 - Browse repository at this point
Copy the full SHA d74e4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4b960 - Browse repository at this point
Copy the full SHA 3c4b960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03cf43e - Browse repository at this point
Copy the full SHA 03cf43eView commit details
Commits on Feb 15, 2025
-
Refactor setting socket options (#2053)
Add detail::set_socket_opt() and detail::set_socket_opt_time() to avoid repetition of platform-specific code.
Configuration menu - View commit details
-
Copy full SHA for 233f0fb - Browse repository at this point
Copy the full SHA 233f0fbView commit details
Commits on Feb 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 985cd9f - Browse repository at this point
Copy the full SHA 985cd9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb8ff9 - Browse repository at this point
Copy the full SHA 4cb8ff9View commit details -
Add workflow_dispatch with Google Test filter and OS selection (#2056)
* Add workflow_dispatch with Google Test filter Add the workflow_dispatch trigger to the test.yaml workflow. Includes an input for an optional Google Test filter pattern. * Add OS selection to workflow_dispatch * Fix wording
Configuration menu - View commit details
-
Copy full SHA for 748f47b - Browse repository at this point
Copy the full SHA 748f47bView commit details -
Detect additional CMake build failures (#2058)
Add include_httplib.cc to the main test executable (already done in Makefile), and add include_windows_h.cc to the main test executable on Windows to test if including windows.h conflicts with httplib.h.
Configuration menu - View commit details
-
Copy full SHA for 735e593 - Browse repository at this point
Copy the full SHA 735e593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bf5c9 - Browse repository at this point
Copy the full SHA 32bf5c9View commit details
Commits on Feb 17, 2025
-
Fix code inconsistently formatted and re-format (#2063)
* Fix code inconsistently formatted by clang-format * Run clang-format
Configuration menu - View commit details
-
Copy full SHA for 2996cec - Browse repository at this point
Copy the full SHA 2996cecView commit details -
Add style check to workflow (#2062)
* Add style check to workflow * Add example files to style check
Configuration menu - View commit details
-
Copy full SHA for 574f5ce - Browse repository at this point
Copy the full SHA 574f5ceView commit details -
server_certificate_verifier extended to reuse built-in verifier (#2064)
* server_certificate_verifier extended to reuse built-in verifier * code cleanup and SSLVerifierResponse enum clarification as per @falbrechtskirchinger comment * cleanup * clang-format * change local var verification_status_ declaration to auto * change local var verification_status_ to verification_status * clang-format * clang-format --------- Co-authored-by: UrosG <uros@ub330.net>
Configuration menu - View commit details
-
Copy full SHA for cdc2230 - Browse repository at this point
Copy the full SHA cdc2230View commit details
Commits on Feb 18, 2025
-
Make poll() the default (#2065)
* Make poll() the default select() can still be enabled by defining CPPHTTPLIB_USE_SELECT. * Run tests with select() and poll()
Configuration menu - View commit details
-
Copy full SHA for 6e73a63 - Browse repository at this point
Copy the full SHA 6e73a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada9704 - Browse repository at this point
Copy the full SHA ada9704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321a86d - Browse repository at this point
Copy the full SHA 321a86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dda2e00 - Browse repository at this point
Copy the full SHA dda2e00View commit details
Commits on Feb 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d274c0a - Browse repository at this point
Copy the full SHA d274c0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5d1ee - Browse repository at this point
Copy the full SHA 2b5d1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0135f - Browse repository at this point
Copy the full SHA 5c0135fView commit details
Commits on Feb 20, 2025
-
Max timeout test refactoring (#2071)
* Simplify code * Adjust threshold
Configuration menu - View commit details
-
Copy full SHA for a4b2c61 - Browse repository at this point
Copy the full SHA a4b2c61View commit details
There are no files selected for viewing