aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-05-17I made Curl_done() take a pointer-pointer in the first argument instead, andDaniel Stenberg
if the connection is killed it blanks the pointer it points to, to make it easier to detect usage problems whereever Curl_done() is used.
2004-05-17better bailing out on memory failureDaniel Stenberg
2004-05-17When waiting for the second connect, we now use alarm to timeout the waiting.Daniel Stenberg
This is necessary in case the client never connects or somehow fails to do it timely. The timeout used now is only 2 seconds, which might cause problems on really slow hosts but longer times are painful when doing torture testing on FTP test cases. I'm not sure how this 'alarm' functionality works on Windows or other systems that don't actually have the alarm() function.
2004-05-17improved the check for our own ftp serverDaniel Stenberg
2004-05-17modified to not leak memory if a libcurl function returns failure, for betterDaniel Stenberg
memory leak detection
2004-05-17Seshubabu Pasam's format fixes and added notes about DER not working forDaniel Stenberg
some (SSL-)options.
2004-05-17make it not leak memory when it returns prematurelyDaniel Stenberg
2004-05-17automatically delete trailing white space on save in curl-modeDaniel Stenberg
2004-05-17bail out nicely if strdup() returns NULL, removed trailing whitespaceDaniel Stenberg
2004-05-17deleted trailing whitespaceDaniel Stenberg
2004-05-17fixed a warning on IRIX, deleted trailing whitespaceDaniel Stenberg