aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2000-11-15'use strict' compliantDaniel Stenberg
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
2000-11-14removed some /= 256 that was wrongly leftDaniel Stenberg
2000-11-14added help text on -hDaniel Stenberg
2000-11-14more decriptionsDaniel Stenberg
2000-11-14removed lots of external program dependencies (for windows compliance)Daniel Stenberg
2000-11-13somewhat more functioning FTPDaniel Stenberg
2000-11-13basic and early ftp supportDaniel Stenberg
2000-11-13logs stderr as well now, which is good if the program crashes, and alsoDaniel Stenberg
2000-11-13*** empty log message ***Daniel Stenberg
2000-11-13moved the followlocation field from the http struct to the urldata structDaniel Stenberg
2000-11-13updatedDaniel Stenberg
2000-11-13converted shell script to perlDaniel Stenberg
2000-11-13more test case dataDaniel Stenberg