- Apr 17, 2009
-
-
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
-
Benoit Neil authored
-
Yang Tse authored
-
- Apr 07, 2009
-
-
Benoit Neil authored
-
Daniel Stenberg authored
-
Benoit Neil authored
Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts), and fixed a missing define under windows in a test source file.
-