aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2003-06-13stdout is good enoughDaniel Stenberg
2003-06-13work more on pids, less on pidfiles to be able to do better kills at theDaniel Stenberg
end of the test where the pidfiles aren't found, but "our" server is running
2003-06-13fixed NTLM test 67, added test 68 for bad NTLM name/passwordDaniel Stenberg
2003-06-12get and use only the first line of the curl --version outputDaniel 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-12now test cases can be set to be dependent on the presence of "SSL" in theDaniel Stenberg
client/library
2003-06-11describe the NTLM mechanism tooDaniel Stenberg
2003-06-11basic NTLM supportDaniel Stenberg
2003-06-10more genericDaniel Stenberg
2003-06-03Content-Length: now overrides other means of knowing when the stream hasDaniel Stenberg
ended.
2003-06-02the 500-599 test case rangeDaniel Stenberg
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-22Document the <dataNUM> thing we use,Daniel Stenberg
2003-05-22Digest support addedDaniel Stenberg
2003-05-22Digest testing addedDaniel Stenberg
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
variables
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
enforces protocol/server
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
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-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
content-length made me add test case 60, that does exactly this, but it seems to run fine...
2003-04-15typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg
than long and libcurl expects a long...
2003-04-15include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg
similar is set properly by us first
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
or unsuccessful. Used to track down the recent cygwin test suite problems.
2003-04-03Modified how we log data to server.input, as we can't keep the file openDaniel Stenberg
very much as it makes it troublesome on certain operating systems.
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