1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 24 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1046 from xiaoloudongfeng/empty-for-cookies More... 16 days ago
fix missing return More... 17 days ago
add const qualifier for empty() More... 17 days ago
Merge pull request #1038 from AndreGleichner/icpt-multi-shot More... 17 days ago
add empty() for cpr::Cookies More... 17 days ago
Made intercept() return a const value. Used explicit type instead of auto for intercept() retval. Tried to extend a MultiPerform interceptor test to showcase it can run multiple times, just to find that MultiPerform is not yet able to perform multiple times. More... 21 days ago
Using const_iterator as there's no need to modify the pointed to elem. Fixing clang-tidy issues. More... 27 days ago
Merge branch 'libcpr:master' into icpt-multi-shot More... 27 days ago
Merge pull request #1042 from bllanos/singleton_fix_locking More... 27 days ago
Merge branch 'master' into singleton_fix_locking More... 27 days ago
Merge pull request #1039 from libcpr/threadpool_fix_high_cpu_load More... about 1 month ago
Fix typo in non-null assertion More... about 1 month ago
Change style of non-null assertion More... about 1 month ago
Use std::call_once instead of double-checked locking in singleton classes More... about 1 month ago
Clang-Tidy More... about 1 month ago
Disabled thread pool tests for now More... about 1 month ago
Thread pool status wait conditional variable More... about 1 month ago
Fixed potential stop conditional variable not being invoked More... about 1 month ago
Pause and resume tests now actually pause and resume the thread pool More... about 1 month ago
Fixed thread pool clang tidy issues More... about 1 month ago
Added basic thread pool tests More... about 1 month ago
Reduced the default thread pool idle timer to 250ms More... about 1 month 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... about 1 month ago
Merge pull request #1033 from 0x703cd8/master More... about 2 months ago
Fixed the issue of cookie parsing time overflow. More... about 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... 4 months ago
Fixed the missing install export in case we do not use system curl More... 4 months ago
Merge pull request #1010 from libcpr/fix/download_accept_encoding More... 4 months ago
Fixed download with cpr::AcceptEncoding More... 4 months ago