summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* Use killsockfilters() to kill sockfilter processes, this ensures that whenYang Tse2010-01-201-40/+30
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-091-78/+134
* stop at once if the EOB marker shows up, even if something else might getDaniel Stenberg2010-01-011-2/+2
* (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg2009-12-301-0/+57
* global variables reordering/refactoring/commentingYang Tse2009-12-261-185/+268
* first basic SMTP supportDaniel Stenberg2009-12-251-3/+40
* Enable warningsYang Tse2009-12-241-0/+1
* Fix warningsYang Tse2009-12-241-12/+21
* Fix warningsYang Tse2009-12-231-14/+29
* Back out some pingpong server stopping changes introduced last week inYang Tse2009-12-231-27/+14
* use Time::HiRes whenever available, independently of perl versionYang Tse2009-12-221-2/+5
* dead_child_handler also takes care of reaping pingpong server dead child proc...Yang Tse2009-12-211-0/+14
* Reinstate hi resolution time logging since this is not what isYang Tse2009-12-211-13/+14
* first small steps towards smtpDaniel Stenberg2009-12-211-1/+9
* Improve delay command interruptabilityYang Tse2009-12-201-41/+65
* support IMAP select and LOGOUTDaniel Stenberg2009-12-191-26/+58
* Comment out hi resolution time logging to verify if this is what mightYang Tse2009-12-171-13/+13
* gettimeofday() requires perl version newer than 5.6Yang Tse2009-12-171-2/+2
* Test harness process control enhancementsYang Tse2009-12-161-26/+51
* Prevent perl script dying messages in output, since tearing down the pinpongYang Tse2009-12-141-4/+6
* reapply diff between revisions 1.103 and 1.102Yang Tse2009-12-131-6/+8
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-57/+226
* signal handling to cleanup on SIGINT and SIGTERMYang Tse2009-12-031-6/+8
* - In order to better reflect that the returned pid is extracted from theYang Tse2009-11-301-1/+1
* Only attempt to clear the server-logs lock when previously set by this same s...Yang Tse2009-11-261-7/+27
* Revert change committed on Mon May 4 09:30:23 2009 UTC.Yang Tse2009-05-051-24/+18
* David McCreedy's patch to fix test suite harness to allow test FTP server and...Yang Tse2009-05-041-2/+8
* - Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg2008-12-081-5/+3
* Make the SLOWDOWN option slow the FTP data connection, not just theDan Fandrich2008-11-061-2/+20
* - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZEDaniel Stenberg2008-09-301-3/+5
* Avoid a potential zombie process when killing an old ftpserverDan Fandrich2008-07-111-0/+1
* improve synchronization between test harness runtests.pl scriptYang Tse2008-04-231-1/+14
* Revert last change since it breaks running the test suiteYang Tse2007-11-231-3/+3
* Improve chance of running runtests.pl from outside theYang Tse2007-11-231-3/+3
* Made the magic testnumber > 10000 support actually workDan Fandrich2007-10-271-9/+9
* Fixed the test FTP server to support the >10000 test number notationDan Fandrich2007-10-241-3/+18
* Added variable substitution to the <verify><file> section.Dan Fandrich2007-09-201-0/+1
* Allow setting the IP address on which to listen for connections.Dan Fandrich2007-09-171-1/+7
* Make the ftp server connect to the address given by curl in the PORT/EPRTDan Fandrich2007-09-171-3/+8
* Allow ftp server alternate replies to contain backslash-escaped controlDan Fandrich2007-08-231-3/+2
* Need even more time to wait for an accept.Dan Fandrich2007-08-231-1/+1
* Increase timeout for accept for improved reliability on loaded servers.Dan Fandrich2007-08-201-1/+1
* Log the "<CMD> wasn't handled" error normally since it is now expectedDan Fandrich2007-07-231-1/+1
* To allow more flexibility in FTP test cases, I've removed the enforced statesDaniel Stenberg2007-07-211-59/+12
* Clear out FTP server options before each new client.Dan Fandrich2007-04-241-0/+12
* Changed an error message slightly so it can be caught easier by theDan Fandrich2007-04-201-4/+4
* Reduce the posibility of leaving the sockfilter hanging around whenYang Tse2007-03-011-8/+38
* Revert ftpserver.pl back to revision 1.74 Adding change done in 1.76Yang Tse2006-11-201-2/+2
* Add some message loggingYang Tse2006-11-201-1/+1
* log the sleep, like when done in test 190Daniel Stenberg2006-11-191-0/+1