summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-02ares_parse_aaaa_reply: fix memory leakDaniel Stenberg1-0/+1
2012-08-24adig: perror() doesn't work for socket errors on windowsGisle Vanem1-2/+2
2012-08-23get_DNS_AdaptersAddresses: fix IPv6 parsingDaniel Stenberg1-1/+1
2012-08-21version: bumped to 1.10.0Daniel Stenberg1-3/+3
2012-08-21AUTHORS: synced with 83093ac450Daniel Stenberg1-0/+21
2012-08-17ares_create_query.3: mention when this is addedDaniel Stenberg1-2/+4
2012-08-17Added new feature (rfc2671)hpopescu@ixiacom.com12-185/+366
2012-07-26code police: fix indents, < 80 columns, reflowed commentsDaniel Stenberg1-78/+73
2012-07-11Cleaned up version awk script.Guenter Knauf1-24/+16
2012-06-30read_udp_packets: bail out loop on bad socketsGisle Vanem1-7/+13
2012-06-29cares-compilers.m4: remove -Wstrict-aliasing=3 from clangYang Tse1-4/+1
2012-06-26cares-compilers.m4: -Wstrict-aliasing=3 for warning enabled gcc and clang buildsYang Tse1-1/+7
2012-06-18version: work towards 1.9.2 (at least)Daniel Stenberg1-2/+2
2012-06-18RELEASE-NOTES: 1.9.1 coming upDaniel Stenberg1-8/+3
2012-06-16ares_version.h: next version is 1.9.0Daniel Stenberg1-3/+3
2012-06-16ares_data.h: ARES_DATATYPE_SOA_REPLY is added in 1.9.0Marko Kreen1-2/+2
2012-06-15RELEASE-NOTES: synced with 979bf951dDaniel Stenberg1-4/+5
2012-06-15SOA parser addedMarko Kreen7-1/+261
2012-06-14Kill compiler warningYang Tse4-9/+30
2012-05-25Fix libcares.pc generation for static MingW* cross buildsYang Tse2-1/+4
2012-05-21Fix UDP and TCP port byte order in saved options.Nick Alcock1-2/+2
2012-04-28version: start working on 1.8.1-DEVYang Tse2-18/+7
2012-04-27RELEASE-NOTES: call next 1.8 insteadDaniel Stenberg1-1/+1
2012-04-25INSTALL: some adjustmentsYang Tse1-6/+4
2012-04-25GIT-INFO: mention buildconfDaniel Stenberg1-0/+2
2012-04-25INSTALL: remove more sections that don't apply to c-aresYang Tse1-576/+12
2012-04-25ares_timeout.c: fix compiler warningYang Tse1-10/+11
2012-04-25Makefile.m32: fix mingw32 buildBen Noordhuis1-2/+3
2012-04-22RELEASE-NOTES: added what's happened since 1.7.5Daniel Stenberg1-5/+15
2012-04-22Updated copyright year.Guenter Knauf1-1/+1
2012-04-21ares_init.c: Further refactoring of Windows system's DNS fetching codeYang Tse1-181/+369
2012-04-20Android: small changes to dns property part.Guenter Knauf1-8/+9
2012-04-19Handle CNAME-only in ares_parse_aaaa_reply().Guenter Knauf1-1/+3
2012-04-19Add support for multiple DNS servers on Android.Guenter Knauf1-3/+15
2012-04-19Added INSTALL so it gets into tarballs.Guenter Knauf1-1/+1
2012-04-17Added some more ifdefs to silent compiler warnings.Guenter Knauf1-9/+10
2012-04-17INSTALL: remove a non c-ares sectionYang Tse1-28/+0
2012-04-17cares-compilers.m4: -Wno-pedantic-ms-format for Windows gcc 4.5 buildsYang Tse1-1/+10
2012-04-17setup_once.h: tighten requirements for stdbool.h header inclusionYang Tse1-3/+2
2012-04-17configure: NATIVE_WINDOWS no longer defined in config fileYang Tse1-6/+1
2012-04-17cares-compilers.m4: double underscore decoration for visibility attributeYang Tse1-5/+5
2012-04-17build adjustments: CARES_SYMBOL_HIDING no longer defined in config filesYang Tse2-7/+21
2012-04-17configure: Windows cross-compilation fixesYang Tse2-2/+23
2012-04-17Added INSTALL file adapted from libcurl.Guenter Knauf1-0/+922
2012-04-16ares_init.c: get_iphlpapi_dns_info() refactoringYang Tse1-177/+157
2012-04-16Kill some more compiler warnings.Guenter Knauf1-1/+3
2012-04-16Kill compiler warning about unused var.Guenter Knauf1-1/+1
2012-04-16Fixed my last commit: wrong preprocessor directive.Guenter Knauf1-1/+1
2012-04-16Check for __ANDROID__ in addition to ANDROID macro.Guenter Knauf2-2/+2
2012-04-16Check for __ANDROID__ in addition to ANDROID macro.Guenter Knauf1-2/+2