platform/upstream/curl.git
2000-11-21 Daniel Stenbergwhen using PORT, we now free the host name buffer properly
2000-11-21 Daniel Stenberghttp* is now prot* since we're about to use other proto...
2000-11-21 Daniel Stenbergattempt to use a bad protocol
2000-11-21 Daniel StenbergNLST does a LIST (a normal unix ftp client 'ls' becomes...
2000-11-21 Daniel StenbergSTOR works!
2000-11-21 Daniel Stenbergremoved the storenonprintable function as it isn't...
2000-11-21 Daniel Stenbergfancier login text
2000-11-21 Daniel Stenbergremoved the forks, we don't need forking for single...
2000-11-21 Daniel Stenbergruntests.pl -c should be -a
2000-11-21 Daniel Stenbergremoved pedantic compiler warnings
2000-11-21 Daniel Stenbergremoved two unused variables and added an extra set...
2000-11-21 Daniel Stenbergtypecasted the argument to isspace() to int, to remove...
2000-11-21 Daniel Stenbergincludes http.h for the proxytunnel stuff
2000-11-21 Daniel Stenbergadded comment on a variable that is unused on some...
2000-11-20 Daniel Stenbergflushes the log handles before fork, now the logs work...
2000-11-20 Daniel StenbergQUIT works, and now I can run a unix ftp client against...
2000-11-20 Daniel StenbergCWD runs
2000-11-20 Daniel StenbergRETR seems to work too
2000-11-20 Daniel Stenbergthis is now a working ftp server, both PASV and PORT...
2000-11-20 Daniel Stenbergchanged the comment for URL_MAX_LENGTH
2000-11-20 Daniel Stenbergformfree, config file, --url, more testcases, infinite...
2000-11-20 Daniel Stenbergextremely long URL test
2000-11-20 Daniel Stenbergremoved URL size restrictions, dynamically allocates...
2000-11-20 Daniel Stenbergremoved URL size restrictions
2000-11-20 Daniel Stenbergthis is the first attempt of a tiny and simple ftp...
2000-11-20 Daniel Stenbergadded a description about the memory checks
2000-11-20 Daniel Stenbergno more "leaked" memory when this fails on various...
2000-11-20 Daniel StenbergAlexander Kourakos's lowercase environment variable fix
2000-11-18 Daniel Stenbergspell correction resolv => resolve in two error messages
2000-11-17 Daniel Stenbergnow supports checks for exit codes and check for memory...
2000-11-17 Daniel Stenberggraceful failure test
2000-11-17 Daniel Stenbergoutput FAILED properly even when -s is used
2000-11-17 Daniel Stenbergupdated to the new stdout stuff and the new -a option
2000-11-17 Daniel Stenbergfixed strdup() of a NULL pointer
2000-11-17 Daniel Stenbergnow exits and alerts on bad uses of strdup() and free()
2000-11-17 Daniel Stenbergupdated to the new stdout file behaviour of runtests.pl
2000-11-17 Daniel Stenbergmake test in root now runs make quiet-test in the test dir
2000-11-17 Daniel Stenberguses stricter output
2000-11-17 Daniel Stenbergbetter stdout check, full support for memory debug...
2000-11-17 Daniel Stenbergmultiple URL test
2000-11-17 Daniel Stenbergcurl_formfree() added
2000-11-17 Daniel Stenbergthis has been missing all the time...
2000-11-17 Daniel Stenbergadded curl_formfree()
2000-11-17 Daniel Stenbergnow includes stdlib.h
2000-11-17 Daniel Stenbergmemory leak cleanup campaign
2000-11-17 Daniel Stenbergallows \r \n \t \v in config file parameters within...
2000-11-17 Daniel Stenbergconfig file test
2000-11-17 Daniel Stenbergchanged the 'port' field to long to better work with...
2000-11-17 Daniel Stenbergmajor config file hack, now works a lot better and...
2000-11-16 Daniel Stenbergmoved out the FTP part
2000-11-16 Daniel Stenbergforgot to commit before
2000-11-16 Daniel Stenbergdata->err must be used, not stderr
2000-11-15 Daniel Stenbergfixed crash in config file parser
2000-11-15 Daniel Stenbergupdated to catch bug 122480
2000-11-15 Daniel Stenbergnot printf()ing %s normally for character that weren...
2000-11-15 Daniel Stenberg'use strict' compliant
2000-11-15 Daniel Stenbergproxy authorization test case
2000-11-15 Daniel Stenbergnow sorts the test cases when "all" is used
2000-11-15 Daniel Stenberg'use strict' compliant
2000-11-14 Daniel Stenbergremoved some /= 256 that was wrongly left
2000-11-14 Daniel Stenbergadded help text on -h
2000-11-14 Daniel Stenbergmore decriptions
2000-11-14 Daniel Stenbergremoved lots of external program dependencies (for...
2000-11-13 Daniel Stenbergsomewhat more functioning FTP
2000-11-13 Daniel Stenbergbasic and early ftp support
2000-11-13 Daniel Stenberglogs stderr as well now, which is good if the program...
2000-11-13 Daniel Stenberg*** empty log message ***
2000-11-13 Daniel Stenbergmoved the followlocation field from the http struct...
2000-11-13 Daniel Stenbergupdated
2000-11-13 Daniel Stenbergconverted shell script to perl
2000-11-13 Daniel Stenbergmore test case data
2000-11-13 Daniel Stenbergremoved the check that prevents -T and -o beinged used...
2000-11-13 Daniel Stenbergif the server is already running when the script is...
2000-11-13 Daniel StenbergAdded space after the Cookie: header keyword
2000-11-13 Daniel Stenbergdefaults to run all available test cases in (1 - last...
2000-11-13 Daniel Stenbergupdated test cases
2000-11-13 Daniel Stenbergnew pid stuff, more filters, various fixes
2000-11-13 Daniel Stenbergchanged pid stuff, made it work with rfc1867 posts...
2000-11-13 Daniel Stenbergmore details added
2000-11-13 Daniel StenbergJörg updated the list of exported functions
2000-11-13 Daniel Stenbergreplaced by a working server!
2000-11-13 Daniel Stenberguses the new httpd server, runs the tests much faster
2000-11-13 Daniel Stenbergnew perl http server that works better
2000-11-13 Daniel StenbergChris Faherty fixed a free-twice problem
2000-11-12 Daniel Stenbergupdated config file section
2000-11-12 Daniel StenbergAdded empty actions for all: and install:
2000-11-10 Daniel StenbergThe last few days of changes
2000-11-10 Daniel Stenbergtest files
2000-11-10 Daniel Stenberginitial checkin
2000-11-10 Daniel Stenbergthe tests dir is added
2000-11-10 Daniel Stenbergset type before checking --head size, as the type may...
2000-11-10 Daniel Stenbergdoing an ftp upload append that was already completed...
2000-11-10 Daniel Stenbergadded getpass_r check
2000-11-10 Daniel Stenbergadjusted to the changed getpass_r()
2000-11-10 Daniel Stenbergnew interface, updated Angus' license, dependent on...
2000-11-10 Daniel StenbergVenkataramana Mokkapati corrected a cookie parser bug
2000-11-09 Daniel Stenberghaxx.nu => haxx.se
2000-11-09 Daniel StenbergAdded RSAglue/rsaref lib check if the crypto lib is...
2000-11-08 Daniel Stenbergcleaned up the thread-safe checks into separate functio...
2000-11-07 Daniel StenbergAdded typecast to localtime_r()
next