Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-13 | Give the test a bit mote time to run so it passes on slow machines | Yang Tse | |
2010-01-12 | Added test case #1112 which does an FTPS download with strict timeout | Yang Tse | |
and slow data transfer in a similar way as test case #1086 does for FTP. This also exercises <killserver> section for the FTPS server. | |||
2010-01-12 | Make runtests.pl actually support any (valid) server specification | Yang Tse | |
for the <killserver> section of test harness definition files. | |||
2010-01-12 | Fix tftp and sftp supported protocols in servername_str() | Yang Tse | |
2010-01-12 | Make sockfilter kill messages look alike server ones | Yang Tse | |
2010-01-12 | Adjust vor VPATH builds | Yang Tse | |
2010-01-11 | - The tests/runtests.pl script now checks to see if the test case that runs is | Daniel Stenberg | |
present in the tests/data/Makefile.am and outputs a notice message on the screen if not. Each test file has to be included in that Makefile.am to get included in release archives and forgetting to add files there is a common mistake. This is an attempt to make it harder to forget. | |||
2010-01-11 | secureserver.pl is now the test harness script used for SSL/TLS. | Yang Tse | |
2010-01-11 | secureserver.pl is now the test harness script used for SSL/TLS. | Yang Tse | |
Start using the centralized pidfile and logfile name generation subroutines for https and ftps test suite servers. | |||
2010-01-10 | Update error message to include port number | Yang Tse | |
2010-01-10 | Previous commit adjustments | Yang Tse | |
2010-01-09 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for ftp, pop3, imap and smtp test suite servers. | |||
2010-01-08 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for http and tftp test suite servers. | |||
2010-01-08 | Remove extra line feed | Yang Tse | |
2010-01-08 | Use '_stunnel.log' ending also for https test server log | Yang Tse | |
2010-01-08 | sws and tftpd command line option naming adjustments | Yang Tse | |
2010-01-07 | List fragment tests in Makefile.am and better provide better names | Claes Jakobsson | |
2010-01-06 | Disable tests 802 and 803 | Yang Tse | |
2010-01-06 | Julien Chaffraix fixed so that the fragment part in an URL is not sent to ↵ | Claes Jakobsson | |
the server anymore | |||
2010-01-01 | stop at once if the EOB marker shows up, even if something else might get | Daniel Stenberg | |
sent afterwards | |||
2010-01-01 | - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This | Daniel Stenberg | |
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail. | |||
2009-12-31 | Use '_stunnel.log' file name ending for stunneled server logs | Yang Tse | |
2009-12-31 | Subs for refactoring purposes | Yang Tse | |
2009-12-30 | modified to get the EHLO domain from the path part of the URL instead of the | Daniel Stenberg | |
user name | |||
2009-12-30 | (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF | Daniel Stenberg | |
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines but instead test cases must be written to take them into account. Added test case 803 to verify dot-escaping. | |||
2009-12-29 | test 802 is the first SMTP test, although not strictly SMTP yet... | Daniel Stenberg | |
2009-12-28 | Leftover from previous commit | Yang Tse | |
2009-12-28 | Initial refactoring step for server name strings centralized generation | Yang Tse | |
2009-12-26 | global variables reordering/refactoring/commenting | Yang Tse | |
2009-12-25 | When verifying the SMTP server I had to add some hackery since SMTP in itself | Daniel Stenberg | |
doesn't really return any body data to check so I made SMTP check "headers" as well. | |||
2009-12-25 | first basic SMTP support | Daniel Stenberg | |
2009-12-24 | Adjust test number mismatch | Yang Tse | |
2009-12-24 | Enable warnings | Yang Tse | |
2009-12-24 | Fix warnings | Yang Tse | |
2009-12-23 | Fix warnings | Yang Tse | |
2009-12-23 | Back out some pingpong server stopping changes introduced last week in | Yang Tse | |
order to re-use 'classic' stopping and allow taking test-suite run time references from this state. | |||
2009-12-22 | use Time::HiRes whenever available, independently of perl version | Yang Tse | |
2009-12-22 | log a message when continuing once sleep time is over | Yang Tse | |
2009-12-21 | Make 'classic' output end of a test-suite run become again the end | Yang Tse | |
of output, even when run time statistics are shown. | |||
2009-12-21 | Move stopping of servers instructed by test definition, after the removal of | Yang Tse | |
server logs advisor read lock and before test results verifications are done. When stopping a pingpong server, stop server before its slaves. | |||
2009-12-21 | test 566 was missing | Daniel Stenberg | |
2009-12-21 | dead_child_handler also takes care of reaping pingpong server dead child ↵ | Yang Tse | |
processes | |||
2009-12-21 | Reap processes dead children ASAP without blocking | Yang Tse | |
2009-12-21 | Reinstate hi resolution time logging since this is not what is | Yang Tse | |
now adding 90 extra seconds to the total time some autobuilds need to make a full test-run. | |||
2009-12-21 | first small steps towards smtp | Daniel Stenberg | |
2009-12-21 | Replaced tabs with spaces | Yang Tse | |
2009-12-20 | Improve delay command interruptability | Yang Tse | |
2009-12-20 | revert that, we already had a function named like that! | Daniel Stenberg | |
2009-12-20 | rename the verifyftp function to verifyserver since it is used to verify | Daniel Stenberg | |
a wide variety of protocol servers | |||
2009-12-20 | introducing the first IMAP FETCH test | Daniel Stenberg | |