smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / inet_pton.c
2018-04-12 Seonah MoonUpdate version to 7.59.0 81/175781/1
2018-04-12 Seonah MoonImported Upstream version 7.59.0 63/175763/1 upstream/7.59.0
2017-03-23 Seonah MoonUpdate version to 7.53.1 83/120583/1 accepted/tizen/common/20170323.154553 accepted/tizen/ivi/20170324.023348 accepted/tizen/mobile/20170324.023258 accepted/tizen/tv/20170324.023313 accepted/tizen/unified/20170324.023404 accepted/tizen/wearable/20170324.023330 submit/tizen/20170323.081345 submit/tizen/20170323.081420
2017-03-23 taesub kimImported Upstream version 7.53.1 59/120559/1 upstream/7.53.1
2017-03-23 taesub kimRevert "Imported Upstream version 7.53.1" 51/120551/1
2017-03-22 taesub kimImported Upstream version 7.53.1 94/120194/1
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
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...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
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...