summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse1-1/+0
2008-09-22icc adjustments for icc 9.0 and prior versions:Yang Tse1-0/+4
2008-09-22attempt to make work the gethostname functionYang Tse1-2/+39
2008-09-21Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMPGisle Vanem1-1/+2
2008-09-19icc adjustments:Yang Tse1-0/+4
2008-09-18icc adjustmentsYang Tse2-4/+10
2008-09-18fix netdb.h prerequisite inclusionYang Tse1-1/+1
2008-09-17improve detection of getservbyport_r()Yang Tse4-134/+170
2008-09-17On Linux Intel's icc uses gcc's header files, soYang Tse1-4/+3
2008-09-17improve detection of gethostname()Yang Tse2-0/+107
2008-09-17NetWare builds include "nameser.h" from the c-ares subdirYang Tse1-8/+1
2008-09-17include <strings.h>Yang Tse1-0/+4
2008-09-17Sync up with realityYang Tse2-1/+20
2008-09-17adjust inclusion of "nameser.h"Yang Tse20-188/+153
2008-09-17reorder some lines in fileYang Tse1-40/+32
2008-09-16code cleanupYang Tse2-18/+1
2008-09-16NetWare seems to have writev()Yang Tse1-0/+1
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse10-44/+245
2008-09-15NetWare CLIB target has stricmp() and strnicmp()Yang Tse1-2/+2
2008-09-15include header file only when availableYang Tse14-6/+114
2008-09-15rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse12-36/+178
2008-09-15improve detection of:Yang Tse2-2/+522
2008-09-13*** empty log message ***Yang Tse1-1/+1
2008-09-12djgpp does have strdup().Gisle Vanem1-1/+1
2008-09-12change CRLF into LF line endingsYang Tse2-70/+70
2008-09-11strdup() clone for systems/configurations which lack itYang Tse8-7/+208
2008-09-11move inclusion of ares_private.h lastYang Tse5-5/+5
2008-09-10icc adjustmentsYang Tse1-5/+5
2008-09-09icc adjustmentsYang Tse2-7/+7
2008-09-08Select strict ANSI C89 conformance for iccYang Tse1-0/+14
2008-09-06remove unnecessary typecasting of malloc()Yang Tse2-3/+3
2008-09-06remove unnecessary typecasting of realloc()Yang Tse1-1/+1
2008-08-29we start over working towards 1.5.4Daniel Stenberg2-15/+5
2008-08-29Version 1.5.3Daniel Stenberg1-0/+2
2008-08-29added the three people from RELEASE-NOTES and sorted the list alphabeticallyDaniel Stenberg1-21/+24
2008-08-27Don't abort configuration if recvfrom() is not available.Yang Tse2-23/+31
2008-08-26Functionality only possible if recvfrom() is available.Yang Tse1-6/+9
2008-08-25George Neill's fix acountry sample application compilation failure.Yang Tse3-1/+9
2008-08-25Brad House's validation that DNS response address matches the request addressYang Tse3-1/+28
2008-08-21fix the output nameYang Tse1-1/+1
2008-08-21Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse1-1/+2
2008-08-20Export 'ares_process_fd' too.Yang Tse1-0/+1
2008-08-16Ops, remove 'use_vc'.Gisle Vanem1-2/+0
2008-08-16Support Watt-32 under Win32.Gisle Vanem1-3/+5
2008-08-10Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.Yang Tse1-1/+0
2008-08-09Improve CURL_CHECK_DEFYang Tse1-6/+8
2008-08-09Fix IBM C and DEC/Compaq C compiler detectionYang Tse1-4/+2
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse2-1/+26
2008-08-05The minimum autoconf version required for this file is 2.50Yang Tse1-3/+3
2008-08-04- Fix by Tofu Linden:Daniel Stenberg3-2/+31