Yang Tse
|
21f331ead2
|
Added IPv6 name servers support
|
2010-03-05 20:01:47 +00:00 |
|
Yang Tse
|
108b414bb8
|
Renamed c-ares setup.h to ares_setup.h
|
2009-11-02 11:55:53 +00:00 |
|
Yang Tse
|
f1aa936d2c
|
Fix compiler warning
|
2009-10-09 14:06:38 +00:00 |
|
Yang Tse
|
4d437416da
|
HAVE_INET_PTON will only be defined when an IPv6 capable working
inet_pton function is available.
|
2008-09-24 19:13:01 +00:00 |
|
Yang Tse
|
39de6c784c
|
adjust inclusion of "nameser.h"
|
2008-09-17 01:02:57 +00:00 |
|
Gisle Vanem
|
ee1235a7cd
|
Removed inclusion of <sys/types.h> in .c-files
since it's already included through "setup.h".
|
2007-02-26 04:33:19 +00:00 |
|
Yang Tse
|
059b57677c
|
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
2007-02-16 15:04:44 +00:00 |
|
Yang Tse
|
0db485a448
|
use our own ISUPPER and ISLOWER macros
|
2007-02-13 18:02:20 +00:00 |
|
Yang Tse
|
54db98c220
|
compiler warning fix
|
2007-02-01 01:42:13 +00:00 |
|
Yang Tse
|
9c1ad0f9f7
|
Replace is*() macros with our own IS*() ones.
Get rid of non ANSI/ISO isascii().
|
2006-10-18 03:42:06 +00:00 |
|
Gisle Vanem
|
93858efe73
|
2nd try adding CVS id.
|
2006-07-22 15:37:10 +00:00 |
|
Gisle Vanem
|
ba7f27a3f6
|
Added CVS id.
|
2006-07-22 15:21:13 +00:00 |
|
Daniel Stenberg
|
b3a8f438fc
|
indented source to look more like other ares code,
added (somewhat ugly) typecasts to build warning-free on 64bit platforms (the
result of a (char *) - (char *) cannot be stored in an int universally)
|
2005-04-19 23:36:21 +00:00 |
|
Daniel Stenberg
|
2fcbf13920
|
add needed include
|
2005-04-15 21:51:46 +00:00 |
|
Dominick Meglio
|
bee198def5
|
Removed usage of u_int and u_char
|
2005-04-09 23:46:31 +00:00 |
|
Daniel Stenberg
|
41563607a8
|
moved the *_inet_pton protos to inet_net_pton.h instead
|
2005-04-06 14:02:37 +00:00 |
|
Daniel Stenberg
|
eccd0d8e37
|
with these changes, it builds on my win32 cross-compiler
|
2005-04-05 20:20:14 +00:00 |
|
Dominick Meglio
|
60ec804047
|
Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support.
|
2005-04-05 18:26:55 +00:00 |
|