summaryrefslogtreecommitdiff
path: root/ares_init.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-13ares__generate_new_id: moved to ares_query.cDaniel Stenberg1-7/+0
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse1-8/+0
2012-12-14Header inclusion clean-upYang Tse1-10/+0
2012-08-23get_DNS_AdaptersAddresses: fix IPv6 parsingDaniel Stenberg1-1/+1
2012-08-17Added new feature (rfc2671)hpopescu@ixiacom.com1-0/+7
2012-06-14Kill compiler warningYang Tse1-2/+2
2012-05-21Fix UDP and TCP port byte order in saved options.Nick Alcock1-2/+2
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-19Add support for multiple DNS servers on Android.Guenter Knauf1-3/+15
2012-04-17Added some more ifdefs to silent compiler warnings.Guenter Knauf1-9/+10
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 Knauf1-2/+2
2012-03-16port numbers: convert them to network order!Daniel Stenberg1-2/+2
2012-02-25white space cleanupDaniel Stenberg1-44/+59
2012-02-25get_iphlpapi_dns_info: fix buffer overrunPoul Thomas Lomholt1-3/+3
2012-01-19ares_init.c: fix compiler warning on winsock buildsYang Tse1-3/+7
2011-09-07ares_init.c: fix segfault triggered in ares_init_options() upon previousYang Tse1-3/+10
2011-09-04fix MSVC compiler warning 'conditional expression is constant'Yang Tse1-1/+1
2011-06-14Fix incorrect sizeof() in ares_save_optionsJakub Hrozek1-1/+1
2011-06-04strlen: use size_t to receive the returnDaniel Stenberg1-1/+1
2011-05-26ares_init: make ares_private.h last included header againYang Tse1-5/+6
2011-05-20winsock: compilation fixesYang Tse1-4/+0
2011-05-17IPv6-on-windows: find DNS servers correctlyDavid Stuart1-58/+181
2011-03-25renamed getplatform() to ares__getplatform() to avoid namespace pollutionYang Tse1-1/+1
2011-03-24build: move platform stuff to ares_platform.c and ares_platform.hYang Tse1-0/+1
2011-03-23build: find out windows platform using GetVersionEx()Yang Tse1-2/+5
2011-03-22System's errno.h inclusion cleanup.Yang Tse1-1/+0
2011-03-22ares_init: fix gethostname error detection on winsock platformsYang Tse1-3/+6
2011-02-18Watt32: fix server initGisle Vanem1-2/+5
2011-02-16config_sortlist: (win32) missing elseDima Tisnek1-3/+3
2010-12-27init_by_resolv_conf: fix compiler warningsDaniel Stenberg1-3/+6
2010-12-10ares_init: fix detection of semicolon comments in resolv.confYang Tse1-13/+22
2010-12-02fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse1-1/+1
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse1-3/+4
2010-11-29atoi: remove atoi usageYang Tse1-5/+9
2010-11-28ares_init: fix compiler warning: conversion may lose significant bitsYang Tse1-10/+10
2010-10-05ares_save_options: assignments instead of memcpyDaniel Stenberg1-4/+1
2010-10-05init_by_options: don't copy an empty sortlistDaniel Stenberg1-12/+9
2010-07-30remove all uses of uint32_tBen Greear1-1/+1
2010-07-18local-bind: Support binding to local interface/IPsBen Greear1-0/+30
2010-06-11init: allow c-ares to work on Android OSBogDan Vatra1-0/+10
2010-06-02ares_init: Last, not first instance of domain or search should winJakub Hrozek1-2/+2
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-03-09watt32 compilation fixYang Tse1-1/+1
2010-03-05Added IPv6 name servers supportYang Tse1-78/+123
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse1-1/+1