summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-08this is generated, removed from CVSDaniel Stenberg1-14/+0
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg1-1/+1
2004-02-29Dirk Manske fixed the attempt to install the removed errmem manpageDaniel Stenberg1-1/+0
2004-02-27minor size_t fix to kill a warningDaniel Stenberg2-3/+3
2004-02-27updated the debug option function from curl's acinclude.m4Daniel Stenberg1-8/+9
2004-02-26fixed a "comparison between signed and unsigned" warningDaniel Stenberg1-1/+1
2004-02-26minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg1-4/+2
2004-02-26don't mix int and size_t, it generates warnings!Daniel Stenberg1-1/+1
2004-02-25added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg5-379/+126
2004-02-25Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg1-1/+4
2004-02-25fixDaniel Stenberg1-0/+3
2004-02-25Dan Fandrich fixed a minor flaw in Dominick's fix!Daniel Stenberg1-1/+1
2004-02-23check for a few basic header filesDaniel Stenberg1-0/+8
2004-02-23include sys/select.hDaniel Stenberg1-0/+4
2004-02-23ares_free_errmem is goneDaniel Stenberg2-1/+8
2004-02-23unused and now removedDaniel Stenberg2-67/+0
2004-02-23more int vs long/size_t fixes after icc compiler warningsDaniel Stenberg1-2/+3
2004-02-23more int/long fixes after icc "remarks"Daniel Stenberg1-2/+2
2004-02-23next_id is an unsigned short, typecast the assign to prevent picky compilersDaniel Stenberg1-1/+2
2004-02-23typecase the bitfiddling results since we get a long and we store an int,Daniel Stenberg1-4/+4
2004-02-23make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg6-7/+11
2004-02-23strlen() returns a size_t, which might be larger than int on some platformsDaniel Stenberg1-1/+2
2004-02-22Dominick Meglio's fix for supporting multiple names in the Nameserver keyDaniel Stenberg2-116/+171
2004-02-22this code uses no long long, so we can have warnings about themDaniel Stenberg1-1/+1
2004-02-19check for standard headers when --enable-debug is usedDaniel Stenberg1-0/+3
2004-02-18I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg1-48/+0
2004-02-18The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg1-2/+52
2004-02-17memdebug build, 'make' no longer builds the demo toolsDaniel Stenberg1-0/+9
2004-02-17'make all' also builds the demosDaniel Stenberg1-4/+4
2004-02-17include ares_private.h to make sure we get the memdebug stuff includedDaniel Stenberg3-1/+4
2004-02-17If CURLDEBUG is set we use the libcurl internal memdebug system to trackDaniel Stenberg1-0/+8
2004-02-16only build adig and ahost if 'make demos' is usedDaniel Stenberg1-1/+3
2004-02-15don't assume we can use gcc 2.96+ optionsDaniel Stenberg1-1/+3
2004-02-13removed usage of unset variables (by a function that does nothing!)Daniel Stenberg2-8/+2
2004-02-11install ares_version.h as wellDaniel Stenberg1-0/+2
2004-02-11Dirk Manske's fix to install ares_version.h as wellDaniel Stenberg1-0/+1
2004-02-05include process.h to get the _getpid() protoDaniel Stenberg1-0/+1
2004-02-04fixed "comparison between signed and unsigned" complaintsDaniel Stenberg1-2/+2
2004-02-04don't use 'sin' as variable name as the picky compiler warnings complainDaniel Stenberg1-12/+12
2004-02-04fixingDaniel Stenberg1-0/+10
2004-02-04prevent a compiler warning about a macro definitionDaniel Stenberg1-0/+1
2004-02-04prevent the windows version to use global symbol namesDaniel Stenberg2-2/+17
2004-02-04we use the more aggressive compiler warningsDaniel Stenberg1-4/+1
2004-02-04made more pointers unsigned, as they were mostly used passed in to functionsDaniel Stenberg1-3/+3
2004-02-04typecast comparision between signed and unsignedDaniel Stenberg2-2/+2
2004-02-04try_config() takes a second parameter as const, to prevent picky compilerDaniel Stenberg1-2/+2
2004-02-04takes a void *, not a char * anymoreDaniel Stenberg1-2/+2
2004-02-04ares_free_string() now takes a void * insteadDaniel Stenberg2-2/+2
2004-02-04don't compare signed and unsignedDaniel Stenberg1-1/+1
2004-02-04added a tags targetDaniel Stenberg1-0/+3