- Dec 19, 2009
-
-
Daniel Stenberg authored
in cases like test 190
-
Daniel Stenberg authored
-
Yang Tse authored
Slack time reduction
-
Yang Tse authored
Added runtests.pl '-r' option for run time statistics
-
- Dec 18, 2009
- Dec 17, 2009
-
-
Yang Tse authored
be contributing 90 additional seconds to the total time some autobuilds now need to make a full test-run.
-
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
-