smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / inet_ntop.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-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
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
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
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/
2008-09-23 Yang TseRemove usage of inet_ntoa and inet_ntoa_r
2007-11-07 Daniel Stenbergif () => if()
2007-08-23 Patrick MonneratPorting library to OS/400
2007-08-08 Gunter Knaufmoved ugly CLIB define to nwos.c.
2007-06-30 Gunter Knaufminor patches to enable building for NetWare CLIB.
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-17 Yang TseMove portable error number symbolic name definitions...
2007-02-15 Yang Tseavoid redefinition of SET_ERRNO()
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-08-04 Yang TseMinor compatibility fix
2006-08-04 Yang TseFix compiler warning
2005-12-08 Dan FandrichReplaced nonstandard u_char and u_int types
2005-05-26 Daniel Stenbergprovide the proper copyright texts for these
2005-03-16 Dan FandrichFixed some compiler warnings I should have noticed...
2005-03-15 Dan FandrichFixed ftp support with uClibc due to differing inet_nto...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-06-24 Daniel Stenbergoops 5 bytes makes 4 letters plus zero byte
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-04-27 Daniel Stenbergprovide our own inet_ntoa_r() proto if the system has...
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...