Commit History

Author SHA1 Message Date
  Yang Tse c382c550e7 fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value 15 years ago
  Phil Blundell 83d135f990 * February 3 2009 (Phil Blundell) 15 years ago
  Daniel Stenberg a2256e899b - ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolving 15 years ago
  Gisle Vanem d42eac4287 Constified some arguments in local functions. 15 years ago
  Yang Tse 3b0c5ae467 In preparation for the upcomming IPv6 nameservers patch, the internal 15 years ago
  Daniel Stenberg c97b66287c use unsigned short better intead of mixing with ints to prevent compiler 15 years ago
  Daniel Stenberg 7383225271 - Brad Spencer brought the new function ares_gethostbyname_file() which simply 15 years ago
  Yang Tse 39de6c784c adjust inclusion of "nameser.h" 16 years ago
  Yang Tse db80e18308 include header file only when available 16 years ago
  Yang Tse a37cc6cb08 move inclusion of ares_private.h last 16 years ago
  Daniel Stenberg e3b5673e98 - Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup and 16 years ago
  Daniel Stenberg 6df5dddd90 check for strings.h in configure and use it for the strcasecmp() proto 16 years ago
  Yang Tse bf90d11a31 fix compiler warning: local variable may be used without having been initialized 16 years ago
  Daniel Stenberg 649f7b7fd3 fix next_lookup() to continue searching even if c-ares failed to load the 16 years ago
  Steinar H. Gunderson 5cf6a539fe When looking up in DNS and then in the hosts file, return the error code from DNS if both fail, instead of returning the error code from the hosts file, as today. Patch from the Google tree. 16 years ago
  Steinar H. Gunderson 17fde12fb8 Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. Patch from the Google tree. 16 years ago
  Daniel Stenberg 19c8da85d8 Fixed the problem where next_lookup would use 'status' uninitialized. Now 16 years ago
  Steinar H. Gunderson c145fbea49 Fix a memory leak that I recently inadvertedly introduced. 16 years ago
  Steinar H. Gunderson 84fcff79f4 Use ISDIGIT instead of isdigit; fixes a gcc warning. 16 years ago
  Steinar H. Gunderson 9fc66e4dd9 Be stricter about what's a valid IP address in fake_hostent. (Patch from the Google tree.) 16 years ago
  Steinar H. Gunderson ef3b425b11 Unrevert previous 'missing' hunks. They were missing since the patch is still in for review :-) 16 years ago
  Steinar H. Gunderson 026d93b4f6 Yet more missing hunks... Nggh. 16 years ago
  Steinar H. Gunderson 6ce589c3ee Make the query callbacks return the number of timeouts that happened during the execution of a query, and update documentation accordingly. (Patch from the Google tree.) 16 years ago
  Daniel Stenberg 90d40aff72 Revered Ashish Sharma's multiple entries patch, as it caused memory madness 17 years ago
  Daniel Stenberg 2ae9536d32 Ashish Sharma provided a patch for supporting multiple entries in the 17 years ago
  Gisle Vanem ee1235a7cd Removed inclusion of <sys/types.h> in .c-files 17 years ago
  Yang Tse 31e598d2f3 add debug messages for initialization failures 17 years ago
  Yang Tse db22c83031 fix compiler warning "discards qualifiers from pointer target type" in debug builds 17 years ago
  Gisle Vanem b708fa51ad Fixed comment. 18 years ago
  Gisle Vanem 93858efe73 2nd try adding CVS id. 18 years ago