-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: yhirose/cpp-httplib
base: v0.27.0
head repository: yhirose/cpp-httplib
compare: v0.28.0
- 9 commits
- 5 files changed
- 8 contributors
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 551f96d - Browse repository at this point
Copy the full SHA 551f96dView commit details
Commits on Nov 3, 2025
-
Fix HTTP 414 errors hanging until timeout (#2260)
* Fix HTTP 414 errors hanging until timeout * All errors (status code 400+) close the connection * 🧹 --------- Co-authored-by: Wor Ker <worker@factory>
Configuration menu - View commit details
-
Copy full SHA for 4b2b851 - Browse repository at this point
Copy the full SHA 4b2b851View commit details
Commits on Nov 11, 2025
-
CMake: Add HTTPLIB_SHARED option, don't define BUILD_SHARED_LIBS (#2266)
To avoid surprises in the projects consuming the library, don't define BUILD_SHARED_LIBS option ourselves but just use its value, if provided, to define HTTPLIB_SHARED option which can be also set directly to specify whether we should build static or shared library. Closes #2263.
Configuration menu - View commit details
-
Copy full SHA for 1acf188 - Browse repository at this point
Copy the full SHA 1acf188View commit details
Commits on Nov 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 61e9f7c - Browse repository at this point
Copy the full SHA 61e9f7cView commit details -
Add Client::Post with both content provider and receiver (#2268)
Co-authored-by: Clarkok Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5988275 - Browse repository at this point
Copy the full SHA 5988275View commit details -
Fix android getaddrinfo issue (#2273)
Co-authored-by: Clarkok Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27ee115 - Browse repository at this point
Copy the full SHA 27ee115View commit details
Commits on Nov 26, 2025
-
Add #undef _res after including resolv.h to prevent macro conflicts (#…
…2280) * Initial plan * Add #undef _res after including resolv.h to prevent macro conflicts Co-authored-by: yhirose <[email protected]> * Complete task - added #undef _res after resolv.h include Co-authored-by: yhirose <[email protected]> * Remove accidentally committed codeql build artifacts Co-authored-by: yhirose <[email protected]> * Add inline comment explaining why #undef _res is necessary Co-authored-by: yhirose <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: yhirose <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e7861b - Browse repository at this point
Copy the full SHA 9e7861bView commit details -
Enhance request handling: add support for requests without Content-Length or Transfer-Encoding headers
Configuration menu - View commit details
-
Copy full SHA for 337fbb0 - Browse repository at this point
Copy the full SHA 337fbb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf58bf - Browse repository at this point
Copy the full SHA adf58bfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.27.0...v0.28.0