aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-07use curlx_strnequal() from the private lib sources instead of strncasecmp()Daniel Stenberg
2004-10-07use curl_strnequal(), not strncasecmp()Daniel Stenberg
2004-10-07Gisle's new fix, the old file:// leakDaniel Stenberg
2004-10-07use tld_strerror() only if previously detected, since otherwise we can'tDaniel Stenberg
2004-10-07check for tld_strerrorDaniel Stenberg
2004-10-06Added tld_check_name().Gisle Vanem
2004-10-06Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail,Gisle Vanem
2004-10-06USE_LIBIDN: Added Top-level-domain (TLD) check for host->name.Gisle Vanem
2004-10-06test resume and redirectDaniel Stenberg
2004-10-06Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabledDaniel Stenberg
2004-10-06*** empty log message ***Gisle Vanem
2004-10-06updates of todayDaniel Stenberg
2004-10-06avoid warnings on systems with this member set constDaniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-10-06Dan Fandrich fix for hosts that need both -lnsl and -lsocketDaniel Stenberg
2004-10-06untabifyDaniel Stenberg
2004-10-05djgpp has basename()Gisle Vanem
2004-10-05minor edit to re-use a variable and to hopefully avoid a (moot) warningDaniel Stenberg
2004-10-05recent fixesDaniel Stenberg
2004-10-05make the given path to --with-libidn override any other installationDaniel Stenberg
2004-10-05avoid warning for unused variableDaniel Stenberg
2004-10-05use idna_strerror() if it is available (only in libidn 0.5.6 or later)Daniel Stenberg
2004-10-05Only include libgen.h if we have a basename as well.Daniel Stenberg
2004-10-05let our basename() be staticDaniel Stenberg
2004-10-04name mix fixDaniel Stenberg
2004-10-04closing in on releaseDaniel Stenberg
2004-10-04Made the dns entry remain locked while a connection to the host remains toDaniel Stenberg
2004-10-03set async.done to TRUE last in the addrinfo callback to prevent the risk thatDaniel Stenberg
2004-10-03Replaced the use of isspace() with our own version instead since we have mostDaniel Stenberg
2004-10-03when building with libidn support, check for idna_strerror() which isDaniel Stenberg
2004-10-03added info about how users get info (like the CURLcode return code) fromDaniel Stenberg
2004-10-03removed trailing whitespaceDaniel Stenberg
2004-10-02Gisle Vanem provided code that displays an error message when the (libidnDaniel Stenberg
2004-10-02removed weird preprocessor juggling not neededDaniel Stenberg
2004-10-01someone should hit meDaniel Stenberg
2004-10-01Aleksandar Milivojevic reported a problem in the Redhat bugzilla (seeDaniel Stenberg
2004-10-01fixed the basename() replacement, reported by GisleDaniel Stenberg
2004-10-01mention when this option was addedDaniel Stenberg
2004-10-01reflect the last few changesDaniel Stenberg
2004-10-01- Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg
2004-09-30- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg
2004-09-30killed trailing whitespaceDaniel Stenberg
2004-09-30Günter Knauf and Casey O'Donnell worked out an extra #if condition for theDaniel Stenberg
2004-09-30Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X byDaniel Stenberg
2004-09-30--max-redirs is _not_ -ZDaniel Stenberg
2004-09-3048 - Harshal Pradhan's isspace() fix for 8bit cookie contentDaniel Stenberg
2004-09-30issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layerDaniel Stenberg
2004-09-30fix the multi.h tooDaniel Stenberg
2004-09-30added issue 45 "Chris' suspected race condition in the windows threadedDaniel Stenberg
2004-09-30added five things I want fixed before the next releaseDaniel Stenberg