summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test 802 is the first SMTP test, although not strictly SMTP yet...Daniel Stenberg2009-12-292-1/+49
* Leftover from previous commitYang Tse2009-12-281-3/+3
* Initial refactoring step for server name strings centralized generationYang Tse2009-12-283-32/+180
* global variables reordering/refactoring/commentingYang Tse2009-12-261-185/+268
* When verifying the SMTP server I had to add some hackery since SMTP in itselfDaniel Stenberg2009-12-251-3/+11
* first basic SMTP supportDaniel Stenberg2009-12-251-3/+40
* Adjust test number mismatchYang Tse2009-12-244-13/+13
* Enable warningsYang Tse2009-12-242-0/+4
* Fix warningsYang Tse2009-12-241-12/+21
* Fix warningsYang Tse2009-12-232-25/+39
* Back out some pingpong server stopping changes introduced last week inYang Tse2009-12-233-52/+25
* use Time::HiRes whenever available, independently of perl versionYang Tse2009-12-222-8/+12
* log a message when continuing once sleep time is overYang Tse2009-12-221-2/+4
* Make 'classic' output end of a test-suite run become again the endYang Tse2009-12-211-126/+136
* Move stopping of servers instructed by test definition, after the removal ofYang Tse2009-12-211-23/+21
* test 566 was missingDaniel Stenberg2009-12-211-1/+1
* dead_child_handler also takes care of reaping pingpong server dead child proc...Yang Tse2009-12-211-0/+14
* Reap processes dead children ASAP without blockingYang Tse2009-12-211-2/+8
* 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
* Replaced tabs with spacesYang Tse2009-12-211-69/+69
* Improve delay command interruptabilityYang Tse2009-12-201-41/+65
* revert that, we already had a function named like that!Daniel Stenberg2009-12-201-8/+8
* rename the verifyftp function to verifyserver since it is used to verifyDaniel Stenberg2009-12-201-8/+8
* introducing the first IMAP FETCH testDaniel Stenberg2009-12-202-1/+48
* - Attempt to fix script compilation failure on versions older than 5.007003,Yang Tse2009-12-201-5/+6
* support IMAP select and LOGOUTDaniel Stenberg2009-12-191-26/+58
* fix the ftp check delay timer to never be set below 1 to work correctlyDaniel Stenberg2009-12-191-1/+1
* Slack time reductionYang Tse2009-12-192-9/+9
* Added runtests.pl '-r' option for run time statisticsYang Tse2009-12-192-35/+134
* server start and verification time as well as test preparation timeYang Tse2009-12-181-8/+99
* Added test harness simple time execution statsYang Tse2009-12-181-0/+82
* Comment out hi resolution time logging to verify if this is what mightYang Tse2009-12-171-13/+13
* Test harness process control enhancementsYang Tse2009-12-171-33/+54
* Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg2009-12-171-1/+1
* gettimeofday() requires perl version newer than 5.6Yang Tse2009-12-171-2/+2
* Test harness process control enhancementsYang Tse2009-12-163-3/+7
* Test #1106 needs an ftp enabled clientYang Tse2009-12-161-3/+4
* Test harness process control enhancementsYang Tse2009-12-164-93/+166
* - Jon Nelson found a regression that turned out to be a flaw in how libcurlDaniel Stenberg2009-12-142-1/+57
* Prevent perl script dying messages in output, since tearing down the pinpongYang Tse2009-12-141-4/+6
* Adjust uppercase protocol string usageYang Tse2009-12-141-7/+9
* Fix compiler warningsYang Tse2009-12-141-26/+17
* signal handling to cleanup on SIGINT and SIGTERM, followupYang Tse2009-12-131-43/+60
* reapply diff between revisions 1.103 and 1.102Yang Tse2009-12-131-6/+8
* updated with the new protocolsDaniel Stenberg2009-12-121-26/+33
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-124-120/+381
* - Siegfried Gyuricsko found out that the curl manual said --retry would retryDaniel Stenberg2009-12-101-1/+1
* signal handling to cleanup on SIGINT and SIGTERM, followupYang Tse2009-12-092-2/+19
* - Martin Storsjo made libcurl use the Expect: 100-continue header for postsDaniel Stenberg2009-12-072-0/+2