0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
For Oauth2Client, added 'ascii' charset as equivalent to 'usascii'. More... almost 12 years ago
Added Oauth2Client sample More... almost 12 years ago
Merge branch 'development' of https://git01.codeplex.com/forks/tsone/casadev into development More... almost 12 years ago
Fixed Oauth1Sample issues More... almost 12 years ago
Fixed Win 110 desktop build (non-RT, non-XP) for oauth1/2 support. Added bcrypt.lib for oauth1 HMAC-SHA1. Hid oauth1/2_config members. More... almost 12 years ago
Fixed invalid Accept-Authorization HTTP header from test_http_server More... almost 12 years ago
Removing and unnecessary Boost header file include from one of our public headers. We should NOT be pulling in Boost into the public API. More... almost 12 years ago
Minor improvements to http linux client. Added const in places, a few std::move calls, fixed some indentation. In general this code could be significantly improved if we fixed all the duplicated socket/ssl code paths. More... almost 12 years ago
Fixing build break I caused on Friday. I removed an unncessary unique_ptr from the linux http client request class. This saves a heap allocation and pointer per request, also allows us to reduce a bunch of bifricated code. More... almost 12 years ago
Timer in http_client linux implementation was allocated on the heap in a unique_ptr, even though it is used in all code paths. I changed this. Less code and saves a heap allocation per request now. More... almost 12 years ago
Our linux http_client was using a separate streambuf for both the request and the response. This was entirely unnecessary since they are only used one at a time so the same one can be re-used. This saves a streambuf per request. More... almost 12 years ago
Some misc cleanup in our http client linux implementation. Overall saves more space and decreases the amount of code. More... almost 12 years ago
Added oauth1 & 2 tests to VS projects More... almost 12 years ago
Fixed Oauth1Client sample for Windows More... almost 12 years ago
Fixed oauth1 & 2 tests for Windows More... almost 12 years ago
Make code compile on Windows More... almost 12 years ago
Merge branch 'development' of https://git01.codeplex.com/forks/tsone/casadev into development More... almost 12 years ago
Remove comment that is out of date More... almost 12 years ago
Make code compile on Windows More... almost 12 years ago
Updated outside test More... almost 12 years ago
Sync to TFS More... almost 12 years ago
Initial add of oauth1client sample More... almost 12 years ago
Added absolute URI support for http_client requests, fixes to oauth1_handler More... almost 12 years ago
.DS_Store to .gitignore More... almost 12 years ago
Partial fix for TFS Bug 916892 -- Need test cases More... almost 12 years ago
Added preliminary oauth1 support & unit tests, changes to API More... almost 12 years ago
Basic oauth2 support More... almost 12 years ago
Fix for bug 908824 More... almost 12 years ago
Splitting parsing_doubles test into two tests More... almost 12 years ago
Sync to TFS -- natvis update More... almost 12 years ago