Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-10 | callbacks: acknowledge progress callback error returns | Daniel Stenberg | |
When the progress callback is called during the TCP connection, an error return would accidentally not abort the operation as intended but would instead be counted as a failure to connect to that particular IP and libcurl would just continue to try the next. I made singleipconnect() and trynextip() return CURLcode properly. Added bonus: it corrected the error code for bad --interface usages, like tested in test 1084 and test 1085. Reported by: Adam Light Bug: http://curl.haxx.se/mail/lib-2010-08/0105.html | |||
2009-05-20 | Added "non-existing host" test keywords to make it easy to skip those | Dan Fandrich | |
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS). | |||
2008-10-12 | Ensure the IPv6 stack is operational before running this test (other tests | Dan Fandrich | |
use the startup of the IPv6 test server as a substitute check for this). | |||
2008-10-09 | Added HTTP as a required feature | Dan Fandrich | |
2008-10-08 | Added tests 1082 through 1085 to test symbolic --interface parameters | Dan Fandrich | |