Initial Digest support. At least partly working.
[platform/upstream/curl.git] / tests /
2003-05-19 Daniel Stenbergthe proxy environment variables now may contain user...
2003-05-19 Daniel Stenbergremove debug output
2003-05-19 Daniel Stenbergsetenv support added to allow test cases to require...
2003-05-02 Daniel Stenbergsend correct cookies when using a custom Host:
2003-05-02 Daniel Stenbergfixed the format slightly
2003-05-01 Daniel StenbergFTP URL with type=a
2003-04-30 Daniel Stenbergthe test numbers are now only for human readability...
2003-04-30 Daniel Stenbergno longer assume that the test number implies servers...
2003-04-30 Daniel StenbergEach test case now specifies which server(s) it needs...
2003-04-30 Daniel Stenbergwe say welcome to test 142
2003-04-30 Daniel Stenbergverify that curl fails fine when an FTP URL with a...
2003-04-30 Daniel Stenbergok, make the test run ok too
2003-04-30 Daniel Stenbergvarious new cookie tests with a custom Host: header set
2003-04-30 Daniel Stenbergmodified to work with modified code
2003-04-30 Daniel Stenbergmodified to produce nicer output when a single test...
2003-04-30 Daniel Stenbergmake the diffs with 'diff -u' to make them nicer and...
2003-04-23 Daniel StenbergBryan Kemp's reported problems with curl and PUT from...
2003-04-15 Daniel Stenbergtypecast the setting of the size, as it might be an...
2003-04-15 Daniel Stenberginclude config.h before all system headers, so that...
2003-04-11 Daniel Stenbergverify the new url parser fix
2003-04-10 Daniel Stenbergnew ftp tests
2003-04-09 Daniel Stenbergoops, committed test code not meant to be here
2003-04-09 Daniel Stenbergthree new ftp tests
2003-04-09 Daniel Stenberg<mdtm> added
2003-04-09 Daniel StenbergMDTM support added
2003-04-04 Daniel Stenbergadjusted the formpost testcases to the new boundary...
2003-04-03 Daniel StenbergAdded log output for when the writing of the input...
2003-04-03 Daniel StenbergModified how we log data to server.input, as we can...
2003-04-03 Daniel Stenbergnew
2003-04-01 Daniel Stenbergdocumented the new killserver tag
2003-04-01 Daniel Stenbergkill the ftp server afterwards, it is just so messed up
2003-04-01 Daniel Stenberglog when we've returned verification that we are the...
2003-04-01 Daniel Stenbergsupport the new <killserver> tag
2003-04-01 Daniel Stenbergignore lib505 too
2003-04-01 Daniel Stenberglib505.c is a new test case for ftp uploading with...
2003-04-01 Daniel StenbergAdded support for the RNFR/RNTO commands
2003-03-19 Daniel Stenbergset binary mode for some file handling and it might...
2003-03-17 Daniel Stenbergmore defensive checking as platforms differ...
2003-03-16 Daniel Stenbergtypecase getpid() to int to prevent compiler warning
2003-03-15 Daniel Stenbergmissing newline added
2003-03-15 Daniel Stenbergno server needed
2003-03-15 Daniel Stenbergallow 'none' as server
2003-03-15 Daniel Stenberg* use the pid returned back from test-servers and kill...
2003-03-15 Daniel Stenbergreport pid back in the WE ROOLZ message
2003-03-15 Daniel Stenbergremoved the "banner" when the server is starting
2003-03-15 Daniel StenbergRick Jones' minor thing to build better on HPUX 11
2003-03-13 Daniel Stenberguse include path from BUILD dir since we want the config.h
2003-03-12 Daniel StenbergThis verifies that my fix for bug report #700275 works.
2003-03-12 Daniel Stenbergtest58 added
2003-03-12 Daniel StenbergAdd include files to prevent warnings on some (HPUX...
2003-03-12 Daniel Stenberginclude "config.h" from the lib's private dir
2003-03-12 Daniel StenbergSetup include path to the lib dir to enable inclusion...
2003-02-28 Daniel Stenbergmention what happens if size is set to -1
2003-02-26 Daniel Stenbergtest138 is for RETR without size and without a working...
2003-02-26 Daniel Stenbergsupport <size>-1</size> to completely disable the SIZE...
2003-02-26 Daniel Stenbergadded support for RETRNOSIZE in the control file to...
2003-02-26 Daniel Stenbergadded a test case for RETR that doesn't get the size...
2003-02-24 Daniel Stenberg7.10.4-pre2 commit
2003-02-03 Daniel Stenbergscan through the PATH as well, to find stunnel
2003-01-30 Daniel Stenbergtest case 57 - verifies that the Content-Type extractio...
2003-01-27 Daniel Stenbergtests that were not run due to restraints (the netrc...
2003-01-23 Daniel Stenbergstring.h keeps the proto for memset() on some platforms...
2003-01-23 Daniel Stenbergadded a default to the switch() in order to prevent...
2003-01-21 Daniel Stenbergskip the chmod
2003-01-21 Daniel Stenbergmake test-full in the root dir should run verbose tests...
2003-01-21 Daniel Stenbergpass srcdir to the ftps-server as well
2003-01-21 Daniel Stenbergruntests.pl now passes the sourcedir path to the httpss...
2003-01-20 Daniel Stenbergoutput summary with easy identifyable string prefixes
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-09 Daniel Stenbergadded test 136
2003-01-09 Daniel Stenbergverify -u username: with ftp to use a blank password
2003-01-09 Daniel Stenbergpass a file name to memanalyze to read from instead...
2003-01-09 Daniel Stenbergfixed to deal with file names that contain colons,...
2003-01-08 Daniel Stenbergnah, include test.h instead
2003-01-08 Daniel Stenberginclude curl.h without directory
2003-01-07 Daniel Stenbergbetter ignore
2003-01-07 Daniel Stenbergignore lib504 too
2002-12-19 Daniel Stenbergremoved fruitless attempts to overload some targets
2002-12-17 Daniel Stenbergdon't install the test programs
2002-12-16 Daniel Stenbergremoved junk
2002-12-16 Daniel StenbergAdded test case 504, using multi interface and a local...
2002-12-16 Daniel Stenbergbetter desc
2002-12-16 Daniel Stenbergmistake, this only requires http
2002-12-13 Daniel Stenbergdocumented the %-variables
2002-12-13 Daniel Stenbergfixed another space issue
2002-12-13 Daniel Stenbergplease mr CVS ignore these
2002-12-13 Daniel Stenbergset up arg2 to point to argv[2] to be used at will...
2002-12-13 Daniel Stenbergadded 503
2002-12-13 Daniel Stenbergused this to verify bug report 651460
2002-12-13 Daniel Stenbergadded support for CONNECT, both good and bad
2002-12-13 Daniel Stenbergtest case 503 entered the dir
2002-12-13 Daniel Stenberginclude files without the curl/ to reduce the risk...
2002-12-13 Daniel Stenbergone slash too many
2002-12-13 Daniel Stenberglib502.c for multi interface tests on a single URL...
2002-12-13 Daniel Stenbergtest 502, multi interface with file://
2002-12-12 Daniel Stenbergbail out on crap received, makes test case 402 *NOT...
2002-12-12 Daniel Stenbergmissing space added, nows run old tests fine again
2002-12-12 Daniel Stenbergremove test piece
2002-12-12 Daniel Stenbergmake ftps and https invoke both necessary servers
2002-12-12 Daniel Stenbergfixes
next