aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-25initial support for "uploading" to file:// URLsDaniel Stenberg
2004-05-25--proxy-basic added for completenessDaniel Stenberg
2004-05-25removed some stuff that actually is done now, added the --optionseparatorDaniel Stenberg
idea (not really new, but its better to have it mentioned in here)
2004-05-25Bug report #948950, excessive amount of file descriptors might crash libcurlDaniel Stenberg
2004-05-25Massimiliano Ziccardi's updates for the VC6 makefilesDaniel Stenberg
2004-05-25preprocessor magic around the libidn idn_free() stuff to remain workableDaniel Stenberg
both with older libidn versions without idn_free() and with libidn versions that gets installed without idn-free.h
2004-05-25checl for the idn_free stuff to remain functionall even with older libidnDaniel Stenberg
versions
2004-05-25remove trailing whitespaceDaniel Stenberg
2004-05-25make one call instead of twoDaniel Stenberg
2004-05-24new example proving that the debug callback works even when the multiDaniel Stenberg
interface is used
2004-05-24remove trailing whitespaceDaniel Stenberg
2004-05-24multi interface, debug callbackDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24if no errorbuffer string was provided when a return code was returned, useDaniel Stenberg
the curl_easy_strerror() function to provide one
2004-05-24IDN is a recognized featureDaniel Stenberg
2004-05-24fixed a referenceDaniel Stenberg
2004-05-24meta-m runs delete-trailing-whitespace in curl-modeDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24better nameDaniel Stenberg
2004-05-24only idn_free() if built with libidnDaniel Stenberg
2004-05-24delete trailing whitespaceDaniel Stenberg
2004-05-24 Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction toDaniel Stenberg
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do.
2004-05-24Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE couldDaniel Stenberg
not be used both in one request. Fixed it and added test case 172 to verify.
2004-05-21While talking to host a.b.c, libcurl did wrongly not accept cookies that wereDaniel Stenberg
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it.
2004-05-21quickfix to avoid division by zero, possibly we should go over all of theseDaniel Stenberg
once and for all
2004-05-20fixed transfer speed mathDaniel Stenberg
2004-05-20calculate upload and download speed using doubles to keep precision.Daniel Stenberg
deleted trailing whitespace
2004-05-19NTLM requires SSLDaniel Stenberg
2004-05-19cert verifyDaniel Stenberg
2004-05-19added test 170Daniel Stenberg
2004-05-19David Byron's test case with -F that used to crashDaniel Stenberg
2004-05-19killed trailing whitespaceDaniel Stenberg
2004-05-19just code formatting and killed whitespaceDaniel Stenberg
2004-05-19language!Daniel Stenberg
2004-05-19Set CURLOPT_USERAGENT tooDaniel Stenberg
2004-05-19The kill trailing whitespace needs to be set better as this way it takesDaniel Stenberg
effect globally which isn't nice. Commented it out for now. Display trailing whitespace still, to remind me.
2004-05-18simplified all die messagesDaniel Stenberg
2004-05-18simplified the automake failed message tooDaniel Stenberg
2004-05-18make this script tell that this is the obsolete version, to make it possibleDaniel Stenberg
to detect
2004-05-18simplified the die-line when aclocal fails, the previous one confusedDaniel Stenberg
the netbsd shell
2004-05-18+ when storing the address in the cache fails, cleanup the resolved addressDaniel Stenberg
properly + delete trailing whitespace
2004-05-18* seed_enough() was converted to a macro to avoid the IRIX compiler warningDaniel Stenberg
about that passed-in argument not being used. * killed trailing whitespace
2004-05-17if shrinking the buffer fails, use the older larger oneDaniel Stenberg
2004-05-17Peter Sylvester's patch that addresses two flaws in the peer certificate nameDaniel Stenberg
verification: - when multiple common names are used (as in the curl tests), the last name needs to be selected. - allow comparing with encoded values, at least with BMP and ISO latin1 encoded T61strings.
2004-05-17'make test-torture' in the root now runs a full torture testDaniel Stenberg
2004-05-17removed debug output and trailing whitespaceDaniel Stenberg
2004-05-17grrr, fix the check again if no ftp server at all is runningDaniel Stenberg
2004-05-17torture testing and a moved CVS repoDaniel Stenberg
2004-05-17new Curl_done() protoDaniel Stenberg