platform/upstream/curl.git
2000-11-22 Daniel Stenbergadded filetime for opt and info
2000-11-22 Daniel StenbergAdded cacert and filetime support
2000-11-22 Daniel Stenbergdocument time fixes
2000-11-22 Daniel StenbergAdded struct fields to deal with time-of-document
2000-11-22 Daniel Stenbergclient_write() proto and defines added
2000-11-22 Daniel Stenberguses client_write()
2000-11-22 Daniel Stenberguses client_write() now
2000-11-22 Daniel StenbergAdded the client_write() function
2000-11-22 Daniel Stenberguses the new client_write() function
2000-11-22 Daniel StenbergGetLastResponse() modified to return ftp code as integer
2000-11-22 Daniel StenbergHTTP GET fail silently on HTTP error return
2000-11-22 Daniel StenbergAdded --cacert
2000-11-22 Daniel Stenbergworking with the test suite brings things up
2000-11-22 Daniel StenbergAdded --url
2000-11-22 Daniel Stenbergupdated the config file section
2000-11-22 Daniel StenbergAdded 5.2 How can I receive all data into a large memor...
2000-11-21 Daniel Stenbergmodified to work with printf()s that writes 0x-prefix...
2000-11-21 Daniel StenbergI run the perl programs with 'perl [script]' instead...
2000-11-21 Daniel Stenbergupload check, better ability to specify test cases...
2000-11-21 Daniel StenbergREST support seems to work
2000-11-21 Daniel StenbergAdded the uploadN.txt description
2000-11-21 Daniel StenbergFTP test case data
2000-11-21 Daniel Stenbergset rangestringalloc to 0 after the string has been...
2000-11-21 Daniel Stenberguses the "internal" mprintf() routines for formatted...
2000-11-21 Daniel Stenbergbad directory name extractor fixed, now always free...
2000-11-21 Daniel Stenbergcurl_unescape() did not stop at the set length properly...
2000-11-21 Daniel Stenbergadded a command line log that logs all command lines...
2000-11-21 Daniel StenbergFTP test case data
2000-11-21 Daniel StenberghttpN => protN and some other minor updates
2000-11-21 Daniel Stenbergsays nothing if no errors were found
2000-11-21 Daniel StenbergAdded support for verifiedserver that returns a static...
2000-11-21 Daniel Stenbergstarts and stops both HTTP and FTP servers now
2000-11-21 Daniel Stenbergremoved the twice free_config_all() calls
2000-11-21 Daniel Stenbergadded some defensive code around the GetHost()'s third...
2000-11-21 Daniel StenbergGetHost() now sets the third pointer to NULL when the...
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
next