Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live

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 Article


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 Article


Updated 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 Article

Released: 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 Article

Updated 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 Article


Released: 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 Article

Updated 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 Article

New 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 Article


Commented 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 Article


Closed 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 Article

Commented 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 Article

Closed 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 Article

Edited 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 Article


Created 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 Article

New 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 Article


Commented 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 Article

New 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 Article


Released: 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 Article

Updated 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 Article

Created 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
Browsing all 4845 articles
Browse latest View live


Latest Images