Update to 7.32.0
[platform/upstream/curl.git] / lib / inet_pton.c
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-24 Yang Tseerrno.h inclusion conditionally done in setup_once.h
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2010-11-25 Yang Tseinet_pton: fix compiler warning
2010-06-08 Yang TseMerge branch 'master' of git@github.com:bagder/curl
2010-06-08 Daniel Stenberginet_pton: warnings: use size_t to store pointer deltas
2008-11-17 Yang Tsebackport fix for failures to reject certain malformed...
2008-10-14 Yang Tsefix compiler warning
2007-11-07 Daniel Stenbergif () => if()
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-04-13 Yang Tsefix compiler warning
2007-04-04 Yang Tsemove WinSock definitions of EBADF, EINTR, EINVAL and...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2005-12-08 Dan FandrichReplaced nonstandard u_char and u_int types
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2004-12-17 Dan FandrichRenamed a variable to avoid conflict with a C++ reserve...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-08-19 Daniel Stenbergsimplified expression
2004-08-18 Daniel Stenbergindented the code curl-style
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2003-10-30 Daniel StenbergOnly compile the ipv6-section for ipv6-enabled libcurls...
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-10-09 Daniel StenbergDominick Meglio fixed this to build fine on MSVC
2003-10-08 Daniel Stenberginclude file fixes
2003-10-07 Daniel Stenberg Neil Dunbar provided a patch that now makes libcurl...