summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg2005-03-2117-33/+17
* Change the bogus address used in test237 to be more reliable when runDan Fandrich2005-03-171-2/+5
* support multiple error codes for a test case since some things just varyDaniel Stenberg2005-03-171-1/+4
* test EPSV and PASV response handling when they get well-formated data backDaniel Stenberg2005-03-153-1/+68
* Make nonexistent host names absolute so tests will pass on machinesDan Fandrich2005-03-152-2/+2
* David Houlder added --form-stringDaniel Stenberg2005-03-121-2/+10
* skip the test of "2094 Nov 6" for now, since the 64bit time_t systems returnDaniel Stenberg2005-03-091-1/+8
* Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg2005-03-082-1/+46
* test 236: FTP resume upload but denied access to remote fileDaniel Stenberg2005-03-072-1/+37
* Added test case 235 that makes a resumed upload of a file that isn't presentDaniel Stenberg2005-03-042-1/+43
* 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
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-095-5/+7
* properly mark tests as requiring feature 'SSL'Daniel Stenberg2005-01-307-0/+21
* adjusted to the moved unlock of the DNS entryDaniel Stenberg2005-01-281-6/+6
* test the EPRT/LPRT/PORT somewhat moreDaniel Stenberg2005-01-271-7/+7
* verify a part of the PORT lineDaniel Stenberg2005-01-271-6/+6
* Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg2005-01-253-1/+78
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-25157-160/+157
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-214-1/+154
* Philippe Hameau found out that -Q "+[command]" didn't work, although some codeDaniel Stenberg2005-01-202-1/+47
* added test226 tooDaniel Stenberg2005-01-191-1/+1
* Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URLDaniel Stenberg2005-01-193-1/+41
* verify the protocol tooDaniel Stenberg2005-01-141-0/+7
* disable the valgrind log checkingDaniel Stenberg2005-01-071-0/+5
* added test 199Daniel Stenberg2005-01-072-2/+55
* test enforced chunked encoding with PUT on a local fileDaniel Stenberg2004-12-212-1/+52
* Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made theDaniel Stenberg2004-12-212-1/+45
* two more ftp directory re-use tests addedDaniel Stenberg2004-12-163-1/+88
* fixed how backslashes are treated in glob stringsDaniel Stenberg2004-12-152-1/+44
* use the correct variables, not fixed valuesDaniel Stenberg2004-12-141-2/+2
* Harshal Pradhan fixed changing username/password on a persitent HTTPDaniel Stenberg2004-12-142-1/+72
* HTTP IPv6 support added to the test suiteDaniel Stenberg2004-12-115-2/+142
* two new test cases for proxy-CONNECT with NTLM (one doing GET, one doing POST)Daniel Stenberg2004-12-103-1/+196
* HTTP PUT a to a FTP URL with username+password - over HTTP proxyDaniel Stenberg2004-12-062-1/+62
* Bug report #1078066: when a chunked transfer was pre-maturely closed exactlyDaniel Stenberg2004-12-032-1/+58
* test 206 - HTTP proxy CONNECT auth DigestDaniel Stenberg2004-12-022-1/+82
* fixed test case errorsDaniel Stenberg2004-11-304-38/+18
* three new compress test casesDaniel Stenberg2004-11-304-1/+372
* added test 221 to test a broken gzip content downloadDaniel Stenberg2004-11-292-1/+63
* added test 220 - simple gzip auto decompressDaniel Stenberg2004-11-292-1/+61
* stricter newline policyDaniel Stenberg2004-11-2925-108/+108
* FTP improvements:Daniel Stenberg2004-11-254-1/+148
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-249-42/+24
* oops, use the precheck too!Daniel Stenberg2004-11-231-1/+6
* David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg2004-11-221-4/+10
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-192-1/+46
* added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg2004-11-152-1/+54
* Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg2004-11-113-1/+92
* Added --retry and --retry-delay first attempt with four related test cases.Daniel Stenberg2004-10-275-1/+196