summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-08-09There's no need to ignore the User-Agent for this test.Dan Fandrich
2007-08-07Fixed some icc compiler warnings.Dan Fandrich
2007-08-02Dmitriy Sergeyev reported a regression: resumed file:// transfers brokeDaniel Stenberg
2007-07-23Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich
2007-07-23Log the "<CMD> wasn't handled" error normally since it is now expectedDan Fandrich
2007-07-22Added test case 354 that makes a simple FTP retrieval without password, whichDaniel Stenberg
2007-07-21test and verify curl -I on a single FTP file somewhat more than beforeDaniel Stenberg
2007-07-21To allow more flexibility in FTP test cases, I've removed the enforced statesDaniel Stenberg
2007-07-19Revert the 512 change since newer versions of OpenSSH don't support DSADan Fandrich
2007-07-18Use 512 bit keys to reduce the time taken to generate them. This shouldn'tDan Fandrich
2007-07-17Fixed test cases 613 and 614 by improving the log postprocessor to handleDan Fandrich
2007-07-16make it do all three requests on the same connectionDaniel Stenberg
2007-07-15convert test case 540 to use a custom Host: header as wellDaniel Stenberg
2007-07-15let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg
2007-07-14Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg
2007-07-14add support for arg3 as the third argument...Daniel Stenberg
2007-07-14add some better logging when HTTP server start fails, and make the failureDaniel Stenberg
2007-07-12start the retry delay at 10 ms, double it for every failed attempt which makesDaniel Stenberg
2007-07-12the timeout was probably too short with max = 1 sec, so lets test with 5 sec.Gunter Knauf
2007-07-12added time loop to sockfilt.c in order to wait for SO_REUSEADDR;Gunter Knauf
2007-07-10Added a code coverage section using gcc and gcov.Dan Fandrich
2007-07-10Force the time zone to GMT in the cookie tests in case the user isDan Fandrich
2007-07-10The previous commits changed the error codeJames Housley
2007-07-10Fixed a curl memory leak reported by Song Ma with a modified versionDan Fandrich
2007-07-05Add -a when running torture tests now that it's supported.Dan Fandrich
2007-06-28revert previous patch since it turned out that older cp dont know this switch...Gunter Knauf
2007-06-28Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMSJames Housley
2007-06-28fixed nasty cp warnings about not beeing able to preserve ownership.Gunter Knauf
2007-06-25Adjusted how libcurl treats HTTP 1.1 responses without content-lenth orDaniel Stenberg
2007-06-21Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread CheckerDaniel Stenberg
2007-06-19and fix another flaw in the singlecwd case when we get ftp://site.com/, alsoDaniel Stenberg
2007-06-18Test listing of root dir with the three ftp-methods. KNOWN_BUGS #44 make meDaniel Stenberg
2007-06-14Tom Regner added /usr/lib/misc to the path to scan for sftp to make theDaniel Stenberg
2007-06-11Wait longer for servers to start up since the ssh server needs to generateDan Fandrich
2007-06-11We do not use RSA keys in the test suite.Dan Fandrich
2007-06-08Fixed the test harness so that it actually kills the ssh being used asDan Fandrich
2007-06-08Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich
2007-06-08Incorporated Daniel Black's test706 and test707 SOCKS test cases.Dan Fandrich
2007-06-08Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich
2007-06-07Changed the opens to work on older versions of perl.Dan Fandrich
2007-06-07Renamed the sshd log file to sshd.log.Dan Fandrich
2007-06-07Cleaned up SOCKS tests. Use a magic port number instead of killserverDan Fandrich
2007-06-07Fixed some problems in starting SSH for use in SOCKS.Dan Fandrich
2007-06-05added 703: a socks5 version of 702Daniel Stenberg
2007-06-05Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg
2007-05-30In case of test failure, try not to show log files of other testsYang Tse
2007-05-16Match file times occurring in the morning.Dan Fandrich
2007-05-15Added support for quote commands before a transfer using SFTP and testDan Fandrich
2007-05-14Added SFTP directory listing test case 613.Dan Fandrich
2007-05-10Added FTPS upload tests 408 and 409.Dan Fandrich