aboutsummaryrefslogtreecommitdiff
path: root/lib/inet_pton.c
AgeCommit message (Expand)Author
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2019-05-20lib: reduce variable scopesMarcel Raad
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-03-20inet_pton.c: Fixed compilation warningsSteve Holme
2015-09-03inet_pton.c: Fix MSVC run-time check failure (2)Marcel Raad
2015-08-19inet_pton.c: Fix MSVC run-time check failureMarcel Raad
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2010-11-25inet_pton: fix compiler warningYang Tse
2010-06-08inet_pton: warnings: use size_t to store pointer deltasDaniel Stenberg
2008-11-17backport fix for failures to reject certain malformed literalsYang Tse
2008-10-14fix compiler warningYang Tse
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