summaryrefslogtreecommitdiff
path: root/ares/adig.c
Commit message (Expand)AuthorAgeFilesLines
* Removed inclusion of <sys/types.h> in .c-filesGisle Vanem2007-02-261-1/+0
* Cleanup WIN32 target using WSACleanup().Gisle Vanem2007-02-211-0/+5
* INADDR_NONE no longer used.Gisle Vanem2007-02-191-4/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+1
* Fix compiler warning.Gisle Vanem2007-02-061-2/+3
* Include <sys/time.h> and <unistd.h> inside HAVE_x_H.Gisle Vanem2007-02-061-0/+4
* Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers.Gisle Vanem2006-10-311-1/+1
* Added '-d' option for Watt32 targets. Added cvs id.Gisle Vanem2006-10-251-1/+9
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-2/+2
* Replace is*() macros with our own IS*() ones.Yang Tse2006-10-181-2/+2
* Use ares_free_string() to avoid detecting leaks.Gisle Vanem2006-07-221-12/+12
* Fix compiler warningYang Tse2005-12-171-2/+2
* Include <getopt.h>.Gisle Vanem2005-11-121-13/+28
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-172/+172
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-0/+1
* make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg2004-02-231-2/+4
* removed usage of unset variables (by a function that does nothing!)Daniel Stenberg2004-02-131-4/+1
* fixed "comparison between signed and unsigned" complaintsDaniel Stenberg2004-02-041-2/+2
* use the new single-argument ares_strerror()Daniel Stenberg2004-02-021-2/+2
* remove rcsid stuff from c files, it serves no useful purposeDaniel Stenberg2004-02-021-2/+0
* ares 1.1.1 with collected applied patchesDaniel Stenberg2003-10-071-0/+623