- Apr 17, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
"pointer to a char pointer".
-
Daniel Stenberg authored
proxy. libcurl would then wrongly close the connection after each request. In his case it had the weird side-effect that it killed NTLM auth for the proxy causing an inifinite loop! I added test case 1098 to verify this fix. The test case does however not properly verify that the transfers are done persistently - as I couldn't think of a clever way to achieve it right now - but you need to read the stderr output after a test run to see that it truly did the right thing.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Apr 16, 2009
-
-
Yang Tse authored
-
- Apr 15, 2009
-
-
Yang Tse authored
-
Yang Tse authored
the socklen_t issue on this platform.
-
Guenter Knauf authored
-
- Apr 14, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Benoit Neil authored
-
Daniel Stenberg authored
-
- Apr 13, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2727981Daniel Stenberg authored
Storsjo pointed out how setting CURLOPT_NOBODY to 0 could be downright confusing as it set the method to either GET or HEAD. The example he showed looked like: curl_easy_setopt(curl, CURLOPT_PUT, 1); curl_easy_setopt(curl, CURLOPT_NOBODY, 0); The new way doesn't alter the method until the request is about to start. If CURLOPT_NOBODY is then 1 the HTTP request will be HEAD. If CURLOPT_NOBODY is 0 and the request happens to have been set to HEAD, it will then instead be set to GET. I believe this will be less surprising to users, and hopefully not hit any existing users badly.
-
Daniel Stenberg authored
out to be leaking cacerts. Kamil Dudka helped me complete the fix. The issue is found in Redhat's bug tracker: https://bugzilla.redhat.com/show_bug.cgi?id=453612 There are still memory leaks present, but they seem to have other reasons.
-
Yang Tse authored
-
Yang Tse authored
-
- Apr 11, 2009
-
-
Dan Fandrich authored
Improved Symbian support for SSL.
-
Yang Tse authored
Avoid unnecessary'if-else' nesting.
-
Yang Tse authored
-
- Apr 10, 2009
- Apr 09, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Yang Tse authored
-
- Apr 08, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
-
Benoit Neil authored
Added newline ad the end of generated hugehelp.c (the "default" one, when it hasn't been generated before).
-
Gisle Vanem authored
-
Gisle Vanem authored
-