aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2004-03-12ignore aclocal.m4Daniel Stenberg
2004-03-10Gisle Vanem improved build on Windows.Daniel Stenberg
2004-03-09mingw has str(n)casecmp() functionsDaniel Stenberg
2004-03-09timezone dummy to build better on Windows - Gisle VanemDaniel Stenberg
2004-03-09Gisle Vanem fixed the bad argc checkDaniel Stenberg
2004-03-08this is generated, removed from CVSDaniel Stenberg
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg
2004-02-29Dirk Manske fixed the attempt to install the removed errmem manpageDaniel Stenberg
2004-02-27minor size_t fix to kill a warningDaniel Stenberg
2004-02-27updated the debug option function from curl's acinclude.m4Daniel Stenberg
2004-02-26fixed a "comparison between signed and unsigned" warningDaniel Stenberg
2004-02-26minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg
2004-02-26don't mix int and size_t, it generates warnings!Daniel Stenberg
2004-02-25added the better debug option logic from curl by adding acinclude.m4 to theDaniel 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-23ares_free_errmem is goneDaniel Stenberg
2004-02-23unused and now removedDaniel 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-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-19check for standard headers when --enable-debug is usedDaniel Stenberg
2004-02-18I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg
2004-02-18The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg
2004-02-17memdebug build, 'make' no longer builds the demo toolsDaniel Stenberg
2004-02-17'make all' also builds the demosDaniel Stenberg
2004-02-17include ares_private.h to make sure we get the memdebug stuff includedDaniel Stenberg
2004-02-17If CURLDEBUG is set we use the libcurl internal memdebug system to trackDaniel Stenberg
2004-02-16only build adig and ahost if 'make demos' is usedDaniel Stenberg
2004-02-15don't assume we can use gcc 2.96+ optionsDaniel Stenberg
2004-02-13removed usage of unset variables (by a function that does nothing!)Daniel Stenberg
2004-02-11install ares_version.h as wellDaniel Stenberg
2004-02-11Dirk Manske's fix to install ares_version.h as wellDaniel Stenberg
2004-02-05include process.h to get the _getpid() protoDaniel Stenberg
2004-02-04fixed "comparison between signed and unsigned" complaintsDaniel Stenberg
2004-02-04don't use 'sin' as variable name as the picky compiler warnings complainDaniel Stenberg
2004-02-04fixingDaniel Stenberg
2004-02-04prevent a compiler warning about a macro definitionDaniel Stenberg
2004-02-04prevent the windows version to use global symbol namesDaniel Stenberg
2004-02-04we use the more aggressive compiler warningsDaniel Stenberg
2004-02-04made more pointers unsigned, as they were mostly used passed in to functionsDaniel Stenberg
2004-02-04typecast comparision between signed and unsignedDaniel Stenberg