Age | Commit message (Expand) | Author |
2000-11-21 | includes http.h for the proxytunnel stuff | Daniel Stenberg |
2000-11-21 | added comment on a variable that is unused on some platforms | Daniel Stenberg |
2000-11-20 | flushes the log handles before fork, now the logs work too! | Daniel Stenberg |
2000-11-20 | QUIT works, and now I can run a unix ftp client against the server and it | Daniel Stenberg |
2000-11-20 | CWD runs | Daniel Stenberg |
2000-11-20 | RETR seems to work too | Daniel Stenberg |
2000-11-20 | this is now a working ftp server, both PASV and PORT run fine, LIST works, | Daniel Stenberg |
2000-11-20 | changed the comment for URL_MAX_LENGTH | Daniel Stenberg |
2000-11-20 | formfree, config file, --url, more testcases, infinite URL lengths and more | Daniel Stenberg |
2000-11-20 | extremely long URL test | Daniel Stenberg |
2000-11-20 | removed URL size restrictions, dynamically allocates the needed buffer | Daniel Stenberg |
2000-11-20 | removed URL size restrictions | Daniel Stenberg |
2000-11-20 | this is the first attempt of a tiny and simple ftp server in perl for curl | Daniel Stenberg |
2000-11-20 | added a description about the memory checks | Daniel Stenberg |
2000-11-20 | no more "leaked" memory when this fails on various kinds of bad usage | Daniel Stenberg |
2000-11-20 | Alexander Kourakos's lowercase environment variable fix | Daniel Stenberg |
2000-11-18 | spell correction resolv => resolve in two error messages | Daniel Stenberg |
2000-11-17 | now supports checks for exit codes and check for memory even when curl | Daniel Stenberg |
2000-11-17 | graceful failure test | Daniel Stenberg |
2000-11-17 | output FAILED properly even when -s is used | Daniel Stenberg |
2000-11-17 | updated to the new stdout stuff and the new -a option | Daniel Stenberg |
2000-11-17 | fixed strdup() of a NULL pointer | Daniel Stenberg |
2000-11-17 | now exits and alerts on bad uses of strdup() and free() | Daniel Stenberg |
2000-11-17 | updated to the new stdout file behaviour of runtests.pl | Daniel Stenberg |
2000-11-17 | make test in root now runs make quiet-test in the test dir | Daniel Stenberg |
2000-11-17 | uses stricter output | Daniel Stenberg |
2000-11-17 | better stdout check, full support for memory debug tests | Daniel Stenberg |
2000-11-17 | multiple URL test | Daniel Stenberg |
2000-11-17 | curl_formfree() added | Daniel Stenberg |
2000-11-17 | this has been missing all the time... | Daniel Stenberg |
2000-11-17 | added curl_formfree() | Daniel Stenberg |
2000-11-17 | now includes stdlib.h | Daniel Stenberg |
2000-11-17 | memory leak cleanup campaign | Daniel Stenberg |
2000-11-17 | allows \r \n \t \v in config file parameters within quotes | Daniel Stenberg |
2000-11-17 | config file test | Daniel Stenberg |
2000-11-17 | changed the 'port' field to long to better work with the va_arg() system | Daniel Stenberg |
2000-11-17 | major config file hack, now works a lot better and slightly different | Daniel Stenberg |
2000-11-16 | moved out the FTP part | Daniel Stenberg |
2000-11-16 | forgot to commit before | Daniel Stenberg |
2000-11-16 | data->err must be used, not stderr | Daniel Stenberg |
2000-11-15 | fixed crash in config file parser | Daniel Stenberg |
2000-11-15 | updated to catch bug 122480 | Daniel Stenberg |
2000-11-15 | not printf()ing %s normally for character that weren't isprint() made things | Daniel Stenberg |
2000-11-15 | 'use strict' compliant | Daniel Stenberg |
2000-11-15 | proxy authorization test case | Daniel Stenberg |
2000-11-15 | now sorts the test cases when "all" is used | Daniel Stenberg |
2000-11-15 | 'use strict' compliant | Daniel Stenberg |
2000-11-14 | removed some /= 256 that was wrongly left | Daniel Stenberg |
2000-11-14 | added help text on -h | Daniel Stenberg |
2000-11-14 | more decriptions | Daniel Stenberg |