summaryrefslogtreecommitdiff
path: root/ares_init.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-01Gisle Vanem made this build fine with djgpp and the Watt-32 stack.Daniel Stenberg1-0/+18
2004-06-14prevent compiler warnings on non-win32 platformsDaniel Stenberg1-1/+3
2004-06-10Gisle Vanem's init patch for WindowsDaniel Stenberg1-25/+104
2004-06-08James Bursa fixed a RISC OS init issue, removed trailing whitespaceDaniel Stenberg1-7/+7
2004-05-27clear the domains and sortlist when the 'channel' is first created so thatDaniel Stenberg1-2/+6
2004-05-13James Bursa's patch to avoid free(NULL) (mainly because the libcurl memdebugDaniel Stenberg1-3/+4
2004-05-11- Nico Stappenbelt reported that when processing domain and search lines inDaniel Stenberg1-2/+10
2004-05-03don't free(NULL)Daniel Stenberg1-1/+2
2004-02-26fixed a "comparison between signed and unsigned" warningDaniel Stenberg1-1/+1
2004-02-26minor fixes to avoid MIPSPro pedantic warningsDaniel Stenberg1-4/+2
2004-02-25Dan Fandrich fixed a minor flaw in Dominick's fix!Daniel Stenberg1-1/+1
2004-02-23more int/long fixes after icc "remarks"Daniel Stenberg1-2/+2
2004-02-23next_id is an unsigned short, typecast the assign to prevent picky compilersDaniel Stenberg1-1/+2
2004-02-22Dominick Meglio's fix for supporting multiple names in the Nameserver keyDaniel Stenberg1-116/+167
2004-02-04try_config() takes a second parameter as const, to prevent picky compilerDaniel Stenberg1-2/+2
2004-02-02remove rcsid stuff from c files, it serves no useful purposeDaniel Stenberg1-2/+0
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg1-0/+776