summaryrefslogtreecommitdiff
path: root/ares_init.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-18workaround icc 9.1 optimizer issueYang Tse1-1/+9
2009-11-11Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace polluti...Yang Tse1-4/+4
2009-11-09Test for USE_WINSOCK since it is more restrictive than WIN32Yang Tse1-1/+1
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse1-1/+1
2009-10-10Fix compiler warning: loop without bodyYang Tse1-8/+12
2009-10-08Fix compiler warningYang Tse1-1/+1
2009-09-17Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse1-3/+6
2009-09-07Suppress warnings about unused prototypes in Watt32 and Win32 programs.Gisle Vanem1-15/+19
2009-08-03- Joshua Kwan fixed the init routine to fill in the defaults for stuff thatDaniel Stenberg1-6/+9
2009-06-12Revert last change, it is inappropriate.Yang Tse1-1/+1
2009-06-12Replace CURLDEBUG with DEBUGBUILD.Gisle Vanem1-1/+1
2009-05-26Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse1-0/+3
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse1-24/+10
2009-04-22avoid use of alloca()Yang Tse1-4/+12
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse1-2/+1
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg1-1/+12
2008-12-03Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg1-0/+33
2008-12-01minor indent fixDaniel Stenberg1-2/+3
2008-12-01Convert the public config struct to the same binary size/construct as in theDaniel Stenberg1-2/+8
2008-11-28Make use of gethostname() conditional on it being availableDan Fandrich1-1/+3
2008-11-25In preparation for the upcomming IPv6 nameservers patch, the internalYang Tse1-10/+10
2008-11-20use unsigned short better intead of mixing with ints to prevent compilerDaniel Stenberg1-2/+2
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg1-1/+10
2008-09-17adjust inclusion of "nameser.h"Yang Tse1-6/+6
2008-09-16code cleanupYang Tse1-3/+0
2008-09-15include header file only when availableYang Tse1-1/+13
2008-09-11move inclusion of ares_private.h lastYang Tse1-1/+1
2008-09-06remove unnecessary typecasting of malloc()Yang Tse1-2/+2
2008-08-04- Fix by Tofu Linden:Daniel Stenberg1-1/+1
2008-06-30- As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define isDaniel Stenberg1-41/+92