summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* minor variable type fixDaniel Stenberg2004-03-121-2/+2
* use size_t for string lengthsDaniel Stenberg2004-03-101-6/+7
* Added -I$(top_srcdir)/include, since lib/setup.h might include files fromDaniel Stenberg2004-03-091-1/+23
* Andrés García-fix to make it build with mingwDaniel Stenberg2004-03-091-0/+2
* issue 12 fixDaniel Stenberg2004-03-056-0/+11
* Major rewrite of the test HTTP server to allow more fancy features to makeDaniel Stenberg2004-03-051-180/+302
* removed include stuff now handled by test.hDaniel Stenberg2004-03-034-25/+0
* We let this file include more generic headers that many libtests need anywayDaniel Stenberg2004-03-031-0/+12
* large_file is a new feature we can require for a specific testDaniel Stenberg2004-03-011-0/+1
* support 'large_file' as a feature to require for specific tests (such asDaniel Stenberg2004-03-011-0/+10
* added test 99, very basic initial large file testDaniel Stenberg2004-03-012-1/+49
* Report the correct size when 'verifiedserver' is requested.Daniel Stenberg2004-03-011-1/+3
* Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg2004-02-2747-1/+58
* we need to hide this warning since it otherwise appears on all verifiedserverDaniel Stenberg2004-02-261-1/+3
* Kill the server when this test is done, as other FTP-tests sometimesDaniel Stenberg2004-02-261-0/+3
* adjusted to work with the modified fopen() line and the new calloc lineDaniel Stenberg2004-02-261-5/+31
* added the ever-present source headerDaniel Stenberg2004-02-261-0/+21
* runtests.pl now provides the srcdir to the ftpserver so that it can passDaniel Stenberg2004-02-262-3/+9
* modified loadtest() to produce better error message when it fails to loadDaniel Stenberg2004-02-261-13/+12
* typecast to int when printfing CURLcodeDaniel Stenberg2004-02-251-1/+1
* include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg2004-02-204-0/+16
* fix protos to prevent warningsDaniel Stenberg2004-02-202-5/+30
* added getpart.h for the spitout() protoDaniel Stenberg2004-02-202-1/+27
* %HTTPPORT supported in subVariablesDaniel Stenberg2004-02-201-0/+1
* mention what ports the test suite usesDaniel Stenberg2004-02-201-0/+10
* When trying to see if there's a friendly http server on "our" port, weDaniel Stenberg2004-02-201-1/+1
* refer to FILEFORMATDaniel Stenberg2004-02-191-6/+4
* fixed the no-ssl version to return int as wellDaniel Stenberg2004-02-191-1/+1
* provide protos to the functions to prevent warningsDaniel Stenberg2004-02-191-0/+6
* typecast the type to an int on returnDaniel Stenberg2004-02-191-1/+1
* return int from test()Daniel Stenberg2004-02-191-1/+1
* provide a test() protoDaniel Stenberg2004-02-191-1/+2
* ignore moreDaniel Stenberg2004-02-171-1/+1
* return an intDaniel Stenberg2004-02-131-1/+1
* return an int, not a CURLcodeDaniel Stenberg2004-02-131-1/+1
* make the path constDaniel Stenberg2004-02-131-1/+1
* no need to run make test in the data dir anymoreDaniel Stenberg2004-02-121-3/+0
* provide a source path to the servers to make them find the tests when runDaniel Stenberg2004-02-124-6/+33
* stop doing the weirdo symlinksDaniel Stenberg2004-02-121-2/+0
* Modified the default HTTP Accept: header to only be Accept: */*Daniel Stenberg2004-02-0996-139/+139
* Removed, this was only used to work out what went wrong with test 91, andDaniel Stenberg2004-02-091-105/+0
* return 'res' to better discover test failures and to stop compiler warningsDaniel Stenberg2004-02-091-1/+1
* Uninitialized variable set.Daniel Stenberg2004-02-091-1/+1
* added the missing stdin sectionDaniel Stenberg2004-02-051-0/+4
* Made a test that sends data on stdin to PUT, with a given length andDaniel Stenberg2004-02-052-1/+47
* changed the test() function to return type intDaniel Stenberg2004-02-0511-13/+12
* added test 97, a simple test with -d post and a replacede content-typeDaniel Stenberg2004-02-022-1/+45
* when we receive a request overflow, we still dump the incoming request toDaniel Stenberg2004-01-301-0/+4
* added lib510.c for callback POST using chunked encodingDaniel Stenberg2004-01-302-1/+85
* added test 510, callback-based POST using chunked encodingDaniel Stenberg2004-01-302-1/+57