summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* ftpserver.pl: arbitrary application data splitting among TCP packets [II]Yang Tse2011-12-291-9/+17
* ftpserver.pl: arbitrary application data splitting among TCP packets [I]Yang Tse2011-12-281-14/+151
* ftpserver: output CRLF in logsDaniel Stenberg2011-11-291-1/+2
* FTP test server: NODATACONN commands follow-upYang Tse2011-11-021-26/+61
* FTP test server: NODATACONN commands follow-upYang Tse2011-11-011-8/+38
* FTP test server: NODATACONN commands commit c761fcb0 follow-upYang Tse2011-10-311-33/+130
* FTP test server: fix server unresponsivenessYang Tse2011-10-301-31/+142
* ftpserver.pl: three new custom FTP server commands to disable data channelYang Tse2011-10-271-23/+77
* FTP server: allow EPRT by defaultDaniel Stenberg2011-10-241-6/+6
* ftpserver.pl: ensure integral number usage for passive mode stringYang Tse2011-10-241-2/+2
* Added support for LISTing a single POP3 messageDan Fandrich2011-03-171-0/+24
* ftpserver.pl: spellfix commentDaniel Stenberg2010-11-101-1/+1
* gopher tests: revert parts of gopher in the pingpong serverDaniel Stenberg2010-08-251-40/+4
* Gopher using Curl_write; test suite (4 tests)Cameron Kaiser2010-08-251-4/+40
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-1/+106
* Implement SMTP authenticationmonnerat2010-04-191-7/+12
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg2010-02-201-2/+2
* - I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg2010-02-201-0/+1
* removed trailing whitespaceYang Tse2010-02-141-19/+19
* 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