summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
Commit message (Expand)AuthorAgeFilesLines
* test 518 is all about testing libcurl functionalityYang Tse2006-11-011-2/+2
* Show stderr log file for test 518 unconditionally.Yang Tse2006-10-311-1/+13
* a small unification of the error text on failed server startupsDaniel Stenberg2006-10-271-2/+2
* catch silly mistakes betterDaniel Stenberg2006-10-061-0/+4
* nicer reporting of disabled testsDaniel Stenberg2006-09-131-4/+7
* Added a generic way to disable test cases when "all" is run, and added theDaniel Stenberg2006-09-131-0/+17
* Invoke memanalyze from the source path and hush up about killing the FTPDaniel Stenberg2006-09-061-6/+6
* 1 - allow much longer time for the test FTP server to startup and get verifiedDaniel Stenberg2006-05-111-4/+22
* My Solaris test server was simply too slow to be able to respond within 4Daniel Stenberg2006-05-101-2/+3
* Scan for 'stunnel4' before 'stunnel' since debian have them setup this wayDaniel Stenberg2006-04-101-2/+11
* If run on a curl built shared, detect this and invoke libtool for gdbDaniel Stenberg2006-03-031-4/+17
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-1/+1
* Andrew Benham fixed a race condition in the test suite that could cause theDaniel Stenberg2006-01-131-3/+4
* If unable to get curl's version, log all failure details.Yang Tse2005-12-081-12/+33
* Yang Tse: With last change logging directory needs to be created sooner.Daniel Stenberg2005-12-061-6/+7
* Yang Tse: make runtests.pl more talkative when unable to find out curl'sDaniel Stenberg2005-12-051-2/+16
* fixed the proper path to the tftpd serverDaniel Stenberg2005-09-301-1/+1
* added TFTP and TFTP-ipv6 supportDaniel Stenberg2005-09-151-1/+101
* valgrind version 3 renames the --logfile command line option to --log-file...Daniel Stenberg2005-08-241-1/+11
* Andrew Bushnell provided enough info for me to tell that we badly needed toDaniel Stenberg2005-07-031-2/+2
* Andres Garcia's text mode fix for the 'data' partDaniel Stenberg2005-06-031-0/+8
* modified output logging, fixed the ftpslave killingDaniel Stenberg2005-05-251-110/+135
* Add support for text mode on stdout tests as well, and add the mode=textDaniel Stenberg2005-05-201-0/+10
* Made test case 241 precheck that the given name resolves to an ipv6 address,Daniel Stenberg2005-05-171-0/+1
* return, not exit, on several placesDaniel Stenberg2005-05-161-5/+5
* When a server is clearly running, curl is now invoked to verify that it canDaniel Stenberg2005-05-061-106/+159
* now add --trace-time by default for curl testsDaniel Stenberg2005-05-041-1/+1
* *MAN* was this hard to track down. Had I just read the docs properly from theDaniel Stenberg2005-05-031-39/+78
* Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV.Daniel Stenberg2005-05-021-1/+1
* When starting the ftp server, wait a few seconds to make really sure thatDaniel Stenberg2005-05-021-3/+14
* blank a few more environment variables before running a testDaniel Stenberg2005-05-021-0/+7
* fixed to use fork()+exec() to start test serversDaniel Stenberg2005-05-011-121/+70
* moved two functions to ftp.pm, made some more changes on stopping serversDaniel Stenberg2005-04-281-41/+15
* no, the kill servers messages need to be verbose, they're too frequentDaniel Stenberg2005-04-281-3/+3
* display killed pids to make it easier to see for autobuilds etcDaniel Stenberg2005-04-281-2/+1
* When staring a HTTP server, use the pidfile preferably since it turns outDaniel Stenberg2005-04-281-35/+44
* remove unused ftps-server code and fixed two warningsDaniel Stenberg2005-04-281-80/+14
* 1. no longer ask the server for the HTTPS pid, as it returns the HTTP pidDaniel Stenberg2005-04-281-3/+18
* detect SSL library properly and display it on startupDaniel Stenberg2005-04-271-2/+9
* ignore the memdump file when showing files after a failureDaniel Stenberg2005-04-221-1/+3
* modified the test case success reporting, added "test N out of Y" andDaniel Stenberg2005-04-221-32/+55
* Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg2005-04-181-13/+61
* make the ftp server support reply/servercmd, and make SLOWDOWN work, andDaniel Stenberg2005-04-141-2/+2
* support tests that requires 'OpenSSL' specificlyDaniel Stenberg2005-04-121-2/+21
* Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg2005-03-211-0/+10
* support multiple error codes for a test case since some things just varyDaniel Stenberg2005-03-171-5/+16
* check for the HTTPS server in a manner similar to how we check for the HTTPDaniel Stenberg2005-03-161-9/+13
* Moved out the valgrind report parser to valgrind.pm, to make it easier toDaniel Stenberg2005-02-101-49/+19
* Bugfixed the parser that scans the valgrind report outputs. I noticed that itDaniel Stenberg2005-01-301-2/+25
* when using valgrind, include a much longer stack traceDaniel Stenberg2005-01-291-1/+1