When re-using a connection, the path pointers were not setup properly so
[platform/upstream/curl.git] / tests /
2001-05-10 Daniel Stenbergadded ftpsserver.pl stunnel.pm
2001-05-07 Daniel StenbergAdded stunnel.pem
2001-05-04 Daniel Stenberg'FILE *' changed to 'void *' in all callback functions
2001-04-27 Daniel Stenbergnew
2001-04-26 Daniel Stenbergsplit curl and libcurl into two strings in the initial...
2001-04-24 Daniel Stenbergno name no test
2001-04-24 Daniel StenbergSSL based tests
2001-04-24 Daniel Stenbergnew tests, new server invoke system
2001-04-24 Daniel Stenbergfixed
2001-04-24 Daniel Stenbergstunnel and diff are added requirements
2001-03-23 Daniel Stenbergmatch the new never-read-body when doing HEAD
2001-03-19 Daniel Stenbergtest case 39 added, HTTP location and continue
2001-03-14 Daniel Stenbergadded a missing \
2001-03-14 Daniel Stenbergalways append the incoming request to the server.input...
2001-03-14 Daniel Stenbergupdated to work with the modified http server
2001-03-14 Daniel StenbergAdded test case 38
2001-03-13 Daniel Stenbergmade 'X to Y' sequences not include X twice
2001-03-13 Daniel Stenbergcorrected the chunked format
2001-03-13 Daniel StenbergEXTRA_DIST got too long, I shortened it now but we...
2001-03-13 Daniel StenbergAdded test case 37, HTTP GET with name+password in...
2001-03-12 Daniel StenbergAdded test case 36:
2001-03-12 Daniel Stenbergmodified to make the curl client with persistant connec...
2001-03-12 Daniel Stenberginclude the failed test case numbers in the end summary
2001-03-12 Daniel StenbergAdded description of the new test case ranges support
2001-03-12 Daniel Stenbergmade it support test case ranges on the command line...
2001-03-12 Daniel Stenbergadjusted to work with the HTTP 1.1-speaking libcurl
2001-03-12 Daniel Stenbergoutput the protocol data to stderr when verbose is on
2001-03-08 Daniel StenbergHTTP HEAD tests
2001-03-08 Daniel Stenbergclarified the 0001-files use a bit, I couldn't understa...
2001-03-08 Daniel StenbergAdded test #34 - HTTP GET with chunked Transfer-Encoding
2001-03-05 Daniel Stenbergmore details on debugging with the test suite
2001-03-05 Daniel Stenbergshow the ftp server invoke line when -d is used
2001-03-05 Daniel Stenbergtalks more on verbose
2001-03-04 Daniel Stenbergruntests -g explained
2001-03-04 Daniel Stenbergpersistant support protocol updates
2001-03-04 Daniel Stenberg7.7 alpha 2 commit
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-02-20 Daniel Stenberg-g runs the specified test(s) with gdb!
2001-01-29 Daniel Stenbergremoved upload.NN files after each test
2001-01-29 Daniel Stenbergtest case 33, HTTP PUT resume
2001-01-27 Daniel Stenbergtest case 31 and 32 were added
2001-01-27 Daniel Stenbergminor output fix
2001-01-27 Daniel StenbergAdded -d that enables easier protocol/server debug...
2001-01-27 Daniel Stenbergadded test 29 and 30, HTTP resume and partial download...
2001-01-22 Daniel Stenbergthe custom reply engine was not inited properly
2001-01-22 Daniel Stenbergtest case 121
2001-01-22 Daniel StenbergAdded test case 120, ftp with '-Q -'
2001-01-19 Daniel StenbergAdded files for test case 28
2001-01-19 Daniel Stenberg--globoff test case
2001-01-09 Daniel StenbergAdded two tests for multiple URLs (26 + 27)
2001-01-08 Daniel StenbergLoic Dachary's updates to get 'make distcheck' work...
2001-01-08 Daniel Stenberg'make distcheck' works now
2001-01-08 Daniel StenbergHad to add this to get 'make distcheck' to run!
2001-01-08 Daniel Stenbergdistcheck fixes
2001-01-08 Daniel StenbergLoic Dachary's makefile/dist/rpm fixes
2000-12-05 Daniel Stenberguses the PERL variable configure digs up
2000-11-28 Daniel Stenbergnow counts all test cases and presents a counter at...
2000-11-28 Daniel Stenbergmax-redirs test case data
2000-11-27 Daniel Stenbergmodified for ftp custom commands
2000-11-27 Daniel Stenbergallows simple custom modifications for single test...
2000-11-27 Daniel StenbergAdded the ftpdN.txt file
2000-11-27 Daniel Stenbergftp graceful error detection check data
2000-11-27 Daniel Stenbergfile:// test data
2000-11-27 Daniel Stenbergif the server doesn't output a logfile, the protocol...
2000-11-22 Daniel Stenbergadjusted to modified FTP behaviour
2000-11-22 Daniel StenbergAdded a curl-target to make it easier to build from...
2000-11-22 Daniel StenbergHTTP GET fail silently on HTTP error return
2000-11-21 Daniel StenbergI run the perl programs with 'perl [script]' instead...
2000-11-21 Daniel Stenbergupload check, better ability to specify test cases...
2000-11-21 Daniel StenbergREST support seems to work
2000-11-21 Daniel StenbergAdded the uploadN.txt description
2000-11-21 Daniel StenbergFTP test case data
2000-11-21 Daniel Stenbergadded a command line log that logs all command lines...
2000-11-21 Daniel StenbergFTP test case data
2000-11-21 Daniel StenberghttpN => protN and some other minor updates
2000-11-21 Daniel StenbergAdded support for verifiedserver that returns a static...
2000-11-21 Daniel Stenbergstarts and stops both HTTP and FTP servers now
2000-11-21 Daniel Stenberghttp* is now prot* since we're about to use other proto...
2000-11-21 Daniel Stenbergattempt to use a bad protocol
2000-11-21 Daniel StenbergNLST does a LIST (a normal unix ftp client 'ls' becomes...
2000-11-21 Daniel StenbergSTOR works!
2000-11-21 Daniel Stenbergfancier login text
2000-11-21 Daniel Stenbergremoved the forks, we don't need forking for single...
2000-11-21 Daniel Stenbergruntests.pl -c should be -a
2000-11-20 Daniel Stenbergflushes the log handles before fork, now the logs work...
2000-11-20 Daniel StenbergQUIT works, and now I can run a unix ftp client against...
2000-11-20 Daniel StenbergCWD runs
2000-11-20 Daniel StenbergRETR seems to work too
2000-11-20 Daniel Stenbergthis is now a working ftp server, both PASV and PORT...
2000-11-20 Daniel Stenbergextremely long URL test
2000-11-20 Daniel Stenbergthis is the first attempt of a tiny and simple ftp...
2000-11-20 Daniel Stenbergadded a description about the memory checks
2000-11-17 Daniel Stenbergnow supports checks for exit codes and check for memory...
2000-11-17 Daniel Stenberggraceful failure test
2000-11-17 Daniel Stenbergoutput FAILED properly even when -s is used
2000-11-17 Daniel Stenbergupdated to the new stdout stuff and the new -a option
2000-11-17 Daniel Stenbergupdated to the new stdout file behaviour of runtests.pl
2000-11-17 Daniel Stenbergmake test in root now runs make quiet-test in the test dir
2000-11-17 Daniel Stenberguses stricter output
2000-11-17 Daniel Stenbergbetter stdout check, full support for memory debug...
next