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

Closed 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


Commented Issue: file stream - write operation makes a copy of the data [126]

The write/putn operation makes a copy of the input buffer which is unnecessary in the case where the user specifies a streambuf.Comments: Fixed in the development branch. Will be in release 2.6.0.

View Article


Closed Issue: file stream - write operation makes a copy of the data [126]

The write/putn operation makes a copy of the input buffer which is unnecessary in the case where the user specifies a streambuf.

View Article

Updated Release: C++ REST SDK 2.6.0

streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...

View Article

New Post: iOS build: problem with fix_ios_cmake_compiler.patch

Hi Steve, thank you for the fix, it works! Simon

View Article


Commented Issue: http_client outside tests fail if redirection occurs (debian...

Split out from the following issue:https://casablanca.codeplex.com/workitem/354/editBasically the problem is some of our http_client tests (the outside tests) rely on an external server. However it is...

View Article

New Post: Build Size iOS

Hi there, I want to use libcpprest for a iOS project. The building of the library now works and i have the .a files. The problem I have is that the size of the lib is quite large with 150MB for the...

View Article

Commented Issue: locale test failures because fr-FR is not found [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


New Post: Build Size iOS

Hi Simon, Our FAT binary consists of quite a few different architectures. If you only need a specific one you could remove all the others, currently our binary consists of: x86_64, i386, arm7s, armv7,...

View Article


Updated Release: C++ REST SDK 2.6.0

streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...

View Article

Updated Release: C++ REST SDK 2.6.0

streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...

View Article

Updated Release: C++ REST SDK 2.6.0

streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...

View Article

New Post: Build errors

It looks like it was my mistake. Make sure to use an instance with enough memory. 1GB was too little, I received out of memory error. I am trying 2GB instance now.

View Article


New Post: Build Size iOS

Hi Simon, One of my colleagues just informed me that Apple has recently started allowing dynamic libraries for iOS. You could take a look at trying to rebuild the library to not be static linking. Let...

View Article

New Post: How to set the Http_client the management certificate in the...

Hi feiyangnow, We don't have a high level cross platform API for dealing with certificates. You can however use the http_client_config::set_nativehandle_options API to in a platform specific way set...

View Article


New Post: will Casablanca be supported in Azure App Service?

It would be nice if it was. When is Azure going to have a stronger tie to this project? It seemed like that was promised a long time ago but I haven't seen much.

View Article

New Post: How to set the Http_client the management certificate in the...

Thanks for your quick response.

View Article


Commented Issue: http_listener blocks on single core machine [106]

The http_listener class blocks on Windows if the machine has a single core (e.g. small Azure VMs)Following code for repro (and workaround)```#include "stdafx.h"#include...

View Article

New Post: Runtime Exception

Now that VS2015 is coming out. Is there any possibility of seeing this work? I also noticed this new macro. CPPREST_FORCE_PPLX Would that make it work in my situation? Thanks!

View Article

Created Unassigned: json-schema support [356]

Extend Casablanca's JSON support to cover json-schema:For JSON data validation scenarios going beyond say using regex against string fields. The standard is still in draft, but I was wondering if it's...

View Article
Browsing all 4845 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>