aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-02-20Gisle Vanem brings name resolving timeout possibilities to windows people.Daniel Stenberg
2004-02-20that icc attempt in configureDaniel Stenberg
2004-02-20Some compilers warn on completely empty source files, we provide a blankDaniel Stenberg
2004-02-20Convert functions to ANSI-style declaration to prevent compiler warningsDaniel Stenberg
2004-02-20When the built-in manual is disabled, we generate a function doing nothingDaniel Stenberg
2004-02-20No longer support Z as a flag to print size_t, it isn't used by libcurlDaniel Stenberg
2004-02-20cool.haxx.se, no longer sourceforgeDaniel Stenberg
2004-02-20Only use -Wstrict-prototypes with gcc 3.3 or later.Daniel Stenberg
2004-02-20include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg
2004-02-20we call the macro CURLMAX() isntead of MAX(), just because it turned upDaniel Stenberg
2004-02-20oops, missed a define when I changed from Curl_ to curlx_Daniel Stenberg
2004-02-20fix protos to prevent warningsDaniel Stenberg
2004-02-20added getpart.h for the spitout() protoDaniel Stenberg
2004-02-20%HTTPPORT supported in subVariablesDaniel Stenberg
2004-02-20mention what ports the test suite usesDaniel Stenberg
2004-02-20When trying to see if there's a friendly http server on "our" port, weDaniel Stenberg
2004-02-19-Wcast-align is a bit too annoyingDaniel Stenberg
2004-02-19Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hopeDaniel Stenberg
2004-02-19refer to FILEFORMATDaniel Stenberg
2004-02-19When --enable-debug is used, for every -I provided to $CPPFLAGS we addDaniel Stenberg
2004-02-19Tor Arntsen's tiny fix!Daniel Stenberg
2004-02-19if not yacc or bison is found, check if we *really* need it, and if we doDaniel Stenberg
2004-02-19fixed the no-ssl version to return int as wellDaniel Stenberg