1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jan 12, 2025 — Jan 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use a consistent header guard style More... over 10 years ago
Add project .clang-format More... over 10 years ago
Add trailing comment for namespaces More... over 10 years ago
Use forwarding reference for Parameter constructor References #50 More... over 10 years ago
Use CPR_FWD macro to avoid repeating the template type or variable References #50 More... over 10 years ago
Add defines header for macro definitions References #50 More... over 10 years ago
Remove c-style string explicit constructor References #50 More... over 10 years ago
Set the default Parameters constructor to default More... over 10 years ago
Put the default constructor first More... over 10 years ago
Use forwarding reference for Digest constructor References #50 More... over 10 years ago
Add c-style string constructor to Authentication Since c-style strings can't be moved from, and since the forwarding references are greedy, a non-template constructor is necessary to consume c-style string arguments References #50 More... over 10 years ago
Use forwarding reference for Authentication constructor References #50 More... over 10 years ago
Use the member strings since their types on concrete More... over 10 years ago
Merge pull request #49 from SuperV1234/master More... over 10 years ago
`typedef struct` to `struct` More... over 10 years ago
Use C++11 `using` instead of `typedef` More... over 10 years ago
Merge pull request #48 from SuperV1234/master More... over 10 years ago
Use modern C++11 for-each loops More... over 10 years ago
* the key of the key-value pairs can be const * std::map can be constructed from initializer_lists More... over 10 years ago
std::vector can be constructed via initializer_list More... over 10 years ago
Better formatting More... over 10 years ago
* the key of the key-value pairs can be const * std::map can be constructed from initializer_lists More... over 10 years ago
Add appveyor configuration Closes #45 More... over 10 years ago
Rebind all bind statements to std::function Fixes #41 References #26 More... over 10 years ago
Disable https test for INSECURE_CURL References #45 More... over 10 years ago
Properly set the cache variable for forcing shared crt on MSVC References #45 More... over 10 years ago
Add appveyor badge References #45 More... over 10 years ago
Merge pull request #44 from smiley/move-into-namespace More... over 10 years ago
Add AUTHORS to root directory More... over 10 years ago
Grouped projects under relevant project folders for use in IDEs References #26 Closes #39 More... over 10 years ago