summaryrefslogtreecommitdiff
path: root/lib/inet_pton.c
Commit message (Collapse)AuthorAgeFilesLines
* backport fix for failures to reject certain malformed literalsYang Tse2008-11-171-7/+5
|
* fix compiler warningYang Tse2008-10-141-2/+2
|
* if () => if()Daniel Stenberg2007-11-071-2/+2
| | | | | while () => while() and some other minor re-indentings
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-22/+24
| | | | consistency
* fix compiler warningYang Tse2007-04-131-1/+1
|
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to ↵Yang Tse2007-04-041-4/+0
| | | | setup_once.h
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
| | | | since they're already included through "setup.h".
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+6
|
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-1/+1
| | | | to verify winsock API availability.
* Replaced nonstandard u_char and u_int typesDan Fandrich2005-12-081-2/+2
|
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-1/+1
| | | | VS2005.
* Renamed a variable to avoid conflict with a C++ reserved word.Dan Fandrich2004-12-171-6/+6
|
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-24/+24
|
* simplified expressionDaniel Stenberg2004-08-191-1/+2
|
* indented the code curl-styleDaniel Stenberg2004-08-181-123/+123
|
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-10/+5
| | | | warnings. Minor edits by me.
* Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg2003-10-301-4/+9
| | | | us some trouble.
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-6/+4
|
* Dominick Meglio fixed this to build fine on MSVCDaniel Stenberg2003-10-091-10/+16
|
* include file fixesDaniel Stenberg2003-10-081-0/+10
|
* Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg2003-10-071-0/+226
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.