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

Created Unassigned: Leak in oauth1_config::_hmac_sha1 on Windows [321]

There's a leak in oauth1_config::_hmac_sha1 on Windows; around line 102, the function just does a 'return hash' rather than falling through to the cleanup section. This causes the alg_handle and...

View Article


Commented Unassigned: Leak in oauth1_config::_hmac_sha1 on Windows [321]

There's a leak in oauth1_config::_hmac_sha1 on Windows; around line 102, the function just does a 'return hash' rather than falling through to the cleanup section. This causes the alg_handle and...

View Article


Commented Unassigned: Leak in oauth1_config::_hmac_sha1 on Windows [321]

There's a leak in oauth1_config::_hmac_sha1 on Windows; around line 102, the function just does a 'return hash' rather than falling through to the cleanup section. This causes the alg_handle and...

View Article

Closed Unassigned: Leak in oauth1_config::_hmac_sha1 on Windows [321]

There's a leak in oauth1_config::_hmac_sha1 on Windows; around line 102, the function just does a 'return hash' rather than falling through to the cleanup section. This causes the alg_handle and...

View Article

Updated Release: C++ Rest SDK 2.4.0

http_clientFixed memory leak with OAuth 1 in the success case. #321websocket_clientAdded a new websocket_client class, websocket_client_class, that supports using callbacks instead for receiving...

View Article


Commented Unassigned: Casablanca hangs my app when unloaded [309]

Hi, Am trying to use Casablanca as a dll in another third party exe on Windows 7. Everything works fine, except when closing the socket and unloading the dll. My close function is as follows```void...

View Article

New Post: How to get Casablanca running in Linux?

Hi Andre, First, what is your system configuration? Are you running Ubuntu 14.04 64-bit? Are you using gcc 4.8 (paste in the output from gcc -v)? Second, how far have you gotten while following the...

View Article

Reviewed: C++ Rest SDK 2.3.0 (12月 01, 2014)

Rated 5 Stars (out of 5) - very well,good and good

View Article


New Post: Having boost problems on Linux during build

Hi, Firstly thanks for the library, used it once before on windows and thought it was very useful. I'm now developing an application on Linux and trying to build Casablanca for the first time. I'm...

View Article


New Post: URI Builder Set/Append Query Should Accept Key/Value as Separate...

Hi kotsoft, Yes, naming wise set_query will completely clobber any previously set query component. We named this API append_query to make it clear to help make it clear to the user that any existing...

View Article

New Post: Having boost problems on Linux during build

Hi, When I do builds on Linux I get those warnings as well. Those warnings are from the actual Boost release code, not Casablanca code. I ended up ignoring them, I use Boost Date/Time all through my...

View Article

New Post: http_client failing to parse a JSON string

Hi Pedro, I don't have any trouble parsing a valid JSON string. Do you have any code you can reproduce the issue with? The following works just file parsing a single JSON string token. Many of our...

View Article

New Post: about set "Treat WChar_t AS Built in Type" to "No"

hi guys, In my situation, I rebuild all other projects and libs to "built in type", and yeah it's really massive...

View Article


New Post: Having boost problems on Linux during build

Thanks for the reply. Do you know if there is a way I can turn off those warnings which seem to be terminating the build process?

View Article

New Post: Linker Errors on Android

I searched all casablanca files (excluding .log, .a, .so, and .o) for references to sources/cxx-stl/gnu-libstdc++ Here are the results:...

View Article


New Post: using MFC and casablanca....

The C++ Rest SDK has no built in knowledge about MFC. So you are correct if you need to update something on the UI you would have to handle in the same way as if you had done so from any other worker...

View Article

New Post: Having boost problems on Linux during build

Yes we haven't updated to using Boost 1.57 with the C++ Rest SDK, we probably will at some point but it isn't high on the priority list right now. I would ignore this warnings from as suggested for...

View Article


Updated Release: C++ Rest SDK 2.4.0

http_clientFixed memory leak with OAuth 1 in the success case. #321websocket_clientAdded a new websocket_client class, websocket_client_class, that supports using callbacks instead for receiving...

View Article

Edited Issue: Casablanca hangs my app when unloaded [309]

Hi, Am trying to use Casablanca as a dll in another third party exe on Windows 7. Everything works fine, except when closing the socket and unloading the dll. My close function is as follows```void...

View Article

Edited Issue: http_client dev14 - AV in response stream tests [314]

In http_client test case response_stream_large_file_stream in response_stream_tests.cpp AV occurs at line 845 in fileio.cpp when trying to access the fInfo pointer. _file_info_impl *fInfo =...

View Article
Browsing all 4845 articles
Browse latest View live