Age | Commit message (Expand) | Author |
2000-11-22 | working with the test suite brings things up | Daniel Stenberg |
2000-11-22 | Added --url | Daniel Stenberg |
2000-11-22 | updated the config file section | Daniel Stenberg |
2000-11-22 | Added 5.2 How can I receive all data into a large memory chunk? | Daniel Stenberg |
2000-11-21 | modified to work with printf()s that writes 0x-prefix on %p data | Daniel Stenberg |
2000-11-21 | I run the perl programs with 'perl [script]' instead, to overcome the | Daniel Stenberg |
2000-11-21 | upload check, better ability to specify test cases on the command line | Daniel Stenberg |
2000-11-21 | REST support seems to work | Daniel Stenberg |
2000-11-21 | Added the uploadN.txt description | Daniel Stenberg |
2000-11-21 | FTP test case data | Daniel Stenberg |
2000-11-21 | set rangestringalloc to 0 after the string has been freed to prevent it | Daniel Stenberg |
2000-11-21 | uses the "internal" mprintf() routines for formatted output | Daniel Stenberg |
2000-11-21 | bad directory name extractor fixed, now always free the file and directory | Daniel Stenberg |
2000-11-21 | curl_unescape() did not stop at the set length properly when %-codes were | Daniel Stenberg |
2000-11-21 | added a command line log that logs all command lines run in the complete | Daniel Stenberg |
2000-11-21 | FTP test case data | Daniel Stenberg |
2000-11-21 | httpN => protN and some other minor updates | Daniel Stenberg |
2000-11-21 | says nothing if no errors were found | Daniel Stenberg |
2000-11-21 | Added support for verifiedserver that returns a static silly string that | Daniel Stenberg |
2000-11-21 | starts and stops both HTTP and FTP servers now | Daniel Stenberg |
2000-11-21 | removed the twice free_config_all() calls | Daniel Stenberg |
2000-11-21 | added some defensive code around the GetHost()'s third argument result | Daniel Stenberg |
2000-11-21 | GetHost() now sets the third pointer to NULL when the lookup fails, as the | Daniel Stenberg |
2000-11-21 | when using PORT, we now free the host name buffer properly | Daniel Stenberg |
2000-11-21 | http* is now prot* since we're about to use other protocols as well | Daniel Stenberg |
2000-11-21 | attempt to use a bad protocol | Daniel Stenberg |
2000-11-21 | NLST does a LIST (a normal unix ftp client 'ls' becomes NLST) | Daniel Stenberg |
2000-11-21 | STOR works! | Daniel Stenberg |
2000-11-21 | removed the storenonprintable function as it isn't used anymore | Daniel Stenberg |
2000-11-21 | fancier login text | Daniel Stenberg |
2000-11-21 | removed the forks, we don't need forking for single-task testing | Daniel Stenberg |
2000-11-21 | runtests.pl -c should be -a | Daniel Stenberg |
2000-11-21 | removed pedantic compiler warnings | Daniel Stenberg |
2000-11-21 | removed two unused variables and added an extra set of parentheses, done | Daniel Stenberg |
2000-11-21 | typecasted the argument to isspace() to int, to remove a pedantic compiler | Daniel Stenberg |
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 |