aboutsummaryrefslogtreecommitdiff
path: root/lib/inet_pton.c
AgeCommit message (Collapse)Author
2004-08-19simplified expressionDaniel Stenberg
2004-08-18indented the code curl-styleDaniel Stenberg
2004-01-29Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg
warnings. Minor edits by me.
2003-10-30Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg
us some trouble.
2003-10-14Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg
2003-10-09Dominick Meglio fixed this to build fine on MSVCDaniel Stenberg
2003-10-08include file fixesDaniel Stenberg
2003-10-07 Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg
subjectAltNames when matching certs. This is apparently detailed in RFC2818 as the right thing to do. I had to add configure checks for inet_pton() and our own (strictly speaking, code from BIND written by Paul Vixie) provided code for the function for platforms that miss it.