- Dec 17, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
really didn't belong there and had no real point.
-
Daniel Stenberg authored
struct, and instead use the already stored string in the handler struct.
-
Daniel Stenberg authored
available.
-
Yang Tse authored
-
- Dec 16, 2009
-
-
Daniel Stenberg authored
was a bit too quick and broke test case 1101 with that change. The order of some of the setups is sensitive. I now changed it slightly again.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 14, 2009
-
-
Daniel Stenberg authored
detects and uses proxies based on the environment variables. If the proxy was given as an explicit option it worked, but due to the setup order mistake proxies would not be used fine for a few protocols when picked up from '[protocol]_proxy'. Obviously this broke after 7.19.4. I now also added test case 1106 that verifies this functionality. (http://curl.haxx.se/bug/view.cgi?id=2913886)
-
Yang Tse authored
-
Yang Tse authored
server in this way, upon sysread failures, is part of the expected behavior.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 13, 2009
- Dec 12, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
make it more obvious how the output will be
-
Daniel Stenberg authored
-
Daniel Stenberg authored
--protocols output
-
Daniel Stenberg authored
protocol-specific header files
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 11, 2009
-
-
Yang Tse authored
See http://curl.haxx.se/mail/lib-2009-12/0107.html
-
Yang Tse authored
-
- Dec 10, 2009
-
-
Daniel Stenberg authored
on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
accessing alredy freed memory and thus crash when using HTTPS (with OpenSSL), multi interface and the CURLOPT_DEBUGFUNCTION and a certain order of cleaning things up. I fixed it. (http://curl.haxx.se/bug/view.cgi?id=2891591)
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Dec 09, 2009
-
-
Yang Tse authored
-
- Dec 07, 2009
-
-
Daniel Stenberg authored
with unknown size. Previously it was only used for posts with a known size larger than 1024 bytes.
-
- Dec 04, 2009
-
-
Daniel Stenberg authored
instead of being repeated several times. This also include Authenticate: and Proxy-Authenticate: headers and while this hardly every happens in real life it will confuse libcurl which does not properly support it for all headers - like those Authenticate headers.
-
- Dec 03, 2009
- Dec 02, 2009
-
-
Kamil Dudka authored
-
Yang Tse authored
-