aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Collapse)Author
2003-07-15updated to work with Dan Winship's NTLM domain stuff fixDaniel Stenberg
2003-07-04adjusted to the NTLM updatesDaniel Stenberg
2003-06-26new testsDaniel Stenberg
2003-06-13fixed NTLM test 67, added test 68 for bad NTLM name/passwordDaniel Stenberg
2003-06-12NTLM test caseDaniel Stenberg
2003-06-12require the netrc_debug feature the same way we now can require SSLDaniel Stenberg
present client-side
2003-06-03Content-Length: now overrides other means of knowing when the stream hasDaniel Stenberg
ended.
2003-05-23more ftp testing using NLST and no contents and bad return codeDaniel Stenberg
2003-05-23test 66 returns one line of data with no header (HTTP)Daniel Stenberg
2003-05-22Digest testing addedDaniel Stenberg
2003-05-19the proxy environment variables now may contain user name and passwordDaniel Stenberg
2003-05-02send correct cookies when using a custom Host:Daniel Stenberg
2003-05-02fixed the format slightlyDaniel Stenberg
2003-05-01FTP URL with type=aDaniel Stenberg
2003-04-30Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg
test number.
2003-04-30we say welcome to test 142Daniel Stenberg
2003-04-30verify that curl fails fine when an FTP URL with a too deep dir hierarchyDaniel Stenberg
is used
2003-04-30ok, make the test run ok tooDaniel Stenberg
2003-04-30various new cookie tests with a custom Host: header setDaniel Stenberg
2003-04-30modified to work with modified codeDaniel Stenberg
2003-04-23Bryan Kemp's reported problems with curl and PUT from stdin and a fakedDaniel Stenberg
content-length made me add test case 60, that does exactly this, but it seems to run fine...
2003-04-11verify the new url parser fixDaniel Stenberg
2003-04-10new ftp testsDaniel Stenberg
2003-04-09three new ftp testsDaniel Stenberg
2003-04-04adjusted the formpost testcases to the new boundary string constructionDaniel Stenberg
2003-04-03newDaniel Stenberg
2003-04-01kill the ftp server afterwards, it is just so messed upDaniel Stenberg
2003-03-15no server neededDaniel Stenberg
2003-03-12This verifies that my fix for bug report #700275 works.Daniel Stenberg
2003-03-12test58 addedDaniel Stenberg
2003-02-26test138 is for RETR without size and without a working SIZEDaniel Stenberg
2003-02-26added a test case for RETR that doesn't get the size in the 150-replyDaniel Stenberg
2003-01-30test case 57 - verifies that the Content-Type extraction does not stop onDaniel Stenberg
the first space anymore but cuts off the trailing spaces only. Bug report #669059.
2003-01-09added test 136Daniel Stenberg
2003-01-09verify -u username: with ftp to use a blank passwordDaniel Stenberg
2002-12-16removed junkDaniel Stenberg
2002-12-16Added test case 504, using multi interface and a local proxy without anythingDaniel Stenberg
listening on the port we use.
2002-12-16better descDaniel Stenberg
2002-12-16mistake, this only requires httpDaniel Stenberg
2002-12-13test case 503 entered the dirDaniel Stenberg
2002-12-13one slash too manyDaniel Stenberg
2002-12-13test 502, multi interface with file://Daniel Stenberg
2002-12-12correctedDaniel Stenberg
2002-12-12500 + 501 addedDaniel Stenberg
2002-12-12run tiny specific libcurl-testing toolsDaniel Stenberg
2002-12-10added test56, nearly 100KB big!Daniel Stenberg
2002-12-10Test case for sending insanely big HTTP requests. Mainly done this way toDaniel Stenberg
make sure that it isn't all sent off in one single send() but instead really tests the multiple-part-send logic.
2002-10-21Added test 55, follow location with a single slash in the original path.Daniel Stenberg
This caused curl 7.10.1 to crash.
2002-10-21test 54 added, blank Location: fieldDaniel Stenberg
2002-10-17junk cookies test53 addedDaniel Stenberg