platform/upstream/c-ares.git
2012-12-18 Yang Tsevc6cares.dsp: add ares_create_query.c and ares_parse_so...
2012-12-17 Yang Tsecares-functions.m4: improve gethostname arg 2 data...
2012-12-17 Yang Tsesetup_once.h: HP-UX specific 'bool', 'false' and 'true...
2012-12-16 Yang Tseconfigure: check if compiler halts on function prototyp...
2012-12-15 Yang Tsecares-functions.m4: add gethostname arg 2 data type...
2012-12-15 Yang Tsecares-functions.m4: update thread-safeness detection...
2012-12-14 Yang Tsesetup_once.h: HP-UX <sys/socket.h> issue workaround
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-14 Yang TseHeader inclusion clean-up
2012-12-12 Yang Tsesetup_once.h: HP-UX specific TRUE and FALSE definitions
2012-12-10 Yang Tseares_timeout.c: fix compiler warning
2012-11-23 Yang Tseares_create_query.c: IRIX compilation fix
2012-11-23 Yang Tsec-ares/nameser.h: add some T_* defines for ns_t_* values
2012-11-07 Daniel StenbergRevert "ares_parse_aaaa_reply: fix memory leak"
2012-10-02 Daniel Stenbergares_parse_aaaa_reply: fix memory leak
2012-08-24 Gisle Vanemadig: perror() doesn't work for socket errors on windows
2012-08-22 Daniel Stenbergget_DNS_AdaptersAddresses: fix IPv6 parsing
2012-08-21 Daniel Stenbergversion: bumped to 1.10.0
2012-08-21 Daniel StenbergAUTHORS: synced with 83093ac450
2012-08-17 Daniel Stenbergares_create_query.3: mention when this is added
2012-08-16 hpopescu@ixiacom.comAdded new feature (rfc2671)
2012-07-26 Daniel Stenbergcode police: fix indents, < 80 columns, reflowed comments
2012-07-11 Guenter KnaufCleaned up version awk script.
2012-06-30 Gisle Vanemread_udp_packets: bail out loop on bad sockets
2012-06-29 Yang Tsecares-compilers.m4: remove -Wstrict-aliasing=3 from...
2012-06-26 Yang Tsecares-compilers.m4: -Wstrict-aliasing=3 for warning...
2012-06-18 Daniel Stenbergversion: work towards 1.9.2 (at least)
2012-06-18 Daniel StenbergRELEASE-NOTES: 1.9.1 coming up
2012-06-16 Daniel Stenbergares_version.h: next version is 1.9.0
2012-06-16 Marko Kreenares_data.h: ARES_DATATYPE_SOA_REPLY is added in 1.9.0
2012-06-15 Daniel StenbergRELEASE-NOTES: synced with 979bf951d
2012-06-15 Marko KreenSOA parser added
2012-06-14 Yang TseKill compiler warning
2012-05-25 Yang TseFix libcares.pc generation for static MingW* cross...
2012-05-21 Nick AlcockFix UDP and TCP port byte order in saved options.
2012-04-28 Yang Tseversion: start working on 1.8.1-DEV
2012-04-27 Daniel StenbergRELEASE-NOTES: call next 1.8 instead
2012-04-25 Yang TseINSTALL: some adjustments
2012-04-25 Daniel StenbergGIT-INFO: mention buildconf
2012-04-25 Yang TseINSTALL: remove more sections that don't apply to c...
2012-04-25 Yang Tseares_timeout.c: fix compiler warning
2012-04-25 Ben NoordhuisMakefile.m32: fix mingw32 build
2012-04-22 Daniel StenbergRELEASE-NOTES: added what's happened since 1.7.5
2012-04-22 Guenter KnaufUpdated copyright year.
2012-04-21 Yang Tseares_init.c: Further refactoring of Windows system...
2012-04-20 Guenter KnaufAndroid: small changes to dns property part.
2012-04-19 Guenter KnaufHandle CNAME-only in ares_parse_aaaa_reply().
2012-04-19 Guenter KnaufAdd support for multiple DNS servers on Android.
2012-04-19 Guenter KnaufAdded INSTALL so it gets into tarballs.
2012-04-17 Guenter KnaufAdded some more ifdefs to silent compiler warnings.
2012-04-17 Yang TseINSTALL: remove a non c-ares section
2012-04-17 Yang Tsecares-compilers.m4: -Wno-pedantic-ms-format for Windows...
2012-04-17 Yang Tsesetup_once.h: tighten requirements for stdbool.h header...
2012-04-17 Yang Tseconfigure: NATIVE_WINDOWS no longer defined in config...
2012-04-17 Yang Tsecares-compilers.m4: double underscore decoration for...
2012-04-17 Yang Tsebuild adjustments: CARES_SYMBOL_HIDING no longer define...
2012-04-17 Yang Tseconfigure: Windows cross-compilation fixes
2012-04-17 Guenter KnaufAdded INSTALL file adapted from libcurl.
2012-04-16 Yang Tseares_init.c: get_iphlpapi_dns_info() refactoring
2012-04-16 Guenter KnaufKill some more compiler warnings.
2012-04-16 Guenter KnaufKill compiler warning about unused var.
2012-04-16 Guenter KnaufFixed my last commit: wrong preprocessor directive.
2012-04-16 Guenter KnaufCheck for __ANDROID__ in addition to ANDROID macro.
2012-04-16 Guenter KnaufCheck for __ANDROID__ in addition to ANDROID macro.
2012-04-14 Guenter KnaufFix for Android to disable useless arpa/nameser.h.
2012-04-14 Guenter KnaufFix for Android to include sys/select.h for fd_set.
2012-03-17 Yang Tseares_data.c: some NAPTR related fixes
2012-03-16 Daniel Stenbergport numbers: convert them to network order!
2012-02-25 Daniel Stenbergwhite space cleanup
2012-02-25 Poul Thomas... get_iphlpapi_dns_info: fix buffer overrun
2012-02-24 Daniel StenbergMerge pull request #7 from saghul/naptr
2012-02-23 saghulAdded support for parsing NAPTR records
2012-01-19 Yang Tseares_init.c: fix compiler warning on winsock builds
2011-12-20 Yang Tseconfigure: libtool 1.5 tweaks
2011-12-19 Daniel Stenbergares_timeout.3: fix the NAME section
2011-09-27 Albert Chinconfigure - m4: make CURL_CHECK_DEF ignore leading...
2011-09-06 Yang Tseares_init.c: fix segfault triggered in ares_init_option...
2011-09-06 Yang Tseares_process.c: fix compiler warning
2011-09-04 Yang Tsefix MSVC compiler warning 'conditional expression is...
2011-09-04 Yang Tsesetup_once.h cleanup and sync
2011-08-24 Denis Bilenkoares_getnameinfo: fix random results with c-ares 1.7.5
2011-08-21 Yang Tsewarnings: fix another 'conversion may lose significant...
2011-08-21 Yang Tseares_dns.h: adjust DNS__16BIT and DNS__32BIT macro...
2011-08-21 Yang Tseares_destroy.c: fix segfault in ares_destroy_options()
2011-08-21 Daniel Stenbergares_parse_srv_reply: silence compiler warnings
2011-08-21 Daniel StenbergCHANGES: generate from script
2011-08-20 Yang TseMakefile.netware: SIZEOF_SHORT definition
2011-08-20 Yang Tsewarnings: fix some 'conversion may lose significant...
2011-08-20 Yang Tseconfigure: fix symbol hiding usability check
2011-08-16 Daniel Stenberg1.7.6: start working...
2011-08-16 Daniel StenbergCHANGES: synced for 1.7.5 release
2011-08-16 Daniel StenbergRELEASE-NOTES: synced with bb4096effef7f000
2011-08-15 Jakub HrozekOnly fall back to AF_INET searches when looking for...
2011-08-10 Gisle Vanemares_iphlpapi.h: Watcom C fix
2011-08-10 Gisle VanemMakefile.Watcom:
2011-08-08 Yang Tsecares-compilers.m4: CARES_CONVERT_INCLUDE_TO_ISYSTEM...
2011-08-06 Yang Tseconfig-win32.h: comments adjustments - followup
2011-08-06 Yang Tseconfig-win32.h: comments adjustments
2011-08-05 Tom Hughesares_parse_a_reply: fix memleak
2011-07-29 Yang Tsecares-functions.m4 serial # bump
next