Updated Release: C++ Rest SDK 2.4.0
oauthFixed memory leak with OAuth 1 in the success case. #321OAuth1 added support for parameters in POST request body if Content-Type is application/x-www-form-urlencoded.OAuth1 fixed some parameters...
View ArticleCommented Issue: Linux and OS X: progress_handler tests are disabled [136]
Need to be re-enabled.Comments: Fixed in the development branch, will be in release 2.4.0. Test is now sporadically hitting the following issue http_listener issue but can be worked around with a sleep...
View ArticleClosed Issue: Linux and OS X: progress_handler tests are disabled [136]
Need to be re-enabled.
View ArticleCommented Issue: http_client - progress_handler_tests:upload_nobody_exception...
The issue appears to be a race condition while closing the scoped server and the client.As far as I can tell, when the client closes it sends a message to the server. This message is not processed...
View ArticleClosed Issue: http_client - progress_handler_tests:upload_nobody_exception...
The issue appears to be a race condition while closing the scoped server and the client.As far as I can tell, when the client closes it sends a message to the server. This message is not processed...
View ArticleCommented Task: Remove usage of _Uglified names in Casablanca code [150]
I attached a brief scan of the source files for the regex '\b_[A-Z]'. I've removed a few of the usual suspects -- __LINE__, _MS_WINDOWS, __GNUC__, and so forth.There are many in pplx, which should...
View ArticleClosed Task: Remove usage of _Uglified names in Casablanca code [150]
I attached a brief scan of the source files for the regex '\b_[A-Z]'. I've removed a few of the usual suspects -- __LINE__, _MS_WINDOWS, __GNUC__, and so forth.There are many in pplx, which should...
View ArticleEdited Issue: iOS - websocket client tests AV/segfault in simulator [316]
Not sure if it has to do with the iOS simulator or not yet, but it happens almost immediately on the tests regardless if debug or release.For now the websocket client tests are excluded from the iOS...
View ArticleEdited Issue: OSX - close_callback_client_websocket test aborts [319]
This is something going on with websocketpp and I'm not sure if actually in the client or in the test server. The test has been disabled for now.Starting test case...
View ArticleEdited Issue: iOS instructions do not work for x86_64 simulator [196]
From https://casablanca.codeplex.com/discussions/548817#post1256770 by Les1966> in the directions to build casablanca for iOS, it says to use the build.sh from...
View ArticleNew Post: how to https Certification
Hi Kyle, The problem is the http_client_config::set_nativehandle_options function takes a std::function that takes a parameter and you are not supplying one. Specifically for Windows desktop it takes a...
View ArticleUpdated Release: C++ Rest SDK 2.4.0
oauthFixed memory leak with OAuth 1 in the success case. #321OAuth1 added support for parameters in POST request body if Content-Type is application/x-www-form-urlencoded.OAuth1 fixed some parameters...
View ArticleCreated Unassigned: uri_builder::to_uri() does not include user info [329]
User info provided via ```uri_builder::set_userinfo()``` is not used by ```uri_components::join()```, and thus does not appear in the return value of either ```uri_builder::to_uri()``` or...
View ArticleNew Post: Build errors on Linux
First time trying to build Casablanca on Linux, but I'm already running into problems. So the problem is basically that the machine I'm working on already has a boost version installed, but it's too...
View ArticleNew Post: Build errors on Linux
Well, I finally succeeded in building it because cmake is a bastard -_- I had to explicitly force it to use the paths provided and tell it to stop searching. This worked: CXX=g++ cmake...
View ArticleCommented Unassigned: uri_builder::to_uri() does not include user info [329]
User info provided via ```uri_builder::set_userinfo()``` is not used by ```uri_components::join()```, and thus does not appear in the return value of either ```uri_builder::to_uri()``` or...
View ArticleEdited Issue: uri_builder::to_uri() does not include user info [329]
User info provided via ```uri_builder::set_userinfo()``` is not used by ```uri_components::join()```, and thus does not appear in the return value of either ```uri_builder::to_uri()``` or...
View ArticleNew Post: Build errors on Linux
Hi Essentia, Glad to hear you managed to get it to compile, but I'm sorry cmake gave you so much trouble. What distro are you using? If there is a change to the main CMakeLists.txt file that would fix...
View ArticleNew Post: Build errors on Linux
I don't know what distro it is (I'm not an administrator). uname gives: uname -r 2.6.32-431.3.1.el6.x86_64 uname -a Linux gothmog.it.kth.se 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Dec 13 06:58:20 EST 2013...
View ArticleNew Post: Does now support Casablanca
Hi Steve, Thanks again for your speedy response. It is very much appreciated. Why an am trying to use a C++/CLI application is because I am modifying a previously existing program in this platform....
View Article