New Post: casablanca120.xp import failure
Hi Steve, Sorry, the project has been encrypted because its copyright belongs to my company. But I can send you the .vcxproj file. In the one which fails to resolve symbols I have 4 configurations in...
View ArticleNew Post: What TLS versions Casablanca support
Hi, Casablanca on Windows is backed by WinHTTP and therefore supports whatever protocols WinHTTP supports. According to http://technet.microsoft.com/en-us/library/dd560644(v=WS.10).aspx, you should be...
View ArticleNew Post: Android Testing
Hi luisfeliu, The C++REST SDK requires a VM reference to perform some JNI calls which enable JNI within our threadpool and enable SSL to use the device's certificates. If you don't need either of...
View ArticleNew Post: How to make regularly-scheduled work cancelable
Hi Jason, There are a lot of questions/comments here so I'll try to see if I address them all. Why both allocating the task_completion_event on the heap? I think you should just reinitialize it to a...
View ArticleNew Post: How to make regularly-scheduled work cancelable
Regarding task_completion_event on the heap - the deliberate lack of a "reset" method left me stymied for a bit. Hadn't occurred to me to just re-initialize and let the assignment operator destroy the...
View ArticleNew Post: Windows Impersonation in Casablanca service?
We're investigating using Casablanca for developing a C++ rest service. We need to do Windows Authentication and Impersonation, so the question is - does Casablanca support this? Hopefully, Johan :)
View ArticleNew Post: How to make regularly-scheduled work cancelable
Hi Jason, Yes you are correct, I see in the documentation :). I hadn't considered the task would be transitioning to completed instead of cancelled in that case. I agree about the DoWork() overlapping...
View ArticleNew Post: casablanca120.xp import failure
Hi joeccmou, I'm really puzzled as to what could be the problem here if NuGet is handling setting libs. Sorry but for some reason I can't seem to find the email, I don't know if I it got lost or what....
View ArticleCommented Unassigned: http_linux : race condition in...
Method checks if pool is empty ; if not, it take the first connection from pool.However, IIUC, pool is locked in underlying methods is_pool_empty() and get_head(), so this does not work reliably...
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 ArticleCommented Feature: Linux/non-Windows http_client proxy support [88]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
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 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 ArticleCommented Issue: http_listener - read_to_end on request body into file stream...
Reported from the following discussion:http://casablanca.codeplex.com/discussions/573976#post1328648I am able to reproduce on Ubuntu 64bit debug as well, see my forked repository in branch...
View ArticleCommented Issue: http_listener - read_to_end on request body into file stream...
Reported from the following discussion:http://casablanca.codeplex.com/discussions/573976#post1328648I am able to reproduce on Ubuntu 64bit debug as well, see my forked repository in branch...
View ArticleCommented Issue: 2.3.0 : https connection leak under Linux [326]
Tried to upgrade from 2.2 to 2.3 with Linux 64 bits, however it appears that linux connection pool is not destroyed. I recompiled boost 1.57 and cpprest 2.3.0 with gcc 4.9 (I had to remove "-Werror" in...
View ArticleClosed Issue: 2.3.0 : https connection leak under Linux [326]
Tried to upgrade from 2.2 to 2.3 with Linux 64 bits, however it appears that linux connection pool is not destroyed. I recompiled boost 1.57 and cpprest 2.3.0 with gcc 4.9 (I had to remove "-Werror" in...
View ArticleNew Post: POST requests with JSON body for MS SharePoint operations
I use REST SDK to work with SharePoint 2013. To make some operations like creating or changing folders I need POST requests. It appears that those which contain JSON body do not work (server always...
View ArticleCommented Issue: 2.3.0 : https connection leak under Linux [326]
Tried to upgrade from 2.2 to 2.3 with Linux 64 bits, however it appears that linux connection pool is not destroyed. I recompiled boost 1.57 and cpprest 2.3.0 with gcc 4.9 (I had to remove "-Werror" in...
View ArticleCommented Issue: 2.3.0 : https connection leak under Linux [326]
Tried to upgrade from 2.2 to 2.3 with Linux 64 bits, however it appears that linux connection pool is not destroyed. I recompiled boost 1.57 and cpprest 2.3.0 with gcc 4.9 (I had to remove "-Werror" in...
View Article