summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-187.12.2curl-7_12_2Daniel Stenberg
2004-10-17new mirrorDaniel Stenberg
2004-10-16today's changesDaniel Stenberg
2004-10-16Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option workDaniel Stenberg
2004-10-16libcurl leaked memory for cookies with the "max-age" field set.Daniel Stenberg
2004-10-16Changes for issue 50Gisle Vanem
2004-10-16Open "debugit" in binary mode ("rb").Gisle Vanem
2004-10-16Added Traian Nicolescu's patches for threaded resolver onGisle Vanem
2004-10-14Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg
2004-10-14use quotes to make gdb usage on this easierDaniel Stenberg
2004-10-14let's fix this tooDaniel Stenberg
2004-10-13Set errno = ENOMEM on faild countcheck().Gisle Vanem
2004-10-13.NET bindingDaniel Stenberg
2004-10-12correctionDaniel Stenberg
2004-10-12#include "strerror.h" to get the strerror protoDaniel Stenberg
2004-10-12recent fixesDaniel Stenberg
2004-10-12one item fixed, one added for 7.12.2 and two more for 7.12.3Daniel Stenberg
2004-10-12add proper error message when send() failsDaniel Stenberg
2004-10-11removed trailing whitespaceDaniel Stenberg
2004-10-11SO_NOSIGPIPEDaniel Stenberg
2004-10-10another lame attempt to avoid the "warning: will never be executed" warningDaniel Stenberg
2004-10-10MSVC uses 'i64' suffix for 64-bit sizes.Gisle Vanem
2004-10-10attempt to make the configure output appear in the build log when it runsDaniel Stenberg
2004-10-10set the SIZEOF_LONG define to get the new lib/strtoofft.h fineDaniel Stenberg
2004-10-10If long is 8 bytes we can use strtol() to get 64 bit numbers and won't needDaniel Stenberg
2004-10-10Prevent a longjmp warning by moving the rc assign within Curl_resolv().Daniel Stenberg
2004-10-10Use LL suffix for long long constants if the compiler supports it, to preventDaniel Stenberg
2004-10-10If long long is supported, check if [num]LL is supported for numericalDaniel Stenberg
2004-10-08--enable-ares on AIX has problemDaniel Stenberg
2004-10-08Use 'struct lifreq' and SIOCGLIFADDRDaniel Stenberg
2004-10-08killed trailing whitespaceDaniel Stenberg
2004-10-08if basename was found, check for a prototype and if none was found, provideDaniel Stenberg
2004-10-08prevent warning with comparison between signed and unsignedDaniel Stenberg
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