summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* initial tool to report info/keywords of the test casesDaniel Stenberg2005-04-151-0/+63
* started adding "keywords" for each test, to better allow us to sum up whatDaniel Stenberg2005-04-156-2/+49
* Two new slowdown tests for better testing of the FTP response reader functionDaniel Stenberg2005-04-143-1/+104
* make the ftp server support reply/servercmd, and make SLOWDOWN work, andDaniel Stenberg2005-04-143-10/+19
* fix port numberDaniel Stenberg2005-04-131-1/+1
* requires OpenSSL, as our GnuTLS doesn't provide support forDaniel Stenberg2005-04-121-0/+1
* support tests that requires 'OpenSSL' specificlyDaniel Stenberg2005-04-121-2/+21
* fixed the 304 response-with-content-length problem reported by Cory NelsonDaniel Stenberg2005-04-082-1/+47
* test time-conditioned FTP uploadsDaniel Stenberg2005-04-053-1/+88
* Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actuallyDaniel Stenberg2005-04-032-1/+87
* Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug.Daniel Stenberg2005-04-032-1/+77
* copyright this yearDaniel Stenberg2005-03-311-1/+1
* Attempt to make this code more forgiving for systems that doesn't detectDaniel Stenberg2005-03-311-4/+4
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-313-3/+3
* Made the server send data to the control/data connections using two dedicatedDaniel Stenberg2005-03-291-28/+56
* Based on Augustus Saunders' comments and findings, the HTTP output authDaniel Stenberg2005-03-283-1/+190
* modified some log outputs, added comment about auth required as used inDaniel Stenberg2005-03-281-4/+14
* can you spell copy and paste error for me loud and clear? ;-PDaniel Stenberg2005-03-221-2/+2
* provide HTML and PDF versions of the man pages in the dist archiveDaniel Stenberg2005-03-221-1/+17
* Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg2005-03-2118-33/+27
* format mistakeDaniel Stenberg2005-03-211-1/+1
* some additional debug outputDaniel Stenberg2005-03-191-2/+5
* Fixed spelling of --runtestoptsDan Fandrich2005-03-181-3/+3
* Netware builds don't use configure.Dan Fandrich2005-03-181-1/+2
* adjust to use plain 'make' even for cross-compiles if using configure-Daniel Stenberg2005-03-181-2/+3
* Change the bogus address used in test237 to be more reliable when runDan Fandrich2005-03-171-2/+5
* added descriptionsDaniel Stenberg2005-03-171-22/+37
* don't set TEST_F to blank when --runtestopts isn't used, as that will overrideDaniel Stenberg2005-03-171-2/+6
* support multiple error codes for a test case since some things just varyDaniel Stenberg2005-03-173-7/+23
* add new optionDaniel Stenberg2005-03-171-0/+3
* add new fileDaniel Stenberg2005-03-171-1/+1
* its a startDaniel Stenberg2005-03-171-0/+75
* Added the --runtestsopts option to testcurl.pl to override the defaultDan Fandrich2005-03-172-13/+17
* check for the HTTPS server in a manner similar to how we check for the HTTPDaniel Stenberg2005-03-161-9/+13
* test EPSV and PASV response handling when they get well-formated data backDaniel Stenberg2005-03-153-1/+68
* initial man page attempt for testcurl.plDaniel Stenberg2005-03-153-5/+125
* Added lots of new command line options, made confsuffix get set based onDaniel Stenberg2005-03-151-50/+110
* Make nonexistent host names absolute so tests will pass on machinesDan Fandrich2005-03-152-2/+2
* show LDFLAGS tooDaniel Stenberg2005-03-141-3/+4
* David Houlder added --form-stringDaniel Stenberg2005-03-121-2/+10
* no more rewriting of the setup fileDaniel Stenberg2005-03-111-1/+1
* skip the test of "2094 Nov 6" for now, since the 64bit time_t systems returnDaniel Stenberg2005-03-092-2/+9
* Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg2005-03-084-3/+65
* test 236: FTP resume upload but denied access to remote fileDaniel Stenberg2005-03-072-1/+37
* added valgrind.pm to the distDaniel Stenberg2005-03-061-3/+3
* Added test case 235 that makes a resumed upload of a file that isn't presentDaniel Stenberg2005-03-042-1/+43
* Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich2005-02-241-3/+6
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-2/+5
* added test case 234 which is like 233 but uses --location-trusted instead soDaniel Stenberg2005-02-192-1/+83
* Ralph Mitchell reported a flaw when you used a proxy with auth, and youDaniel Stenberg2005-02-182-1/+82