aboutsummaryrefslogtreecommitdiff
path: root/lib/inet_pton.c
AgeCommit message (Expand)Author
2007-11-07if () => if()Daniel Stenberg
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-04-13fix compiler warningYang Tse
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse
2006-10-18Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse
2005-12-08Replaced nonstandard u_char and u_int typesDan Fandrich
2005-04-26Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg
2004-12-17Renamed a variable to avoid conflict with a C++ reserved word.Dan Fandrich
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
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
2003-10-30Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg
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