summaryrefslogtreecommitdiff
path: root/ares/adig.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warningYang Tse2008-10-171-1/+2
* Charles Hardin made adig support a regular numerical dotted IP address for theDaniel Stenberg2008-10-171-5/+10
* fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse2008-09-301-39/+42
* adjust inclusion of "nameser.h"Yang Tse2008-09-171-13/+22
* rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse2008-09-151-0/+15
* Brad House fixed a missing header file inclusion in adig sample programYang Tse2008-05-301-0/+3
* include strings.h (if available) for the strcasecmp() protoDaniel Stenberg2008-05-081-0/+3
* make previous compiler warning fix more portableYang Tse2008-04-071-4/+4
* fix compiler warning: indirection to slightly different base typesYang Tse2008-04-071-6/+6
* fix compiler warning: unreferenced formal parameterYang Tse2008-04-071-0/+2
* Alexey Simak made adig support NAPTR recordsDaniel Stenberg2008-04-041-0/+36
* Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson2007-09-281-2/+4
* move linkage var declarations to ares_getopt.hYang Tse2007-04-161-5/+0
* ares_getopt() command-line parser function does not belong to actualYang Tse2007-04-161-0/+1
* use ares_getopt for all platformsYang Tse2007-04-121-4/+1
* 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