Updated Release: C++ Rest SDK 2.5.0
NuGet PackagesThe NuGet packages have been significantly restructured. Instead of having one massive package containing binaries for all the different platforms we support, each individual Visual...
View ArticleUpdated Release: C++ Rest SDK 2.5.0
NuGet PackagesThe NuGet packages have been significantly restructured. Instead of having one massive package containing binaries for all the different platforms we support, each individual Visual...
View ArticleUpdated Release: C++ Rest SDK 2.4.0 (Dec 23, 2014)
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 ArticleReleased: C++ Rest SDK 2.4.0 (Dec 23, 2014)
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 (Dec 23, 2014)
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 ArticleReleased: C++ Rest SDK 2.5.0 (Mar 18, 2015)
NuGet Packages The NuGet packages have been significantly restructured. Instead of having one massive package containing binaries for all the different platforms we support, each individual Visual...
View ArticleUpdated Release: C++ Rest SDK 2.5.0 (Mar 18, 2015)
NuGet PackagesThe NuGet packages have been significantly restructured. Instead of having one massive package containing binaries for all the different platforms we support, each individual Visual...
View ArticleNew Post: 2.5.0 Release
FYI - I've just finished up with our 2.5.0 release. It's mainly a bug fix release with a couple of features for the websocket_client. This release we've changed how our NuGet package is structured...
View ArticleCommented Issue: extract_json() memory leak Reported [78]
Hi.I've used v1.4 in my VC++(MFC) project. ( i solved dll unloaded problem - https://casablanca.codeplex.com/workitem/17 )And I get a memory leak report.I tested SDI Project with the following code in...
View ArticleClosed Issue: extract_json() memory leak Reported [78]
Hi.I've used v1.4 in my VC++(MFC) project. ( i solved dll unloaded problem - https://casablanca.codeplex.com/workitem/17 )And I get a memory leak report.I tested SDI Project with the following code in...
View ArticleCommented Issue: fix appverifier error for winsock initialization from...
Websockets uses boost asio. And asio has a Static variable to ensure that winsock is initialised before main. Looks like in case of a dll, it may not be safe to initialise Winsock from global object...
View ArticleClosed Issue: fix appverifier error for winsock initialization from DllMain...
Websockets uses boost asio. And asio has a Static variable to ensure that winsock is initialised before main. Looks like in case of a dll, it may not be safe to initialise Winsock from global object...
View ArticleEdited Issue: arm64 - build failure, auto type cannot be negative [312]
/«PKGBUILDDIR»/Release/src/utilities/base64.cpp: In function 'std::vector<unsigned char> _from_base64(const string_t&)':/«PKGBUILDDIR»/Release/src/utilities/base64.cpp:112:21: error:...
View ArticleCreated Unassigned: Memory leak in fileio_win32.cpp _putn_fsb() [353]
fileio_win32.cpp 851```std::shared_ptr<uint8_t> buf(new uint8_t[msl::safeint3::SafeInt<size_t>(count*char_size)]);```shared_ptr will delete only first array element.For fix check...
View ArticleNew Post: XCode 6 Undefined symbols for architecture x86_64:...
I'm getting the following error when building my code under XCode:Undefined symbols for architecture x86_64: "web::uri::uri(char const*)", referenced from: _main in main.o...
View ArticleCommented Unassigned: Memory leak in fileio_win32.cpp _putn_fsb() [353]
fileio_win32.cpp 851```std::shared_ptr<uint8_t> buf(new uint8_t[msl::safeint3::SafeInt<size_t>(count*char_size)]);```shared_ptr will delete only first array element.For fix check...
View ArticleNew Post: XCode 6 Undefined symbols for architecture x86_64:...
Hi p15, Are you sure you are linking to the libcpprest dylib? It sounds like the linker can't find the symbols. Steve
View ArticleReleased: C++ Rest SDK 2.5.0 (Mar 18, 2015)
NuGet Packages The NuGet packages have been significantly restructured. Instead of having one massive package containing binaries for all the different platforms we support, each individual Visual...
View ArticleUpdated Release: C++ Rest SDK 2.5.0 (Mar 18, 2015)
NuGet PackagesThe NuGet packages have been significantly restructured. Instead of having one massive package containing binaries for all the different platforms we support, each individual Visual...
View ArticleCreated Unassigned: Casablanca testsuite failures [354]
Following the build log on debian unstable and ubuntu utopic amd64(I was packaging it for debian)casablanca/Release/tests/functional/http/client/building_request_tests.cpp:251: error: Failure in...
View Article