Edited Feature: Increase reported detail from WinHTTP failures [286]
Currently, we only use and report based on the ```dwResult``` field in the ```WINHTTP_ASYNC_RESULT``` structure. This makes it difficult to know specifically what failed when a failure occurs. It would...
View ArticleEdited Issue: Intel compiler and NuGet package does not work [303]
When compiling the tutorial, I get plenty of unresolved externals. Seems that the NuGet package is failing to specify library directories.
View ArticleCommented Issue: memstream_tests:mem_buffer_large_data intermittent failure...
Gated #154Comments: Need more information, closing for now.
View ArticleEdited Issue: http_client - boost client on OSX occasional reports end of...
Instead of getting the errc::timedout "End of file" is reported. We don't control or set this error code at all so it must have something to do with Boost underneath.This issue is very low impact since...
View ArticleEdited Feature: Intel compiler support [303]
When compiling the tutorial, I get plenty of unresolved externals. Seems that the NuGet package is failing to specify library directories.
View ArticleClosed Unassigned: please provide a downloadable source tarball [284]
Please provide a source tar.gz, to help debian in package the library.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722275thanksComments: You can pull the source from the git repository.
View ArticleClosed Issue: http_client - missing tests for 120 XP toolset [231]
There is no vcxproj for it so therefore no tests. These need to be added.Comments: Won't be fixing for XP.
View ArticleEdited Unassigned: Alignment size other than 8 bytes [288]
Hi there,I ran into an issue recently where I was using Casablanca in a C++ module that was compiled with 4 byte alignment. It appears that Casablanca requires at least 8 byte alignment. Is this...
View ArticleClosed Unassigned: Casablanca fails to build from source [PATCH] [287]
Build failure:[ 2%] Building CXX object src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.ocd /tmp/buildd/casablanca-2.2.0/obj-x86_64-linux-gnu/src && /usr/bin/c++ -Dcpprest_EXPORTS -g -O2...
View ArticleCommented Issue: Android - xlocale.h isn't include with our build...
I can see it located in the ndk under android-ndk-r9d\sources\android\support\include but for some reason it isn't included. Merely adding it the include path doesn't work either, resulting in...
View ArticleClosed Issue: Android - xlocale.h isn't include with our build instructions...
I can see it located in the ndk under android-ndk-r9d\sources\android\support\include but for some reason it isn't included. Merely adding it the include path doesn't work either, resulting in...
View ArticleCommented Unassigned: Reduce package.config files to only the current...
The package.config files currently cause VS to download both the 110 and 120 versions of Boost. Since we've separated the project files (and they can have separate package.configs) we should only...
View ArticleClosed Unassigned: Reduce package.config files to only the current compiler...
The package.config files currently cause VS to download both the 110 and 120 versions of Boost. Since we've separated the project files (and they can have separate package.configs) we should only...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android. #242Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with server...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android. #242Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with server...
View ArticleCommented Unassigned: Alignment size other than 8 bytes [288]
Hi there,I ran into an issue recently where I was using Casablanca in a C++ module that was compiled with 4 byte alignment. It appears that Casablanca requires at least 8 byte alignment. Is this...
View ArticleClosed Unassigned: Alignment size other than 8 bytes [288]
Hi there,I ran into an issue recently where I was using Casablanca in a C++ module that was compiled with 4 byte alignment. It appears that Casablanca requires at least 8 byte alignment. Is this...
View ArticleNew Post: Is there a cookie demo?
Can't quite figure out how to set/send cookies after logging into a site using the API. Anyone got some sample code? At least tell me how to access the headers :)
View Article