5aa5ecb2 | 21-Nov-2000 |
Daniel Stenberg |
modified to work with printf()s that writes 0x-prefix on %p data |
20dd0670 | 21-Nov-2000 |
Daniel Stenberg |
I run the perl programs with 'perl [script]' instead, to overcome the hardcoded-path-in-scripts problem. |
43e1e1cd | 21-Nov-2000 |
Daniel Stenberg |
upload check, better ability to specify test cases on the command line |
55b7c1c3 | 21-Nov-2000 |
Daniel Stenberg |
REST support seems to work NLST sends an NLST-looking list renamed the upload file |
190ecd65 | 21-Nov-2000 |
Daniel Stenberg |
Added the uploadN.txt description |
2677c27b | 21-Nov-2000 |
Daniel Stenberg |
FTP test case data |
c9381665 | 21-Nov-2000 |
Daniel Stenberg |
set rangestringalloc to 0 after the string has been freed to prevent it from being freed twice (a NULL free the second time) |
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 |