50d564b4 | 21-Nov-2000 |
Daniel Stenberg |
uses the "internal" mprintf() routines for formatted output |
29d21bea | 21-Nov-2000 |
Daniel Stenberg |
bad directory name extractor fixed, now always free the file and directory very early, as that could leak memory before |
b734bc37 | 21-Nov-2000 |
Daniel Stenberg |
curl_unescape() did not stop at the set length properly when %-codes were used |
2c123051 | 21-Nov-2000 |
Daniel Stenberg |
added a command line log that logs all command lines run in the complete test run |
b82fa8d9 | 21-Nov-2000 |
Daniel Stenberg |
FTP test case data |
c84aa663 | 21-Nov-2000 |
Daniel Stenberg |
httpN => protN and some other minor updates |
7db43ae0 | 21-Nov-2000 |
Daniel Stenberg |
says nothing if no errors were found |
ae58d844 | 21-Nov-2000 |
Daniel Stenberg |
Added support for verifiedserver that returns a static silly string that allows the test script to verify that it is our test server running on the particular port |
eb993c28 | 21-Nov-2000 |
Daniel Stenberg |
starts and stops both HTTP and FTP servers now checks memanalyze output better filters PORT output when doing FTP compares |
2830504f | 21-Nov-2000 |
Daniel Stenberg |
removed the twice free_config_all() calls made the big config struct local (big . => -> replace) |
2a5e68ea | 21-Nov-2000 |
Daniel Stenberg |
added some defensive code around the GetHost()'s third argument result |
c06f7266 | 21-Nov-2000 |
Daniel Stenberg |
GetHost() now sets the third pointer to NULL when the lookup fails, as the memory is then freed in the function |
52909688 | 21-Nov-2000 |
Daniel Stenberg |
when using PORT, we now free the host name buffer properly |
c1474b95 | 21-Nov-2000 |
Daniel Stenberg |
http* is now prot* since we're about to use other protocols as well |
708e9cf2 | 21-Nov-2000 |
Daniel Stenberg |
attempt to use a bad protocol |
70778f2c | 21-Nov-2000 |
Daniel Stenberg |
NLST does a LIST (a normal unix ftp client 'ls' becomes NLST) multiple transfers are supported |
bdb411c6 | 21-Nov-2000 |
Daniel Stenberg |
STOR works! |
56ac1324 | 21-Nov-2000 |
Daniel Stenberg |
removed the storenonprintable function as it isn't used anymore |
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 |