summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-16CHANGES: synced for 1.7.5 releaseDaniel Stenberg1-3/+11
2011-08-16RELEASE-NOTES: synced with bb4096effef7f000Daniel Stenberg1-5/+12
2011-08-15Only fall back to AF_INET searches when looking for AF_UNSPEC addressesJakub Hrozek1-7/+6
2011-08-10ares_iphlpapi.h: Watcom C fixGisle Vanem1-6/+10
2011-08-10Makefile.Watcom:Gisle Vanem1-12/+7
2011-08-08cares-compilers.m4: CARES_CONVERT_INCLUDE_TO_ISYSTEM adjustmentsYang Tse1-30/+34
2011-08-06config-win32.h: comments adjustments - followupYang Tse1-3/+0
2011-08-06config-win32.h: comments adjustmentsYang Tse1-49/+52
2011-08-05ares_parse_a_reply: fix memleakTom Hughes1-0/+2
2011-07-29cares-functions.m4 serial # bumpYang Tse1-1/+1
2011-07-29Revert "configure: additional flag checks for fcntl() and socket()"Yang Tse1-201/+1
2011-07-29configure: additional flag checks for fcntl() and socket()Yang Tse1-1/+201
2011-06-21xc-translit.m4 fix quotingYang Tse1-11/+45
2011-06-17configure: avoid direct usage of AS_TR_* macrosYang Tse1-1/+1
2011-06-17xc-translit.m4 provides transliteration macros with well defined behavior.Yang Tse1-0/+130
2011-06-15Revert "Only fall back to AF_INET searches when looking for AF_UNSPEC addresses"Jakub Hrozek1-6/+7
2011-06-15Revert "Do not use sized constants in public headers"Jakub Hrozek4-0/+64
2011-06-14Use correct sizeof in ares_getnameinfo()Jakub Hrozek1-2/+2
2011-06-14Do not leak rr_name on failures inside ares_parse_ptr_replyJakub Hrozek1-2/+11
2011-06-14Do not leak rr_name on failures inside ares_parse_a_replyJakub Hrozek1-0/+3
2011-06-14Do not leak rr_name on failures inside ares_parse_aaaa_replyJakub Hrozek1-0/+3
2011-06-14Do not leak rr_name on failures inside ares_parse_ns_replyJakub Hrozek1-0/+2
2011-06-14Fix incorrect sizeof() in ares_save_optionsJakub Hrozek1-1/+1
2011-06-14Fix incorrect allocation in ares_parse_ptr_reply()Jakub Hrozek1-1/+1
2011-06-14Only fall back to AF_INET searches when looking for AF_UNSPEC addressesJakub Hrozek1-7/+6
2011-06-14Do not use sized constants in public headersJakub Hrozek4-64/+0
2011-06-13ares_free_hostent(NULL) should be a noopJakub Hrozek1-0/+3
2011-06-08configure: fix recvfrom 5th arg type qualifier detection (followup)Yang Tse1-4/+4
2011-06-08configure: fix recvfrom 5th arg type qualifier detectionYang Tse1-31/+44
2011-06-04strlen: use size_t to receive the returnDaniel Stenberg2-3/+3
2011-06-04xlc: avoid preprocessor definition usage when linkingYang Tse1-12/+30
2011-06-01ares_nowarn: icc 9.1 workaroundYang Tse1-0/+8
2011-05-27ares_nowarn: header inclusion fixYang Tse1-0/+14
2011-05-26ares_init: make ares_private.h last included header againYang Tse1-5/+6
2011-05-26compiler warning: fixYang Tse4-1/+27
2011-05-25compiler warning: fixYang Tse7-1/+55
2011-05-21ares_iphlpapi: fix compiler warningsYang Tse1-15/+15
2011-05-20winsock: compilation fixesYang Tse5-5/+224
2011-05-17IPv6-on-windows: find DNS servers correctlyDavid Stuart6-62/+197
2011-05-09man pages: docs for the c-ares utility programsDaniel Stenberg4-1/+173
2011-04-30ares_parse_ns_reply.c: remove CVSismDaniel Stenberg1-2/+0
2011-03-27build: fix header inclusionYang Tse1-0/+2
2011-03-27getservbyport replacement for Win CEYang Tse2-1/+10979
2011-03-25renamed getplatform() to ares__getplatform() to avoid namespace pollutionYang Tse5-5/+5
2011-03-25configure: fix libtool warningYang Tse2-1/+11
2011-03-24adig: RFC4034 resource record type detectionYang Tse1-5/+29
2011-03-24nameser.h: RFC4034 resource record type definitionsYang Tse1-0/+10
2011-03-24build: move platform stuff to ares_platform.c and ares_platform.hYang Tse9-53/+110
2011-03-23build: find out windows platform using GetVersionEx()Yang Tse5-7/+78
2011-03-23build: use getenv() replacement function for systems which lack itYang Tse10-2/+164