platform/upstream/curl.git
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()
2000-11-07 Daniel Stenbergremoved the perror() outputs as they did nothing good...
2000-11-06 Daniel Stenberggetpass_r() is the new getpass name for thread-safe...
2000-11-06 Daniel StenbergAdded T. Bharath to the list of contributors
2000-11-06 Daniel StenbergAdded descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PAS...
2000-11-06 Daniel StenbergAdded CURLINFO_SSL_VERIFYRESULT
2000-11-06 Daniel Stenbergbugfixes and improvements
2000-11-06 Daniel Stenbergremoved bad mirror, added text about source contents...
2000-11-06 Daniel Stenbergnew getpass proto and function pointer usage
2000-11-06 Daniel Stenbergmodified pgrsTime() to the new functionality
2000-11-06 Daniel Stenbergadjusted the time-keeping function to work better for...
2000-11-06 Daniel StenbergEmmanuel Tychon found a problem when specifying user...
2000-11-03 Daniel StenbergDavid Odin (aka DindinX) for MandrakeSoft, tiny example...
2000-11-02 Daniel Stenbergerror code fix
2000-11-01 Daniel Stenbergadded signal in case sigaction is missing
2000-10-31 Daniel Stenbergadjusted to the new packages dir
2000-10-31 Daniel Stenbergremoved, see packages/Linux/RPM
2000-10-31 Daniel Stenbergnew package related file
2000-10-30 Daniel Stenbergremoved extra comma in the CURLINFO enum typedef
2000-10-30 Daniel StenbergAdded CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO
2000-10-30 Daniel Stenbergthe verify cert stuff is now added!
2000-10-30 Daniel StenbergT. Bharath's ssl patch
2000-10-30 Daniel Stenbergtypecasted the localtime_r() return code to not make...
2000-10-30 Daniel Stenbergnew urldata ssl layout and T. Bharath brought the new...
2000-10-27 Daniel StenbergAdded section 4.8 I found a bug and did some minor...
2000-10-27 Daniel StenbergAdded description on how to use the newly supported...
2000-10-27 Daniel StenbergAdded sigaction check
2000-10-27 Daniel Stenbergpost 7.4.1 changes
2000-10-26 Daniel Stenbergremoved old unused getpass() leftovers
next