1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only set property on curl target if it exists Closes #97 More... over 9 years ago
Apply clang-format to cpr/timeout.cpp. More... almost 10 years ago
Use downcast on response code More... almost 10 years ago
Make response_code long as suggested by CURL documentation More... almost 10 years ago
Add tests for the method used by CURL More... almost 10 years ago
Fix issue #91, by setting CUSTOMREQUEST to NULL for each GET More... almost 10 years ago
Workaround compilation error of min/max macros conflict from Windef.h. More... almost 10 years ago
Validate cpr::Timeout not in constructor, but just before applying it. More... almost 10 years ago
Static assert Timeout duration type before casting to long. More... almost 10 years ago
Check for under/overflow in Timeout constructor. Codestyle fixes. More... almost 10 years ago
Feed to curl_easy_setopt appropriate typed timeout. More... almost 10 years ago
Add cpr::Timeout constructor with std::chrono, and store timeout duration as std::chrono::milliseconds. More... almost 10 years ago
Order C++ standard headers alphanumerically More... almost 10 years ago
Merge pull request #88 from whoshuu/feature/max-redirects-object More... almost 10 years ago
Use MaxRedirects object in Session implementation instead of long Closes #83 More... almost 10 years ago
Change Session interface to accept MaxRedirects instead of long References #83 More... almost 10 years ago
Add max_redirects.h header for MaxRedirects object References #83 More... almost 10 years ago
Update tests to use MaxRedirects object References #83 More... almost 10 years ago
Remove explicit gcc-5.2 configuration from .travis.yml Closes #30 More... almost 10 years ago
Update VERSION file to 1.2 Closes #82 More... almost 10 years ago
Use explicit constructor for File to resolve template deductions More... almost 10 years ago
Merge pull request #68 from SuperV1234/master More... almost 10 years ago
Add Sam Bristow to AUTHORS list More... almost 10 years ago
Merge pull request #81 from sam-bristow/patch-1 More... almost 10 years ago
Fix typo in README.md More... almost 10 years ago
Use fixed-size numerical types More... almost 10 years ago
Merge pull request #73 from whoshuu/feature/curl-7.47.0-upgrade More... about 10 years ago
Set CMAKE_USE_OPENSSL to OFF for appveyor build More... about 10 years ago
Add CMAKE_USE_OPENSSL as a cpr_option so it gets propagated correctly More... about 10 years ago
Remove explicit option settings More... about 10 years ago