ares_parse_txt_reply: return a ares_txt_reply node for each sub-string
[platform/upstream/c-ares.git] / ares_init.c
2007-05-30 Daniel StenbergBrad House added ares_save_options() and ares_destroy_o...
2007-05-25 Daniel StenbergRavi Pratap fixed a flaw in the init_by_resolv_conf...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> in .c-files
2007-02-19 Yang Tseadd debug messages for initialization failures
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-14 Yang TseOops, missing argument separator comma
2007-02-14 Yang Tsein debug messages also show error description
2007-02-13 Yang TseFix c-ares failing to get the search sequence of /etc...
2007-02-06 Gisle VanemAdded HAVE_PROCESS_H for DOS/Win32.
2007-02-02 Yang Tseadd debug messages for initialization failures
2007-02-01 Yang Tsecompiler warning fix
2006-11-22 Daniel StenbergMichael Wallner fixed this problem: When I set domains...
2006-11-06 Yang Tseavoid a couple of potential zero size memory allocations
2006-10-18 Yang TseReplace is*() macros with our own IS*() ones.
2006-09-11 Daniel Stenberg- Guilherme Balena Versiani: I noted a strange BUG...
2006-07-22 Gisle VanemAdded CVS id.
2006-07-22 Gisle VanemIf CURLDEBUG defined, call curl_memdebug() if $CARES_ME...
2006-05-03 Daniel StenbergNick Mathewson added the ARES_OPT_SOCK_STATE_CB option...
2006-01-05 Daniel StenbergJames Bursa fixes: find the hosts file on RISC OS,...
2005-08-21 Daniel StenbergAlfredo Tupone provided a fix for the Windows code...
2005-08-04 Daniel Stenbergkilled trailing whitespace, narrowed a few lines to...
2005-04-19 Daniel Stenbergsortlist_alloc() is never used on win32, so ifdef out...
2005-04-16 Daniel Stenbergavoid warning on windows
2005-04-09 Dominick MeglioMade sortlist support IPv6 (this can probably use some...
2005-04-09 Dominick MeglioMade sortlist support CIDR matching for IPv4
2005-04-06 Daniel StenbergTupone Alfredo fixed includes of arpa/nameser_compat...
2005-03-20 Daniel Stenbergsilence win32 compiler warnings
2005-03-19 Daniel Stenbergsilence warnings on win32 about static functions that...
2004-12-10 Daniel Stenberguntabified
2004-11-10 Gisle VanemReplace IsNT with IS_NT().
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-09-28 Daniel Stenberg- Henrik Stoerner fix: got a report that Tru64 Unix...
2004-09-26 Daniel Stenberg- Henrik Stoerner: found out that C-ARES does not look...
2004-08-20 Gisle VanemChanges for Watt-32 on Windows. I've assumed Configure
2004-08-13 Daniel StenbergHarshal Pradhan made minor syntax change to make this...
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...
2004-07-01 Daniel StenbergGisle Vanem made this build fine with djgpp and the...
2004-06-14 Daniel Stenbergprevent compiler warnings on non-win32 platforms
2004-06-10 Daniel StenbergGisle Vanem's init patch for Windows
2004-06-08 Daniel StenbergJames Bursa fixed a RISC OS init issue, removed trailin...
2004-05-27 Daniel Stenbergclear the domains and sortlist when the 'channel' is...
2004-05-13 Daniel StenbergJames Bursa's patch to avoid free(NULL) (mainly because...
2004-05-11 Daniel Stenberg- Nico Stappenbelt reported that when processing domain...
2004-05-03 Daniel Stenbergdon't free(NULL)
2004-02-26 Daniel Stenbergfixed a "comparison between signed and unsigned" warning
2004-02-26 Daniel Stenbergminor fixes to avoid MIPSPro pedantic warnings
2004-02-25 Daniel StenbergDan Fandrich fixed a minor flaw in Dominick's fix!
2004-02-23 Daniel Stenbergmore int/long fixes after icc "remarks"
2004-02-23 Daniel Stenbergnext_id is an unsigned short, typecast the assign to...
2004-02-22 Daniel StenbergDominick Meglio's fix for supporting multiple names...
2004-02-04 Daniel Stenbergtry_config() takes a second parameter as const, to...
2004-02-02 Daniel Stenbergremove rcsid stuff from c files, it serves no useful...
2003-10-07 Daniel Stenbergares 1.1.1 with collected applied patches