aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-25typecast to int when printfing CURLcodeDaniel Stenberg
2004-02-25use %ld when printfing longsDaniel Stenberg
2004-02-25disable the use of long double, we don't use itDaniel Stenberg
2004-02-25if ares is present, run aclocal in that dir before autoconf is runDaniel Stenberg
2004-02-25added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg
2004-02-25Based on a patch by Greg Hewgill I modified how long long is used, as weDaniel Stenberg
2004-02-25set debug options when using the icc compilerDaniel Stenberg
2004-02-25better formatting of the share optionsDaniel Stenberg
2004-02-25mark the function nameDaniel Stenberg
2004-02-25added CURLOPT_SHAREDaniel Stenberg
2004-02-25Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg
2004-02-25Output $CC and $CFLAGS as well. A Tor Arntsen patch.Daniel Stenberg
2004-02-25Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg
2004-02-25fixDaniel Stenberg
2004-02-25Dan Fandrich fixed a minor flaw in Dominick's fix!Daniel Stenberg
2004-02-23check for a few basic header filesDaniel Stenberg
2004-02-23include sys/select.hDaniel Stenberg
2004-02-23fixed some warnings in the (both new and old) base64 usageDaniel Stenberg
2004-02-23features no one seem to care much about are now moved over to the 7.11.2Daniel Stenberg
2004-02-23make newer MSCV7 compilers use _strtoi64() as a strtoll() replacementDaniel Stenberg
2004-02-23limit rate and windows timeoutsDaniel Stenberg
2004-02-23ares_free_errmem is goneDaniel Stenberg
2004-02-23unused and now removedDaniel Stenberg
2004-02-23Removed getpass from here. The fact this still was present here indicatesDaniel Stenberg
2004-02-23curl_off_t is 8 bytes big on windowsDaniel Stenberg
2004-02-23switch the arguments according to the c sourceDaniel Stenberg
2004-02-23oops, the decode() function got its arguments reversed in my cleanupDaniel Stenberg
2004-02-23correct the input data structsDaniel Stenberg
2004-02-23use size_t to keep strlen() resultsDaniel Stenberg
2004-02-23simplied how create_hostcache_id() is used, and also its function somewhatDaniel Stenberg
2004-02-23adjusted to the modified base64 protosDaniel Stenberg
2004-02-23More size_t cleanups in the base64 functions.Daniel Stenberg
2004-02-23The base64 encode function now takes a size_t for size, not an int asDaniel Stenberg
2004-02-23more int vs long/size_t fixes after icc compiler warningsDaniel Stenberg
2004-02-23more int/long fixes after icc "remarks"Daniel Stenberg
2004-02-23next_id is an unsigned short, typecast the assign to prevent picky compilersDaniel Stenberg
2004-02-23typecase the bitfiddling results since we get a long and we store an int,Daniel Stenberg
2004-02-23make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg
2004-02-23strlen() returns a size_t, which might be larger than int on some platformsDaniel Stenberg
2004-02-23argh, use single-quotes instead of double ones to make $Revision appearDaniel Stenberg
2004-02-23use the proper source header, and set the version string to this file'sDaniel Stenberg
2004-02-23cd back to the root path before removing the build dir, since some systemsDaniel Stenberg
2004-02-22Dominick Meglio's fix for supporting multiple names in the Nameserver keyDaniel Stenberg
2004-02-22this code uses no long long, so we can have warnings about themDaniel Stenberg
2004-02-22the missing part of Gisle Vanem's connect-timeout fix for win32Daniel Stenberg
2004-02-21-Wno-format-nonliteral does not exist in my gcc 2.96, only use that withDaniel Stenberg
2004-02-21mention in --limit-rate that --speed-limit might ruin the limiting slightly.Daniel Stenberg
2004-02-21David Byron's fix to allow the speed-limit logic work even if you setDaniel Stenberg
2004-02-21added some extra typecasts to prevent compiler warnings when convertingDaniel Stenberg
2004-02-21inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy pickyDaniel Stenberg