aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2004-02-27Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg
2004-02-26we need to hide this warning since it otherwise appears on all verifiedserverDaniel Stenberg
2004-02-26Kill the server when this test is done, as other FTP-tests sometimesDaniel Stenberg
2004-02-26adjusted to work with the modified fopen() line and the new calloc lineDaniel Stenberg
2004-02-26added the ever-present source headerDaniel Stenberg
2004-02-26runtests.pl now provides the srcdir to the ftpserver so that it can passDaniel Stenberg
2004-02-26modified loadtest() to produce better error message when it fails to loadDaniel Stenberg
2004-02-25typecast to int when printfing CURLcodeDaniel Stenberg
2004-02-20include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg
2004-02-20fix protos to prevent warningsDaniel Stenberg
2004-02-20added getpart.h for the spitout() protoDaniel Stenberg
2004-02-20%HTTPPORT supported in subVariablesDaniel Stenberg
2004-02-20mention what ports the test suite usesDaniel Stenberg
2004-02-20When trying to see if there's a friendly http server on "our" port, weDaniel Stenberg
2004-02-19refer to FILEFORMATDaniel Stenberg
2004-02-19fixed the no-ssl version to return int as wellDaniel Stenberg
2004-02-19provide protos to the functions to prevent warningsDaniel Stenberg
2004-02-19typecast the type to an int on returnDaniel Stenberg
2004-02-19return int from test()Daniel Stenberg
2004-02-19provide a test() protoDaniel Stenberg
2004-02-17ignore moreDaniel Stenberg
2004-02-13return an intDaniel Stenberg
2004-02-13return an int, not a CURLcodeDaniel Stenberg
2004-02-13make the path constDaniel Stenberg
2004-02-12no need to run make test in the data dir anymoreDaniel Stenberg
2004-02-12provide a source path to the servers to make them find the tests when runDaniel Stenberg
2004-02-12stop doing the weirdo symlinksDaniel Stenberg
2004-02-09Modified the default HTTP Accept: header to only be Accept: */*Daniel Stenberg
2004-02-09Removed, this was only used to work out what went wrong with test 91, andDaniel Stenberg
2004-02-09return 'res' to better discover test failures and to stop compiler warningsDaniel Stenberg
2004-02-09Uninitialized variable set.Daniel Stenberg
2004-02-05added the missing stdin sectionDaniel Stenberg
2004-02-05Made a test that sends data on stdin to PUT, with a given length andDaniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2004-02-02added test 97, a simple test with -d post and a replacede content-typeDaniel Stenberg
2004-01-30when we receive a request overflow, we still dump the incoming request toDaniel Stenberg
2004-01-30added lib510.c for callback POST using chunked encodingDaniel Stenberg
2004-01-30added test 510, callback-based POST using chunked encodingDaniel Stenberg
2004-01-29adjusted to the corrected chunked transfer-encoding extra trailing CRLFDaniel Stenberg
2004-01-28Chunked-transfers should have an additional CRLF after the final 0 CRLFDaniel Stenberg
2004-01-28added the extra newline that this needs to succeedDaniel Stenberg
2004-01-27send a connection: close in the initial reply to see if things differDaniel Stenberg
2004-01-27CONNECT response headers are now passed back as "regular" headersDaniel Stenberg
2004-01-21removed Basic in the initial response to see if it makes any differenceDaniel Stenberg
2004-01-16added this test, this is basicly a copy of test 91 but we return the firstDaniel Stenberg
2004-01-16removed unused stuffDaniel Stenberg
2004-01-13we no longer distribute the non-working tests 400 - 403Daniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13modified the TODO, we already do persistant testsDaniel Stenberg
2004-01-13added our standard headerDaniel Stenberg