summaryrefslogtreecommitdiff
path: root/inet_net_pton.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-09Fix compiler warningYang Tse1-6/+7
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse1-3/+2
2008-09-17adjust inclusion of "nameser.h"Yang Tse1-11/+10
2007-02-26Removed inclusion of <sys/types.h> in .c-filesGisle Vanem1-3/+0
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse1-7/+17
2007-02-13use our own ISUPPER and ISLOWER macrosYang Tse1-1/+1
2007-02-01compiler warning fixYang Tse1-6/+6
2006-10-18Replace is*() macros with our own IS*() ones.Yang Tse1-9/+8
2006-07-222nd try adding CVS id.Gisle Vanem1-1/+1
2006-07-22Added CVS id.Gisle Vanem1-0/+2
2005-04-19indented source to look more like other ares code,Daniel Stenberg1-347/+353
2005-04-15add needed includeDaniel Stenberg1-0/+1
2005-04-09Removed usage of u_int and u_charDominick Meglio1-15/+15
2005-04-06moved the *_inet_pton protos to inet_net_pton.h insteadDaniel Stenberg1-0/+2
2005-04-05with these changes, it builds on my win32 cross-compilerDaniel Stenberg1-0/+15
2005-04-05Provided implementations of inet_net_pton and inet_pton from BIND for systems...Dominick Meglio1-0/+415