1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1039 from libcpr/threadpool_fix_high_cpu_load More... about 2 months ago
Fix typo in non-null assertion More... 2 months ago
Change style of non-null assertion More... 2 months ago
Fixed file upload test path issues More... 2 months ago
Use std::call_once instead of double-checked locking in singleton classes More... 2 months ago
Clang-Tidy More... 2 months ago
Using the correct cpr filesystem include More... 2 months ago
Always including filename when sending a curl mime file More... 2 months ago
Clang-Tidy More... 2 months ago
Disabled thread pool tests for now More... 2 months ago
Thread pool status wait conditional variable More... 2 months ago
Fixed potential stop conditional variable not being invoked More... 2 months ago
Pause and resume tests now actually pause and resume the thread pool More... 2 months ago
Fixed thread pool clang tidy issues More... 2 months ago
Added basic thread pool tests More... 2 months ago
Reduced the default thread pool idle timer to 250ms More... 2 months ago
Made interceptors runnable for any number of requests on a single Session object and allow repeating of requests within an interceptor. Repeated requests intentionally only run subsequent interceptors of the interceptor chain as otherwise re-entrance of intercept() would be an issue. More... 2 months ago
Merge pull request #1033 from 0x703cd8/master More... 2 months ago
Fixed the issue of cookie parsing time overflow. More... 2 months ago
Bump nuget/setup-nuget from 1 to 2 More... 4 months ago
Merge pull request #1013 from libcpr/fix/cmake_install_missing_export More... 5 months ago
Fixed the missing install export in case we do not use system curl More... 5 months ago
Merge pull request #1010 from libcpr/fix/download_accept_encoding More... 5 months ago
Fixed download with cpr::AcceptEncoding More... 5 months ago
Simplified the openssl include path for macos More... 5 months ago
Merge pull request #999 from libcpr/fix/disable_session_move More... 5 months ago
Merge pull request #1006 from libcpr/fix/uninitialized_varaibles More... 5 months ago
Reduced the number of requests inside AsyncGetMultipleReflectTest More... 5 months ago
Fixed uninitialized c-arrays More... 5 months ago
Merge pull request #1004 from libcpr/fix/actions_checkout_revert_to_v3 More... 6 months ago