aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-11-21when using PORT, we now free the host name buffer properlyDaniel Stenberg
2000-11-21http* is now prot* since we're about to use other protocols as wellDaniel Stenberg
2000-11-21attempt to use a bad protocolDaniel Stenberg
2000-11-21NLST does a LIST (a normal unix ftp client 'ls' becomes NLST)Daniel Stenberg
2000-11-21STOR works!Daniel Stenberg
2000-11-21removed the storenonprintable function as it isn't used anymoreDaniel Stenberg
2000-11-21fancier login textDaniel Stenberg
2000-11-21removed the forks, we don't need forking for single-task testingDaniel Stenberg
2000-11-21runtests.pl -c should be -aDaniel Stenberg
2000-11-21removed pedantic compiler warningsDaniel Stenberg
2000-11-21removed two unused variables and added an extra set of parentheses, doneDaniel Stenberg
2000-11-21typecasted the argument to isspace() to int, to remove a pedantic compilerDaniel Stenberg
2000-11-21includes http.h for the proxytunnel stuffDaniel Stenberg
2000-11-21added comment on a variable that is unused on some platformsDaniel Stenberg
2000-11-20flushes the log handles before fork, now the logs work too!Daniel Stenberg
2000-11-20QUIT works, and now I can run a unix ftp client against the server and itDaniel Stenberg
2000-11-20CWD runsDaniel Stenberg
2000-11-20RETR seems to work tooDaniel Stenberg
2000-11-20this is now a working ftp server, both PASV and PORT run fine, LIST works,Daniel Stenberg
2000-11-20changed the comment for URL_MAX_LENGTHDaniel Stenberg
2000-11-20formfree, config file, --url, more testcases, infinite URL lengths and moreDaniel Stenberg
2000-11-20extremely long URL testDaniel Stenberg
2000-11-20removed URL size restrictions, dynamically allocates the needed bufferDaniel Stenberg
2000-11-20removed URL size restrictionsDaniel Stenberg
2000-11-20this is the first attempt of a tiny and simple ftp server in perl for curlDaniel Stenberg
2000-11-20added a description about the memory checksDaniel Stenberg
2000-11-20no more "leaked" memory when this fails on various kinds of bad usageDaniel Stenberg
2000-11-20Alexander Kourakos's lowercase environment variable fixDaniel Stenberg
2000-11-18spell correction resolv => resolve in two error messagesDaniel Stenberg
2000-11-17now supports checks for exit codes and check for memory even when curlDaniel Stenberg
2000-11-17graceful failure testDaniel Stenberg
2000-11-17output FAILED properly even when -s is usedDaniel Stenberg
2000-11-17updated to the new stdout stuff and the new -a optionDaniel Stenberg
2000-11-17fixed strdup() of a NULL pointerDaniel Stenberg
2000-11-17now exits and alerts on bad uses of strdup() and free()Daniel Stenberg
2000-11-17updated to the new stdout file behaviour of runtests.plDaniel Stenberg
2000-11-17make test in root now runs make quiet-test in the test dirDaniel Stenberg
2000-11-17uses stricter outputDaniel Stenberg
2000-11-17better stdout check, full support for memory debug testsDaniel Stenberg
2000-11-17multiple URL testDaniel Stenberg
2000-11-17curl_formfree() addedDaniel Stenberg
2000-11-17this has been missing all the time...Daniel Stenberg
2000-11-17added curl_formfree()Daniel Stenberg
2000-11-17now includes stdlib.hDaniel Stenberg
2000-11-17memory leak cleanup campaignDaniel Stenberg
2000-11-17allows \r \n \t \v in config file parameters within quotesDaniel Stenberg
2000-11-17config file testDaniel Stenberg
2000-11-17changed the 'port' field to long to better work with the va_arg() systemDaniel Stenberg
2000-11-17major config file hack, now works a lot better and slightly differentDaniel Stenberg
2000-11-16moved out the FTP partDaniel Stenberg