summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* test1115: verify that unexpected 1xx responses work fineDaniel Stenberg2010-05-282-1/+56
* test313: a new test for CRL supportKamil Dudka2010-05-272-1/+40
* Fixed test 577 to work when --enable-hidden-symbols is configuredDan Fandrich2010-05-141-0/+5
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-1210-3/+591
* multi interface: missed storing connection timeDaniel Stenberg2010-05-072-1/+58
* test: enable valgrind for 604, seems to workDaniel Stenberg2010-04-281-3/+0
* add 1s post-command delay to tests 513 and 514Paul Howarth2010-04-282-2/+4
* Implement SMTP authenticationmonnerat2010-04-194-1/+169
* FTP quote commands prefixed with '*' now can fail without abortingDaniel Stenberg2010-04-091-1/+4
* Fixed misleading test messageDan Fandrich2010-03-311-1/+1
* remove all .cvsignore filesDaniel Stenberg2010-03-251-2/+0
* Add .gitattributes files to turn off CRLF translation for some filesBill Hoffman2010-03-241-0/+1
* Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy2010-03-242-1/+122
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* enabled valgrindDaniel Stenberg2010-03-231-3/+1
* enable 802 and 803Yang Tse2010-02-241-2/+0
* _ Adjusted RFC821 HELO fallback and enabled test804Patrick Monnerat2010-02-222-59/+58
* - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat2010-02-223-1/+61
* - Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg2010-02-202-3/+3
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-121-1/+2
* Removed some erroneous "compressed" key wordsDan Fandrich2010-02-094-4/+0
* Modified test case 557 to additionally verify libcurl's internal curl_m*printf()Yang Tse2010-02-041-0/+2
* added an additional second to allow test to pass on heavily loaded serversYang Tse2010-02-041-1/+27
* cookies with same path length might get sorted in different order whenYang Tse2010-02-031-1/+1
* added an additional second to allow test to pass on heavily loaded serversYang Tse2010-02-032-3/+29
* update rtsp server header field from SWS to RTSPDYang Tse2010-02-015-19/+19
* Test suite support for RTSPYang Tse2010-02-011-5/+0
* Chris Conroy fixed test #568 issues with carriage returnsYang Tse2010-01-291-24/+24
* Chris Conroy provided first RTSP testsYang Tse2010-01-286-1/+464
* RTSP tests disabled until test harness RTSP support is updatedYang Tse2010-01-281-1/+5
* Julien Chaffraix adjusted "<name> section" line lengthYang Tse2010-01-223-3/+3
* Julien Chaffraix fixed line lengthsDaniel Stenberg2010-01-212-2/+4
* modified test case 8 to also make sure that we deal with cookies usingDaniel Stenberg2010-01-201-1/+2
* - As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg2010-01-191-1/+1
* oops, I forgot to cvs add this before my previous commit (Dan FandrichDaniel Stenberg2010-01-191-0/+52
* - David McCreedy brought a fix and a new test case (129) to make libcurl workDaniel Stenberg2010-01-191-1/+1
* Added PEM certificate keywordDan Fandrich2010-01-183-0/+3
* Give the test a bit mote time to run so it passes on slow machinesYang Tse2010-01-131-1/+1
* Added test case #1112 which does an FTPS download with strict timeoutYang Tse2010-01-122-1/+89
* - The tests/runtests.pl script now checks to see if the test case that runs isDaniel Stenberg2010-01-111-0/+2
* List fragment tests in Makefile.am and better provide better namesClaes Jakobsson2010-01-074-4/+4
* Disable tests 802 and 803Yang Tse2010-01-061-0/+2
* Julien Chaffraix fixed so that the fragment part in an URL is not sent to the...Claes Jakobsson2010-01-063-0/+138
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-013-1/+100
* modified to get the EHLO domain from the path part of the URL instead of theDaniel Stenberg2009-12-302-2/+2
* (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg2009-12-303-3/+71
* test 802 is the first SMTP test, although not strictly SMTP yet...Daniel Stenberg2009-12-292-1/+49
* Adjust test number mismatchYang Tse2009-12-244-13/+13
* test 566 was missingDaniel Stenberg2009-12-211-1/+1
* introducing the first IMAP FETCH testDaniel Stenberg2009-12-202-1/+48