aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Collapse)Author
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
2002-04-05enough with stupidity, this is a test case that should fail and thus weDaniel Stenberg
should use a proper command line that *fails* ;-O
2002-04-05added test 48, verify -I, -d and -G in one command lineDaniel Stenberg
2002-03-20added test 128, ftp upload with --crlfDaniel Stenberg
2002-03-19corrected for 7.9.6Daniel Stenberg
2002-03-18test 32, try -d and -GDaniel Stenberg
2002-03-11added test 39, tests the new -F featuresDaniel Stenberg
2002-02-27oops, we weren't doing HTTPS - now we areDaniel Stenberg
2002-02-27test 304, HTTPS multipart formpostDaniel Stenberg
2002-02-27use the correct time in the cookie jarDaniel Stenberg
2002-02-26modified cookie expire dateDaniel Stenberg
2002-02-26new field1 functionality testing tooDaniel Stenberg
2002-02-26test 31: "HTTP with weirdly formatted cookies and cookiejar storage"Daniel Stenberg
2002-02-25modified the command to fail properly! ;-)Daniel Stenberg
2002-02-22fixed to work with 'nonewline' and thus this passes OK with the new httpDaniel Stenberg
server and things
2002-01-29bad tagDaniel Stenberg
2002-01-08test case 38, try a HTTP download resume without the server supportingDaniel Stenberg
ranges
2001-12-03test case 126 added, this uses RETRWEIRDO that makes the FTP server send twoDaniel Stenberg
responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly.
2001-12-03test127~ should not be included!Daniel Stenberg
2001-11-29test126 renamed to test190 as it has to be last among the FTP tests becauseDaniel Stenberg
of some problems in the test server :-/
2001-11-29test 127 --disable-epsvDaniel Stenberg