summaryrefslogtreecommitdiff
path: root/lib/inet_pton.c
Commit message (Expand)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
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-22/+24
* fix compiler warningYang Tse2007-04-131-1/+1
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-041-4/+0
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* 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
* 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
* 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
* Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg2003-10-301-4/+9
* 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