summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* Modified configuration script to actually verify if the compiler is goodYang Tse2008-06-202-25/+124
* No longer break out of a shell "for" statement from insideYang Tse2008-06-181-97/+110
* enable additional CFLAGS from commandline.Gunter Knauf2008-06-111-1/+1
* fix pkg-config reporting of private libraries needed for static linkingYang Tse2008-06-094-3/+13
* MSVC does build Windows native targetsYang Tse2008-06-061-1/+2
* Brad House fixed a missing header file inclusion in adig sample programYang Tse2008-05-303-14/+10
* start working on 1.5.3Daniel Stenberg2008-05-291-2/+2
* 1.5.2cares-1_5_2Daniel Stenberg2008-05-291-0/+2
* fix compiler warning: unreferenced formal parameterYang Tse2008-05-261-0/+2
* list all local sources the (demo) tools need, add a few missing scripts toDaniel Stenberg2008-05-231-6/+6
* this is not used (anymore)Daniel Stenberg2008-05-231-35/+0
* make sure the configure.ac file with the correct version number is shippedDaniel Stenberg2008-05-221-3/+3
* MSVC6+ clean-up targets must also remove acountry.exeYang Tse2008-05-221-1/+2
* sync with realityYang Tse2008-05-221-1/+7
* fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse2008-05-211-3/+1
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-212-6/+1
* fix: socklen_t definition commentYang Tse2008-05-211-1/+1
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-202-114/+147
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-201-78/+78
* if'def out private function ares__tvdiff(), it is not in use yet.Yang Tse2008-05-202-0/+4
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-82/+118
* fix socklen_t equivalent detection when cross compiling Windows targetYang Tse2008-05-191-13/+24
* if WINSOCK2 API is used link with 'ws2_32', elseYang Tse2008-05-191-6/+13
* on winsock systems linking is done using library 'ws2_32' whenYang Tse2008-05-181-14/+38
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-171-1/+1
* millisecond resolution support followupYang Tse2008-05-152-3/+3
* Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".Gisle Vanem2008-05-151-4/+5
* sync with realityYang Tse2008-05-151-1/+12
* remove compilation time generated filesYang Tse2008-05-151-3/+2
* use same time source for timeout initialization and processingYang Tse2008-05-151-1/+4
* Improve toolchain detection for WinCE cross compilation:Yang Tse2008-05-141-5/+5
* skip checks for Windows specific header filesYang Tse2008-05-142-12/+57
* WinCE cross compilation adjustments:Yang Tse2008-05-141-2/+2
* - Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg2008-05-138-72/+167
* also ignore thisYang Tse2008-05-131-0/+2
* also ignore thisYang Tse2008-05-134-0/+4
* ignore this compilation time generated filesYang Tse2008-05-134-0/+8
* don't keep in CVS this compilation time generated fileYang Tse2008-05-133-6/+0
* add MSVC6 project for acountry sample programYang Tse2008-05-131-1/+1
* update MSVC6 projects to use the multithreaded DLL runtime libraryYang Tse2008-05-133-16/+16
* add MSVC6 project for acountry sample programYang Tse2008-05-132-0/+125
* skip libtool C++ preprocessor compiler and linker checksYang Tse2008-05-121-0/+4
* ignore libcares.pcYang Tse2008-05-121-0/+1
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-123-54/+97
* fix syntax error: missing semicolonYang Tse2008-05-101-1/+1
* Add library checking for clock_gettime() supportYang Tse2008-05-102-1/+80
* Use monotonic time source if available.Yang Tse2008-05-0910-40/+113
* Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is tooDaniel Stenberg2008-05-091-1/+0
* include strings.h (if available) for the strcasecmp() protoDaniel Stenberg2008-05-083-0/+9
* check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg2008-05-086-0/+16