summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* getting only a 100 Continue response and nothing else, when talking HTTP,Daniel Stenberg2004-04-072-22/+69
* require ssl since ntlm needs itDaniel Stenberg2004-04-061-0/+4
* New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg2004-04-065-3/+322
* added swsbounceDaniel Stenberg2004-03-311-1/+11
* test 153 tests Digest authorization and stale=true stuffDaniel Stenberg2004-03-312-1/+122
* Added "swsbounce" magic: if this keyword is present in a <data> section itDaniel Stenberg2004-03-311-8/+32
* Fixed how the user name is extracted from http_proxy environment variableDaniel Stenberg2004-03-311-1/+1
* David Byron's new test cases for the --fail and auth stuff.Daniel Stenberg2004-03-304-1/+166
* All test targets now run 'make all' before they prcoeed with the actualDaniel Stenberg2004-03-291-6/+3
* fix to figure out the "real" windows path when built and run with mingwDaniel Stenberg2004-03-291-4/+43
* Tor Arntsen fixed how this is invokedDaniel Stenberg2004-03-251-1/+4
* detect daily snapshots using the new path for this testDaniel Stenberg2004-03-251-1/+1
* invoke this script via env, as it is more likely to exist at a fixed pathDaniel Stenberg2004-03-251-1/+1
* Tor Arntsen's mkdir-fix to make this run with perl 5.0005Daniel Stenberg2004-03-241-1/+1
* Avoid doing chdir .., as it breaks the ability to use symlinks properly.Daniel Stenberg2004-03-241-2/+2
* distribute testcurl.pl too starting nowDaniel Stenberg2004-03-231-1/+1
* Greg Hewgill's version of testcurl.sh rewritten in perl for greaterDaniel Stenberg2004-03-231-0/+409
* minor variable type cleanupsDaniel Stenberg2004-03-233-8/+9
* minor edits to make picky compilers whine lessDaniel Stenberg2004-03-231-6/+5
* Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg2004-03-227-9/+9
* 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