1.3.0 coming just up
[platform/upstream/c-ares.git] / ares_init.c
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