44137c79 | 21-Nov-2000 |
Daniel Stenberg |
fancier login text removed lots of wasted comments cleaned up a little STOR doesn't work |
19a754dc | 21-Nov-2000 |
Daniel Stenberg |
removed the forks, we don't need forking for single-task testing |
641351ee | 21-Nov-2000 |
Daniel Stenberg |
runtests.pl -c should be -a |
7b49d40b | 21-Nov-2000 |
Daniel Stenberg |
removed pedantic compiler warnings |
3e5ba33e | 21-Nov-2000 |
Daniel Stenberg |
removed two unused variables and added an extra set of parentheses, done to remove pedantic compiler warnings |
9a9013ac | 21-Nov-2000 |
Daniel Stenberg |
typecasted the argument to isspace() to int, to remove a pedantic compiler warning |
59693250 | 21-Nov-2000 |
Daniel Stenberg |
includes http.h for the proxytunnel stuff |
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 |