0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding option to http_client_config to specify whether or not the request body should be buffered. This is useful for situations where authentication challenges might occur or autologon is used. This is to help an external customer and is only avaliable on Windows desktop right now. More... over 11 years ago
Adding option to http_client_config to specify whether or not the request body should be buffered. This is useful for situations where authentication challenges might occur or autologon is used. This is to help an external customer and is only avaliable on Windows desktop right now. More... over 11 years ago
Merge branch 'development' of https://git01.codeplex.com/casablanca into development More... over 11 years ago
Merge branch 'oauth1_work' into development More... over 11 years ago
First working version of OAuth 1.0 authorization (Linux). Reworked oauth1client sample. More... over 11 years ago
Collapsed multiple catch statements + now using error categories More... over 11 years ago
Updated reply_chunked_4k test to reflect codeplex bug. More... over 11 years ago
Addressed error code issues More... over 11 years ago
Initial checkin of websocketspp More... over 11 years ago
Merge from TFS More... over 11 years ago
Added contributor More... over 11 years ago
Merge branch 'feature_CasablancaUnreferencedParameter' of https://git01.codeplex.com/forks/les1966/unreferencedparameterfix into Les1966/UnreferencedParameterFix More... over 11 years ago
Changed UNREFERENCED_PARAMETER to CASABLANCA_UNREFERENCED_PARAMETER More... over 11 years ago
Re-enabling progress handler tests for OS X/iOS. More... over 11 years ago
Work for oauth1 authorization. Cleanups and refactorign in oauth2. More... over 11 years ago
Avoid using exceptions for JSON parsing More... over 11 years ago
Merge branch 'development' of https://git01.codeplex.com/casablanca into development More... over 11 years ago
Fixing error reporting in Linux file streams. For some reason the original implementation was just creating an exception with a hardcoded string error message. This is bad since it looses the underlying error code and doesn't follow the exception type used on other platforms std::system_error. I updated to check the errno and create a std::system_error exception with the error code included. This results in less OS specific code as well. More... over 11 years ago
Merge branch 'development' of https://git01.codeplex.com/casablanca into development More... over 11 years ago
Added support for oauth2 token refresh. Added better error handling in oauth2 authorization. Added autogeneration of oauth2 state strings. Refactoring in oauth2_handler. Updated OAuth2Live sample to include token refresh. Updated oauth2 unit tests and oauth2client sample. More... over 11 years ago
Fixed broken oauth1 nonce test. More... over 11 years ago
Moved nonce generator out from oauth1 to asyncrt_utils. More... over 11 years ago
Initial commit of websockets for desktop More... over 11 years ago
Merge branch 'development' of https://git01.codeplex.com/forks/tsone/casadev into development More... over 11 years ago
Fixed bug in streams.h More... over 11 years ago
Merge from TFS More... over 11 years ago
Relaxing test verification for a bug we won't be fixing on Linux. More... almost 12 years ago
Merge branch 'development' of https://git01.codeplex.com/casablanca into development More... almost 12 years ago
Updating another missing location for iOS to rename from libcasablanca.a to libcpprest.a. More... almost 12 years ago
Updating iOS build scripts to change binary name from casablanca to cpprest. More... almost 12 years ago