aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-21removed pedantic compiler warningsDaniel Stenberg
2000-11-21removed two unused variables and added an extra set of parentheses, doneDaniel Stenberg
to remove pedantic compiler warnings
2000-11-21typecasted the argument to isspace() to int, to remove a pedantic compilerDaniel Stenberg
warning
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
runs pretty good
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
RETR and STORE don't
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
size instead
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
test purposes
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
returns (expected) exit code
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
Added --url to allow URLs to be specified in the config file that way
2000-11-16moved out the FTP partDaniel Stenberg
2000-11-16forgot to commit beforeDaniel Stenberg
2000-11-16data->err must be used, not stderrDaniel Stenberg
2000-11-15fixed crash in config file parserDaniel Stenberg
2000-11-15updated to catch bug 122480Daniel Stenberg
2000-11-15not printf()ing %s normally for character that weren't isprint() made thingsDaniel Stenberg
go weird, had to remove this. I should use trio soon for all the *printf() stuff as this is too broken
2000-11-15'use strict' compliantDaniel Stenberg
better complains if there are missing input files for a test case explaced exit-calls with returns instead
2000-11-15proxy authorization test caseDaniel Stenberg
2000-11-15now sorts the test cases when "all" is usedDaniel Stenberg
2000-11-15'use strict' compliantDaniel Stenberg