summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* Change recvfrom's sixth argument data type to the 'historically standard' 'int'Yang Tse2008-07-211-1/+1
* use prototypes to improve getservbyport_r detectionYang Tse2008-07-211-13/+23
* Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse2008-07-211-1/+1
* Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-211-0/+7
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-214-1/+21
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-201-2/+2
* Added "pointer to void" as another data type to check for the sixth argument ofYang Tse2008-07-201-1/+1
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-191-2/+4
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-176-29/+62
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-167-4/+228
* Initial DEC/Compaq C compiler detection and flagsYang Tse2008-07-161-0/+16
* Improved configure detection of number of arguments for getservbyport_rYang Tse2008-07-163-44/+97
* Allow --enable-largefile and --disable-largefile configurations.Yang Tse2008-07-154-9/+24
* fix compiler warningYang Tse2008-07-103-9/+8
* since Jun 30 2008 MAXHOSTNAMELEN define is no longer usedYang Tse2008-07-091-1/+0
* fix c-ares version reported in generated libcares.pc file when buildingYang Tse2008-07-072-3/+14
* egrep and ar are also mandatoryYang Tse2008-07-041-9/+41
* just to clarify that c-ares actually have some ipv6 supportDaniel Stenberg2008-07-031-1/+1
* ares_gethostbyname() fallback from AAA to A records with CNAME presentDaniel Stenberg2008-07-031-1/+2
* - Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup andDaniel Stenberg2008-07-032-0/+18
* The configure process will now halt when sed or grep are unavailableYang Tse2008-07-021-0/+16
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-024-27/+28
* IBM C/C++ compiler predefined macro checkYang Tse2008-07-011-1/+3
* set earlier in configure process IBM compilers optimization flagsYang Tse2008-07-011-21/+15
* make check message wording more preciseYang Tse2008-06-301-1/+1
* - As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define isDaniel Stenberg2008-06-303-43/+105
* fix C style commentYang Tse2008-06-291-2/+4
* John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails onYang Tse2008-06-291-1/+53
* 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