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 ArticleCommented 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 ArticleCommented 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 ArticleClosed 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 ArticleUpdated 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 ArticleCommented 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 ArticleNew 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 ArticleReviewed: C++ Rest SDK 2.3.0 (12月 01, 2014)
Rated 5 Stars (out of 5) - very well,good and good
View ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleUpdated 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 ArticleEdited 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 ArticleEdited 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