336b0b7d | 21-Nov-2000 |
Daniel Stenberg |
added comment on a variable that is unused on some platforms |
f22c690b | 20-Nov-2000 |
Daniel Stenberg |
flushes the log handles before fork, now the logs work too! |
05ec503e | 20-Nov-2000 |
Daniel Stenberg |
QUIT works, and now I can run a unix ftp client against the server and it runs pretty good |
4b8fd86f | 20-Nov-2000 |
Daniel Stenberg |
CWD runs |
16cf5ee1 | 20-Nov-2000 |
Daniel Stenberg |
RETR seems to work too |
a7937ed4 | 20-Nov-2000 |
Daniel Stenberg |
this is now a working ftp server, both PASV and PORT run fine, LIST works, RETR and STORE don't |
4c0bae36 | 20-Nov-2000 |
Daniel Stenberg |
changed the comment for URL_MAX_LENGTH |
4a7d62c8 | 20-Nov-2000 |
Daniel Stenberg |
formfree, config file, --url, more testcases, infinite URL lengths and more |
d4a4b564 | 20-Nov-2000 |
Daniel Stenberg |
extremely long URL test |
5d4bceda | 20-Nov-2000 |
Daniel Stenberg |
removed URL size restrictions, dynamically allocates the needed buffer size instead |
42280e95 | 20-Nov-2000 |
Daniel Stenberg |
removed URL size restrictions |
b2ad1f68 | 20-Nov-2000 |
Daniel Stenberg |
this is the first attempt of a tiny and simple ftp server in perl for curl test purposes |
13e9a4d8 | 20-Nov-2000 |
Daniel Stenberg |
added a description about the memory checks |
9c0d9784 | 20-Nov-2000 |
Daniel Stenberg |
no more "leaked" memory when this fails on various kinds of bad usage |
91c87946 | 20-Nov-2000 |
Daniel Stenberg |
Alexander Kourakos's lowercase environment variable fix |
bda9fde4 | 18-Nov-2000 |
Daniel Stenberg |
spell correction resolv => resolve in two error messages |
0def60bf | 17-Nov-2000 |
Daniel Stenberg |
now supports checks for exit codes and check for memory even when curl returns (expected) exit code |
16654350 | 17-Nov-2000 |
Daniel Stenberg |
graceful failure test |
aa86f697 | 17-Nov-2000 |
Daniel Stenberg |
output FAILED properly even when -s is used |
e48747d9 | 17-Nov-2000 |
Daniel Stenberg |
updated to the new stdout stuff and the new -a option |
0a72154c | 17-Nov-2000 |
Daniel Stenberg |
fixed strdup() of a NULL pointer |
3e6a354c | 17-Nov-2000 |
Daniel Stenberg |
now exits and alerts on bad uses of strdup() and free() |
f0b8aac3 | 17-Nov-2000 |
Daniel Stenberg |
updated to the new stdout file behaviour of runtests.pl |
ec3054e1 | 17-Nov-2000 |
Daniel Stenberg |
make test in root now runs make quiet-test in the test dir |
7c6414eb | 17-Nov-2000 |
Daniel Stenberg |
uses stricter output |