ares_parse_txt_reply: return a ares_txt_reply node for each sub-string
[platform/upstream/c-ares.git] / ares_init.c
2013-02-17 Daniel Stenbergares_inet_pton/ntop: cleanup
2013-02-13 Daniel Stenbergares__generate_new_id: moved to ares_query.c
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-14 Yang TseHeader inclusion clean-up
2012-08-22 Daniel Stenbergget_DNS_AdaptersAddresses: fix IPv6 parsing
2012-08-16 hpopescu@ixiacom.comAdded new feature (rfc2671)
2012-06-14 Yang TseKill compiler warning
2012-05-21 Nick AlcockFix UDP and TCP port byte order in saved options.
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 KnaufAdd support for multiple DNS servers on Android.
2012-04-17 Guenter KnaufAdded some more ifdefs to silent compiler warnings.
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-03-16 Daniel Stenbergport numbers: convert them to network order!
2012-02-25 Daniel Stenbergwhite space cleanup
2012-02-25 Poul Thomas Lomholtget_iphlpapi_dns_info: fix buffer overrun
2012-01-19 Yang Tseares_init.c: fix compiler warning on winsock builds
2011-09-06 Yang Tseares_init.c: fix segfault triggered in ares_init_option...
2011-09-04 Yang Tsefix MSVC compiler warning 'conditional expression is...
2011-06-14 Jakub HrozekFix incorrect sizeof() in ares_save_options
2011-06-04 Daniel Stenbergstrlen: use size_t to receive the return
2011-05-26 Yang Tseares_init: make ares_private.h last included header...
2011-05-20 Yang Tsewinsock: compilation fixes
2011-05-17 David StuartIPv6-on-windows: find DNS servers correctly
2011-03-25 Yang Tserenamed getplatform() to ares__getplatform() to avoid...
2011-03-24 Yang Tsebuild: move platform stuff to ares_platform.c and ares_...
2011-03-23 Yang Tsebuild: find out windows platform using GetVersionEx()
2011-03-22 Yang TseSystem's errno.h inclusion cleanup.
2011-03-22 Yang Tseares_init: fix gethostname error detection on winsock...
2011-02-18 Gisle VanemWatt32: fix server init
2011-02-16 Dima Tisnekconfig_sortlist: (win32) missing else
2010-12-27 Daniel Stenberginit_by_resolv_conf: fix compiler warnings
2010-12-10 Yang Tseares_init: fix detection of semicolon comments in resol...
2010-12-02 Yang Tsefix compiler warning: rounding, sign extension, or...
2010-12-01 Yang Tsefix compiler warning: conversion may lose significant...
2010-11-29 Yang Tseatoi: remove atoi usage
2010-11-28 Yang Tseares_init: fix compiler warning: conversion may lose...
2010-10-05 Daniel Stenbergares_save_options: assignments instead of memcpy
2010-10-05 Daniel Stenberginit_by_options: don't copy an empty sortlist
2010-07-30 Ben Greearremove all uses of uint32_t
2010-07-18 Ben Greearlocal-bind: Support binding to local interface/IPs
2010-06-11 BogDan Vatrainit: allow c-ares to work on Android OS
2010-06-02 Jakub Hrozekares_init: Last, not first instance of domain or search...
2010-03-27 Daniel Stenbergremove all $Id$ lines
2010-03-09 Yang Tsewatt32 compilation fix
2010-03-05 Yang TseAdded IPv6 name servers support
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-11-18 Yang Tseworkaround icc 9.1 optimizer issue
2009-11-11 Yang TseRenamed fpGetNetworkParams and fpSystemFunction036...
2009-11-09 Yang TseTest for USE_WINSOCK since it is more restrictive than...
2009-11-02 Yang TseRenamed c-ares setup.h to ares_setup.h
2009-10-10 Yang TseFix compiler warning: loop without body
2009-10-08 Yang TseFix compiler warning
2009-09-17 Yang TseAttempt to silence bogus compiler warning: "Potential...
2009-09-07 Gisle VanemSuppress warnings about unused prototypes in Watt32...
2009-08-03 Daniel Stenberg- Joshua Kwan fixed the init routine to fill in the...
2009-06-12 Yang TseRevert last change, it is inappropriate.
2009-06-12 Gisle VanemReplace CURLDEBUG with DEBUGBUILD.
2009-05-26 Yang TseMake ares_init(), ares_dup() and ares_init_options...
2009-05-17 Yang TseIntroduction of ares_library_init() and ares_library_cl...
2009-04-22 Yang Tseavoid use of alloca()
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2008-12-04 Daniel StenbergGregor Jasny provided the patch that introduces ares_se...
2008-12-03 Daniel StenbergIntroduce ares_dup(3) and new thoughts about API/ABI...
2008-12-01 Daniel Stenbergminor indent fix
2008-12-01 Daniel StenbergConvert the public config struct to the same binary...
2008-11-28 Dan FandrichMake use of gethostname() conditional on it being available
2008-11-25 Yang TseIn preparation for the upcomming IPv6 nameservers patch...
2008-11-20 Daniel Stenberguse unsigned short better intead of mixing with ints...
2008-11-01 Daniel Stenberg- Carlo Contavalli added support for the glibc "rotate...
2008-09-17 Yang Tseadjust inclusion of "nameser.h"
2008-09-16 Yang Tsecode cleanup
2008-09-15 Yang Tseinclude header file only when available
2008-09-11 Yang Tsemove inclusion of ares_private.h last
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-08-04 Daniel Stenberg- Fix by Tofu Linden:
2008-06-30 Daniel Stenberg- As was pointed out to me by Andreas Schuldei, the...
2008-05-15 Yang Tseuse same time source for timeout initialization and...
2008-05-13 Daniel Stenberg- Introducing millisecond resolution support for the...
2008-05-05 Yang TseImproved parsing of resolver configuration files
2008-04-04 Daniel StenbergEino Tuominen improved the code when a file is used...
2007-10-22 Gunter Knaufremoved dependency on gettimeofday() since we use only...
2007-10-20 Yang TseFix compiler warning: conversion from "int" to "unsigne...
2007-10-18 Yang TseRenamed a variable to avoid shadowing a global declaration
2007-10-18 Yang TseFix compiler warning: conversion from "int" to "unsigne...
2007-10-02 Yang TseAvoid a segfault when generating a DNS "Transaction...
2007-09-29 Steinar H. GundersonPreviously, processing a large batch of timeouts was...
2007-09-28 Steinar H. GundersonSupport a few more socket options, and refactor the...
2007-09-28 Steinar H. GundersonThree fixes in one commit (sorry): a) Take care of...
2007-09-22 Daniel StenbergBrad House provided a fix for ares_save_options():...
2007-07-14 Daniel StenbergBrad House's fix to hish a win32 compiler warning
2007-07-14 Daniel StenbergVlad Dinulescu fixed two outstanding valgrind reports
2007-07-03 Gunter Knauffew minor changes to make ares compile for NetWare...
2007-06-02 Daniel StenbergBrad Spencer found and fixed three flaws in the code...
2007-05-30 Daniel Stenbergfirst take at detecting a random device and seeding...
2007-05-30 Daniel StenbergShmulik Regev brought cryptographically secure transact...
next