Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-26 | Removed inclusion of <sys/types.h> in .c-files | Gisle Vanem | |
since it's already included through "setup.h". | |||
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | |
2007-02-13 | use our own ISUPPER and ISLOWER macros | Yang Tse | |
2007-02-01 | compiler warning fix | Yang Tse | |
2006-10-18 | Replace is*() macros with our own IS*() ones. | Yang Tse | |
Get rid of non ANSI/ISO isascii(). | |||
2006-07-22 | 2nd try adding CVS id. | Gisle Vanem | |
2006-07-22 | Added CVS id. | Gisle Vanem | |
2005-04-19 | indented source to look more like other ares code, | Daniel Stenberg | |
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-15 | add needed include | Daniel Stenberg | |
2005-04-09 | Removed usage of u_int and u_char | Dominick Meglio | |
2005-04-06 | moved the *_inet_pton protos to inet_net_pton.h instead | Daniel Stenberg | |
2005-04-05 | with these changes, it builds on my win32 cross-compiler | Daniel Stenberg | |
2005-04-05 | Provided implementations of inet_net_pton and inet_pton from BIND for ↵ | Dominick Meglio | |
systems that do not include these functions. These will be necessary for CIDR support and IPv6 support. |