summaryrefslogtreecommitdiff
path: root/ares/ares_gethostbyaddr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix three issues previous cleanup introduces.Yang Tse2007-12-031-12/+11
* Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhatDaniel Stenberg2007-12-031-31/+35
* the gethostbyname fix applied here as wellDaniel Stenberg2007-11-281-1/+5
* Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson2007-09-281-7/+11
* Removed inclusion of <sys/types.h> in .c-filesGisle Vanem2007-02-261-3/+2
* add debug messages for initialization failuresYang Tse2007-02-191-0/+1
* compiler warning fixYang Tse2007-02-171-1/+1
* compiler warning fixYang Tse2007-02-171-3/+1
* add debug messages for fopen() failuresYang Tse2007-02-161-1/+18
* Detabified. Added CVS id.Gisle Vanem2005-11-111-0/+2
* detabifiedDaniel Stenberg2005-08-181-2/+2
* Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio2005-04-091-5/+0
* Added preliminary IPv6 support to ares_gethostbynameDominick Meglio2005-04-081-0/+1
* Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the familyDominick Meglio2005-04-081-23/+75
* Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg2005-04-061-0/+3
* typecase to fix win32 compiler warning (and intended as other code is)Daniel Stenberg2005-03-211-12/+11
* untabifiedDaniel Stenberg2004-12-101-39/+39
* Replace IsNT with IS_NT().Gisle Vanem2004-11-101-40/+40
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-40/+40
* Dominick Meglio host file path discovery patch for windowsDaniel Stenberg2004-09-261-5/+16
* More patches for Watt-32 on Win32; don't include "nameser.h".Gisle Vanem2004-08-201-1/+6
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-0/+1
* djgpp fixes by GisleDaniel Stenberg2004-07-011-0/+6
* changed the long to int typecasts to see if icc 8.0 complains less on thisDaniel Stenberg2004-03-231-4/+4
* typecase the bitfiddling results since we get a long and we store an int,Daniel Stenberg2004-02-231-4/+4
* 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/+174