summaryrefslogtreecommitdiff
path: root/ares_search.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Fix compiler warningYang Tse1-1/+2
2009-01-18fopen() returns error in 'errno' even on Windows.Gisle Vanem1-7/+7
2008-09-17include <strings.h>Yang Tse1-0/+4
2008-09-17adjust inclusion of "nameser.h"Yang Tse1-4/+1
2007-10-16Fix a bug where fallback from AF_INET6 to AF_INET would not work properly tog...Steinar H. Gunderson1-4/+22
2007-09-28Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson1-9/+13
2007-02-19add debug messages for initialization failuresYang Tse1-0/+1
2007-02-17compiler warning fixYang Tse1-0/+1
2007-02-16add debug messages for fopen() failuresYang Tse1-0/+17
2006-10-18Replace is*() macros with our own IS*() ones.Yang Tse1-3/+3
2006-07-222nd try adding CVS id.Gisle Vanem1-1/+1
2006-07-22Added CVS id.Gisle Vanem1-0/+2
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg1-73/+73
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem1-1/+1
2004-07-22- Fixed a few variable return types for some system calls. Made configureDaniel Stenberg1-0/+1
2004-05-27free() allocated memory when the ares search can't be madeDaniel Stenberg1-0/+5
2004-02-23more int vs long/size_t fixes after icc compiler warningsDaniel Stenberg1-2/+3
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/+273