aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Collapse)Author
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
2002-10-04new redirect tests with ./ and ../Daniel Stenberg
2002-09-13306 addedDaniel Stenberg
2002-09-13request a page from HTTPS but get no headersDaniel Stenberg
2002-08-30new testsDaniel Stenberg
2002-08-26updated for the new SSL -kDaniel Stenberg
added two new tests to test the absense of -k to insecure SSL sites
2002-08-08all those ignoresDaniel Stenberg
2002-07-29extended and improved cookie testingDaniel Stenberg
2002-06-11added test135 ftp byte-range downloadDaniel Stenberg
2002-05-21five new test cases for the netrc parsingDaniel Stenberg
2002-04-10updated error codeDaniel Stenberg