summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-01Dominick Meglio man page fixesDaniel Stenberg4-15/+9
2004-03-31Dominick Meglio fixed a missing commaDaniel Stenberg1-1/+1
2004-03-30Dominick Meglio's new ares_expand_string() functionDaniel Stenberg7-29/+154
2004-03-23changed the long to int typecasts to see if icc 8.0 complains less on thisDaniel Stenberg1-4/+4
2004-03-12ignore aclocal.m4Daniel Stenberg1-0/+1
2004-03-10Gisle Vanem improved build on Windows.Daniel Stenberg1-0/+3
2004-03-09mingw has str(n)casecmp() functionsDaniel Stenberg2-0/+4
2004-03-09timezone dummy to build better on Windows - Gisle VanemDaniel Stenberg1-1/+2
2004-03-09Gisle Vanem fixed the bad argc checkDaniel Stenberg1-1/+1
2004-03-08this is generated, removed from CVSDaniel Stenberg1-14/+0
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg1-1/+1
cc-1506 cc: REMARK File = ../../curl/ares/ares__read_line.c, Line = 46 There is an implicit conversion from "unsigned long" to "int"; rounding, sign extension, or loss of accuracy may result. if (!fgets(*buf + offset, *bufsize - offset, fp))
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
configure stuff
2004-02-25Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg1-1/+4
and we can't depend on configure-defines in it. This logic is borrowed from the public curl headers.
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
to warn
2004-02-23typecase the bitfiddling results since we get a long and we store an int,Daniel Stenberg1-4/+4
they may not be of the size size
2004-02-23make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg6-7/+11
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need long
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
on Windows.
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
figure it out here anymore to build debug builds.
2004-02-18The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg1-2/+52
When using it, we now set the include path to better find the devel curl headers, and we check for the socklen_t type since the curl memdebug stuff needs it.
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
memory leaks etc.
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
about it shadowing the function sin()
2004-02-04fixingDaniel Stenberg1-0/+10
2004-02-04prevent a compiler warning about a macro definitionDaniel Stenberg1-0/+1