summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-26fix compiler warning: unreferenced formal parameterYang Tse1-0/+2
2008-05-23list all local sources the (demo) tools need, add a few missing scripts toDaniel Stenberg1-6/+6
2008-05-23this is not used (anymore)Daniel Stenberg1-35/+0
2008-05-22make sure the configure.ac file with the correct version number is shippedDaniel Stenberg1-3/+3
2008-05-22MSVC6+ clean-up targets must also remove acountry.exeYang Tse1-1/+2
2008-05-22sync with realityYang Tse1-1/+7
2008-05-21fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse1-3/+1
2008-05-21fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2-6/+1
2008-05-21fix: socklen_t definition commentYang Tse1-1/+1
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2-114/+147
2008-05-20fix underquoting of AC_LANG_PROGRAM argumentsYang Tse1-78/+78
2008-05-20if'def out private function ares__tvdiff(), it is not in use yet.Yang Tse2-0/+4
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse1-82/+118
2008-05-19fix socklen_t equivalent detection when cross compiling Windows targetYang Tse1-13/+24
2008-05-19if WINSOCK2 API is used link with 'ws2_32', elseYang Tse1-6/+13
2008-05-18on winsock systems linking is done using library 'ws2_32' whenYang Tse1-14/+38
2008-05-17minor change for wince-cegcc and wince-mingw32ce supportYang Tse1-1/+1
2008-05-15millisecond resolution support followupYang Tse2-3/+3
2008-05-15Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".Gisle Vanem1-4/+5
2008-05-15sync with realityYang Tse1-1/+12
2008-05-15remove compilation time generated filesYang Tse1-3/+2
2008-05-15use same time source for timeout initialization and processingYang Tse1-1/+4
2008-05-14Improve toolchain detection for WinCE cross compilation:Yang Tse1-5/+5
2008-05-14skip checks for Windows specific header filesYang Tse2-12/+57
2008-05-14WinCE cross compilation adjustments:Yang Tse1-2/+2
2008-05-13- Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg8-72/+167
2008-05-13also ignore thisYang Tse1-0/+2
2008-05-13also ignore thisYang Tse4-0/+4
2008-05-13ignore this compilation time generated filesYang Tse4-0/+8
2008-05-13don't keep in CVS this compilation time generated fileYang Tse3-6/+0
2008-05-13add MSVC6 project for acountry sample programYang Tse1-1/+1
2008-05-13update MSVC6 projects to use the multithreaded DLL runtime libraryYang Tse3-16/+16
2008-05-13add MSVC6 project for acountry sample programYang Tse2-0/+125
2008-05-12skip libtool C++ preprocessor compiler and linker checksYang Tse1-0/+4
2008-05-12ignore libcares.pcYang Tse1-0/+1
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse3-54/+97
2008-05-10fix syntax error: missing semicolonYang Tse1-1/+1
2008-05-10Add library checking for clock_gettime() supportYang Tse2-1/+80
2008-05-09Use monotonic time source if available.Yang Tse10-40/+113
2008-05-09Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is tooDaniel Stenberg1-1/+0
2008-05-08include strings.h (if available) for the strcasecmp() protoDaniel Stenberg3-0/+9
2008-05-08check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg6-0/+16
2008-05-07adjusted to work with the updated configure.acDaniel Stenberg1-1/+1
2008-05-07- Sebastian made c-ares able to return all PTR-records when doing reverseDaniel Stenberg2-2/+31
2008-05-07- Doug Goldstein provided a configure patch: updates autoconf 2.13 usage toDaniel Stenberg2-6/+14
2008-05-05Improved parsing of resolver configuration filesYang Tse3-9/+58
2008-04-07make previous compiler warning fix more portableYang Tse1-4/+4
2008-04-07fix compiler warning: indirection to slightly different base typesYang Tse1-6/+6
2008-04-07fix compiler warning: local variable may be used without having been initializedYang Tse1-1/+1
2008-04-07fix compiler warning: unreferenced formal parameterYang Tse1-0/+2