aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2004-04-06require ssl since ntlm needs itDaniel Stenberg
2004-04-06New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
2004-03-31added swsbounceDaniel Stenberg
2004-03-31test 153 tests Digest authorization and stale=true stuffDaniel Stenberg
2004-03-31Added "swsbounce" magic: if this keyword is present in a <data> section itDaniel Stenberg
sets the "swsbounce" magic mode. If there follows a request for the SAME test number and the SAME part number, this mode will make the server bump the part number internally and thus return a different <dataNUM> section than it otherwise would. Test case 153 uses this in case you need an example. It is pretty involved and hard-to-use, but then the situation is pretty special over all. Enjoy.
2004-03-31Fixed how the user name is extracted from http_proxy environment variableDaniel Stenberg
when set.
2004-03-30David Byron's new test cases for the --fail and auth stuff.Daniel Stenberg
2004-03-29All test targets now run 'make all' before they prcoeed with the actualDaniel Stenberg
testing so that all test files are build first properly. David Byron reported.
2004-03-29fix to figure out the "real" windows path when built and run with mingwDaniel Stenberg
Andrés García helped out!
2004-03-25Tor Arntsen fixed how this is invokedDaniel Stenberg
2004-03-25detect daily snapshots using the new path for this testDaniel Stenberg
2004-03-25invoke this script via env, as it is more likely to exist at a fixed pathDaniel Stenberg
while perl often is installed in /usr/local/bin or elsewhere
2004-03-24Tor Arntsen's mkdir-fix to make this run with perl 5.0005Daniel Stenberg
2004-03-24Avoid doing chdir .., as it breaks the ability to use symlinks properly.Daniel Stenberg
chdir to absolute directory names instead. (this flaw exists in the shell version too)
2004-03-23distribute testcurl.pl too starting nowDaniel Stenberg
2004-03-23Greg Hewgill's version of testcurl.sh rewritten in perl for greaterDaniel Stenberg
portability. I put it in this directory instead of the root since I think perhaps it makes more sense.
2004-03-23minor variable type cleanupsDaniel Stenberg
2004-03-23minor edits to make picky compilers whine lessDaniel Stenberg
2004-03-22Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg
2004-03-12minor variable type fixDaniel Stenberg
2004-03-10use size_t for string lengthsDaniel Stenberg
2004-03-09Added -I$(top_srcdir)/include, since lib/setup.h might include files fromDaniel Stenberg
the external curl include dir.
2004-03-09Andrés García-fix to make it build with mingwDaniel Stenberg
2004-03-05issue 12 fixDaniel Stenberg
2004-03-05Major rewrite of the test HTTP server to allow more fancy features to makeDaniel Stenberg
better tests with the issue12-patch applied. This change also includes Andrés García's win32-fixes. Made the logging look better/more readable in sws.log
2004-03-03removed include stuff now handled by test.hDaniel Stenberg
2004-03-03We let this file include more generic headers that many libtests need anywayDaniel Stenberg
to reduce the amount of #include stuff in each single libNNN.c file. unistd.h was added to prevent select() warnings on FreeBSD
2004-03-01large_file is a new feature we can require for a specific testDaniel Stenberg
2004-03-01support 'large_file' as a feature to require for specific tests (such asDaniel Stenberg
test 99)
2004-03-01added test 99, very basic initial large file testDaniel Stenberg
2004-03-01Report the correct size when 'verifiedserver' is requested.Daniel Stenberg
2004-02-27Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg
it disconnects the TCP connection, like a good ftp client should!
2004-02-26we need to hide this warning since it otherwise appears on all verifiedserverDaniel Stenberg
requests to the ftp server!
2004-02-26Kill the server when this test is done, as other FTP-tests sometimesDaniel Stenberg
have problems otherwise.
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
that to loadtest properly.
2004-02-26modified loadtest() to produce better error message when it fails to loadDaniel Stenberg
a test file
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
without proto
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
only accept return code 7 to indicate that there's no server present.
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