Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-08-19 | simplified expression | Daniel Stenberg | |
2004-08-18 | indented the code curl-style | Daniel Stenberg | |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | |
warnings. Minor edits by me. | |||
2003-10-30 | Only compile the ipv6-section for ipv6-enabled libcurls. Should save | Daniel Stenberg | |
us some trouble. | |||
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | |
2003-10-09 | Dominick Meglio fixed this to build fine on MSVC | Daniel Stenberg | |
2003-10-08 | include file fixes | Daniel Stenberg | |
2003-10-07 | Neil Dunbar provided a patch that now makes libcurl check SSL | Daniel 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. |