summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning: 'dot_4' may be used uninitialized in this functionYang Tse2008-10-071-0/+1
* adjust ICC_windows settingsYang Tse2008-10-071-5/+5
* fix VAR_STRIPYang Tse2008-10-071-1/+1
* Sync up with realityYang Tse2008-10-071-0/+8
* Initial attempt to support configure's --(dis|en)able-optimizeYang Tse2008-10-073-44/+354
* fix commentYang Tse2008-10-021-3/+3
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-024-234/+419
* fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse2008-09-301-39/+42
* now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse2008-09-302-108/+49
* Use CFLAGS for icc linker options instead of LDFLAGS,Yang Tse2008-09-301-3/+3
* use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse2008-09-291-34/+49
* Temporary icc adjustment:Yang Tse2008-09-291-0/+2
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-245-34/+165
* HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse2008-09-244-36/+188
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-1/+0
* icc adjustments for icc 9.0 and prior versions:Yang Tse2008-09-221-0/+4
* attempt to make work the gethostname functionYang Tse2008-09-221-2/+39
* Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMPGisle Vanem2008-09-211-1/+2
* icc adjustments:Yang Tse2008-09-191-0/+4
* icc adjustmentsYang Tse2008-09-182-4/+10
* fix netdb.h prerequisite inclusionYang Tse2008-09-181-1/+1
* improve detection of getservbyport_r()Yang Tse2008-09-174-134/+170
* On Linux Intel's icc uses gcc's header files, soYang Tse2008-09-171-4/+3
* improve detection of gethostname()Yang Tse2008-09-172-0/+107
* NetWare builds include "nameser.h" from the c-ares subdirYang Tse2008-09-171-8/+1
* include <strings.h>Yang Tse2008-09-171-0/+4
* Sync up with realityYang Tse2008-09-172-1/+20
* adjust inclusion of "nameser.h"Yang Tse2008-09-1720-188/+153
* reorder some lines in fileYang Tse2008-09-171-40/+32
* code cleanupYang Tse2008-09-162-18/+1
* NetWare seems to have writev()Yang Tse2008-09-161-0/+1
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-1610-44/+245
* NetWare CLIB target has stricmp() and strnicmp()Yang Tse2008-09-151-2/+2
* include header file only when availableYang Tse2008-09-1514-6/+114
* rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse2008-09-1512-36/+178
* improve detection of:Yang Tse2008-09-152-2/+522
* *** empty log message ***Yang Tse2008-09-131-1/+1
* djgpp does have strdup().Gisle Vanem2008-09-121-1/+1
* change CRLF into LF line endingsYang Tse2008-09-122-70/+70
* strdup() clone for systems/configurations which lack itYang Tse2008-09-118-7/+208
* move inclusion of ares_private.h lastYang Tse2008-09-115-5/+5
* icc adjustmentsYang Tse2008-09-101-5/+5
* icc adjustmentsYang Tse2008-09-092-7/+7
* Select strict ANSI C89 conformance for iccYang Tse2008-09-081-0/+14
* remove unnecessary typecasting of malloc()Yang Tse2008-09-062-3/+3
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* we start over working towards 1.5.4Daniel Stenberg2008-08-292-15/+5
* Version 1.5.3cares-1_5_3Daniel Stenberg2008-08-291-0/+2
* added the three people from RELEASE-NOTES and sorted the list alphabeticallyDaniel Stenberg2008-08-291-21/+24
* Don't abort configuration if recvfrom() is not available.Yang Tse2008-08-272-23/+31