aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2003-05-19the proxy environment variables now may contain user name and passwordDaniel Stenberg
2003-05-19remove debug outputDaniel Stenberg
2003-05-19setenv support added to allow test cases to require a set of environmentDaniel 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-30the test numbers are now only for human readability, the numbers no longerDaniel Stenberg
2003-04-30no longer assume that the test number implies servers to runDaniel Stenberg
2003-04-30Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg
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
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-30modified to produce nicer output when a single test failsDaniel Stenberg
2003-04-30make the diffs with 'diff -u' to make them nicer and easier to readDaniel Stenberg
2003-04-23Bryan Kemp's reported problems with curl and PUT from stdin and a fakedDaniel Stenberg
2003-04-15typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg
2003-04-15include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg
2003-04-11verify the new url parser fixDaniel Stenberg
2003-04-10new ftp testsDaniel Stenberg
2003-04-09oops, committed test code not meant to be hereDaniel Stenberg
2003-04-09three new ftp testsDaniel Stenberg
2003-04-09<mdtm> addedDaniel Stenberg
2003-04-09MDTM support addedDaniel Stenberg
2003-04-04adjusted the formpost testcases to the new boundary string constructionDaniel Stenberg
2003-04-03Added log output for when the writing of the input HTTP request is successfulDaniel Stenberg
2003-04-03Modified how we log data to server.input, as we can't keep the file openDaniel Stenberg
2003-04-03newDaniel Stenberg
2003-04-01documented the new killserver tagDaniel Stenberg
2003-04-01kill the ftp server afterwards, it is just so messed upDaniel Stenberg
2003-04-01log when we've returned verification that we are the test serverDaniel Stenberg
2003-04-01support the new <killserver> tagDaniel Stenberg
2003-04-01ignore lib505 tooDaniel Stenberg
2003-04-01lib505.c is a new test case for ftp uploading with renameDaniel Stenberg
2003-04-01Added support for the RNFR/RNTO commandsDaniel Stenberg
2003-03-19set binary mode for some file handling and it might work better on someDaniel Stenberg
2003-03-17more defensive checking as platforms differ...Daniel Stenberg
2003-03-16typecase getpid() to int to prevent compiler warningDaniel Stenberg
2003-03-15missing newline addedDaniel Stenberg
2003-03-15no server neededDaniel Stenberg
2003-03-15allow 'none' as serverDaniel Stenberg
2003-03-15* use the pid returned back from test-servers and kill them before startingDaniel Stenberg
2003-03-15report pid back in the WE ROOLZ messageDaniel Stenberg
2003-03-15removed the "banner" when the server is startingDaniel Stenberg
2003-03-15Rick Jones' minor thing to build better on HPUX 11Daniel Stenberg
2003-03-13use include path from BUILD dir since we want the config.hDaniel Stenberg
2003-03-12This verifies that my fix for bug report #700275 works.Daniel Stenberg
2003-03-12test58 addedDaniel Stenberg
2003-03-12Add include files to prevent warnings on some (HPUX) systems.Daniel Stenberg