summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-11-22Added --cacertDaniel Stenberg
2000-11-22working with the test suite brings things upDaniel Stenberg
2000-11-22Added --urlDaniel Stenberg
2000-11-22updated the config file sectionDaniel Stenberg
2000-11-22Added 5.2 How can I receive all data into a large memory chunk?Daniel Stenberg
2000-11-21modified to work with printf()s that writes 0x-prefix on %p dataDaniel Stenberg
2000-11-21I run the perl programs with 'perl [script]' instead, to overcome theDaniel Stenberg
2000-11-21upload check, better ability to specify test cases on the command lineDaniel Stenberg
2000-11-21REST support seems to workDaniel Stenberg
2000-11-21Added the uploadN.txt descriptionDaniel Stenberg
2000-11-21FTP test case dataDaniel Stenberg
2000-11-21set rangestringalloc to 0 after the string has been freed to prevent itDaniel Stenberg
2000-11-21uses the "internal" mprintf() routines for formatted outputDaniel Stenberg
2000-11-21bad directory name extractor fixed, now always free the file and directoryDaniel Stenberg
2000-11-21curl_unescape() did not stop at the set length properly when %-codes wereDaniel Stenberg
2000-11-21added a command line log that logs all command lines run in the completeDaniel Stenberg
2000-11-21FTP test case dataDaniel Stenberg
2000-11-21httpN => protN and some other minor updatesDaniel Stenberg
2000-11-21says nothing if no errors were foundDaniel Stenberg
2000-11-21Added support for verifiedserver that returns a static silly string thatDaniel Stenberg
2000-11-21starts and stops both HTTP and FTP servers nowDaniel Stenberg
2000-11-21removed the twice free_config_all() callsDaniel Stenberg
2000-11-21added some defensive code around the GetHost()'s third argument resultDaniel Stenberg
2000-11-21GetHost() now sets the third pointer to NULL when the lookup fails, as theDaniel Stenberg
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