Age | Commit message (Expand) | Author |
2003-04-15 | typecast the setting of the size, as it might be an off_t which is bigger | Daniel Stenberg |
2003-04-15 | include config.h before all system headers, so that _FILE_OFFSET_BITS and | Daniel Stenberg |
2003-04-11 | verify the new url parser fix | Daniel Stenberg |
2003-04-10 | new ftp tests | Daniel Stenberg |
2003-04-09 | oops, committed test code not meant to be here | Daniel Stenberg |
2003-04-09 | three new ftp tests | Daniel Stenberg |
2003-04-09 | <mdtm> added | Daniel Stenberg |
2003-04-09 | MDTM support added | Daniel Stenberg |
2003-04-04 | adjusted the formpost testcases to the new boundary string construction | Daniel Stenberg |
2003-04-03 | Added log output for when the writing of the input HTTP request is successful | Daniel Stenberg |
2003-04-03 | Modified how we log data to server.input, as we can't keep the file open | Daniel Stenberg |
2003-04-03 | new | Daniel Stenberg |
2003-04-01 | documented the new killserver tag | Daniel Stenberg |
2003-04-01 | kill the ftp server afterwards, it is just so messed up | Daniel Stenberg |
2003-04-01 | log when we've returned verification that we are the test server | Daniel Stenberg |
2003-04-01 | support the new <killserver> tag | Daniel Stenberg |
2003-04-01 | ignore lib505 too | Daniel Stenberg |
2003-04-01 | lib505.c is a new test case for ftp uploading with rename | Daniel Stenberg |
2003-04-01 | Added support for the RNFR/RNTO commands | Daniel Stenberg |
2003-03-19 | set binary mode for some file handling and it might work better on some | Daniel Stenberg |
2003-03-17 | more defensive checking as platforms differ... | Daniel Stenberg |
2003-03-16 | typecase getpid() to int to prevent compiler warning | Daniel Stenberg |
2003-03-15 | missing newline added | Daniel Stenberg |
2003-03-15 | no server needed | Daniel Stenberg |
2003-03-15 | allow 'none' as server | Daniel Stenberg |
2003-03-15 | * use the pid returned back from test-servers and kill them before starting | Daniel Stenberg |
2003-03-15 | report pid back in the WE ROOLZ message | Daniel Stenberg |
2003-03-15 | removed the "banner" when the server is starting | Daniel Stenberg |
2003-03-15 | Rick Jones' minor thing to build better on HPUX 11 | Daniel Stenberg |
2003-03-13 | use include path from BUILD dir since we want the config.h | Daniel Stenberg |
2003-03-12 | This verifies that my fix for bug report #700275 works. | Daniel Stenberg |
2003-03-12 | test58 added | Daniel Stenberg |
2003-03-12 | Add include files to prevent warnings on some (HPUX) systems. | Daniel Stenberg |
2003-03-12 | include "config.h" from the lib's private dir | Daniel Stenberg |
2003-03-12 | Setup include path to the lib dir to enable inclusion of "config.h" | Daniel Stenberg |
2003-02-28 | mention what happens if size is set to -1 | Daniel Stenberg |
2003-02-26 | test138 is for RETR without size and without a working SIZE | Daniel Stenberg |
2003-02-26 | support <size>-1</size> to completely disable the SIZE command | Daniel Stenberg |
2003-02-26 | added support for RETRNOSIZE in the control file to tell RETR to not | Daniel Stenberg |
2003-02-26 | added a test case for RETR that doesn't get the size in the 150-reply | Daniel Stenberg |
2003-02-24 | 7.10.4-pre2 commit | Daniel Stenberg |
2003-02-03 | scan through the PATH as well, to find stunnel | Daniel Stenberg |
2003-01-30 | test case 57 - verifies that the Content-Type extraction does not stop on | Daniel Stenberg |
2003-01-27 | tests that were not run due to restraints (the netrc-tests) were counted | Daniel Stenberg |
2003-01-23 | string.h keeps the proto for memset() on some platforms, used for FD_ZERO | Daniel Stenberg |
2003-01-23 | added a default to the switch() in order to prevent a compiler warning | Daniel Stenberg |
2003-01-21 | skip the chmod | Daniel Stenberg |
2003-01-21 | make test-full in the root dir should run verbose tests but not stop on | Daniel Stenberg |
2003-01-21 | pass srcdir to the ftps-server as well | Daniel Stenberg |
2003-01-21 | runtests.pl now passes the sourcedir path to the httpsserver.pl script | Daniel Stenberg |