Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |