smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / mprintf.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
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2014-05-04 Daniel Stenbergmprintf: allow %.s with data not being zero terminated
2013-12-30 Steve Holmemprintf: Added support for I, I32 and I64 size specifiers
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-06-25 Daniel Stenbergprintf: make sure %x are treated unsigned
2013-03-07 Daniel Stenbergchecksrc: ban unsafe functions
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
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
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-09-02 Yang TseMemoryTracking: fix logging of free() calls done where...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
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-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel Stenbergdprintf_formatf: Value stored to 'left' is never read
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-04 Yang Tsefix printf-style format strings
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-09-13 Yang Tsefix compiler warning: external declaration in primary...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-06 Yang Tseremove unnecessary typecasting of realloc()
2008-08-24 Yang TseRemove debug tracing and nearly all changes introduced...
2008-08-24 Yang TseDebug trace curl_mprintf() on x86_64 and ia64 systems.
2008-08-24 Yang Tsex86_64 fixes
2008-08-24 Yang Tsex86_64 fixes
2008-08-24 Yang TseTest if type casting a 'signed int' to a 'signed long...
2008-08-23 Yang Tseexplicit value assignment for comparison result
2008-08-23 Yang Tsetypecast constant in comparison
2008-08-22 Yang TseImproved curl_m*printf() integral data type size and...
2008-08-22 Yang Tsecleanup the BOOL usage
2008-08-21 Yang TseMSVC's __int64 data type is only available when _INTEGR...
2008-08-21 Yang TseFix a LONG_MIN and LLONG_MIN related bug in internal...
2008-08-21 Yang TseFix one bug detected thanks to test case 557.
2008-08-21 Yang TseSome data type size adjustments.
2008-08-21 Yang TseGet rid of ENABLE_64BIT symbol definition and usage.
2008-08-11 Yang Tse s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
2008-06-30 Daniel Stenbergmade %llu work for printing unsigned long longs, added...
2007-11-20 Daniel Stenbergfix the treatment of the parameter-based precision...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-08-09 Gunter Knauffixed a warning which MingW gcc 4.2.1.
2007-02-28 Yang Tseproper symbol definition check for all AmigaOS flavours
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-01 Yang Tsecompiler warning fix
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-07-06 Gisle VanemUndefine correct symbol.
2006-07-05 Gisle VanemCludge fix for djgpp 2.03 or older; it doesn't have...
2005-07-13 Daniel StenbergDiego Casorran patches to make (lib)curl build fine...
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2004-12-15 Dan FandrichAdd 'const' to immutable arrays.
2004-12-14 Dan FandrichRemoved fputc() prototype since it's already in stdio.h
2004-11-08 Gisle VanemUn-do changes for WinCE; cdecl decoration is not needed.
2004-11-02 Daniel Stenberguse ifdef not if
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-05-12 Daniel Stenbergreturn faster when we "hit a wall" while printfing
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-10 Daniel Stenbergthe aprintf() versions now return NULL if _any_ alloc...
2004-05-05 Daniel Stenbergprevent warnings when using the gcc option -Wunreachabl...
2004-03-23 Daniel Stenbergstricter variable type usage
2004-03-08 Daniel Stenbergdon't use 'register'
2004-03-01 Daniel Stenbergfixed the test code to work
2004-03-01 Daniel StenbergSupport 'z' for size_t-sized integer printing, as in...
2004-02-26 Daniel Stenberguse %ld when printf()ing long variables (and removed...
2004-02-25 Daniel Stenbergdisable the use of long double, we don't use it
2004-02-25 Daniel StenbergBased on a patch by Greg Hewgill I modified how long...
2004-02-21 Daniel Stenbergadded some extra typecasts to prevent compiler warnings...
2004-02-20 Daniel StenbergNo longer support Z as a flag to print size_t, it isn...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-10-26 Daniel Stenbergsnprintf() made a single-byte buffer overflow, as it...
2003-08-19 Daniel StenbergRespect HAVE_LONGLONG to support 'long long'
2003-08-06 Daniel Stenbergfix the treatment of the variable width specifier ...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergreverted bad header replacement
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-05-21 Daniel Stenbergmaprintf() and vmaprintf() now work better when printfi...
2002-02-18 Daniel Stenbergfixed a long long mistake
2002-01-18 Daniel Stenberg#ifndef and #define magic to prevent compiler warnings...
2002-01-18 Daniel Stenbergcut off a big piece of comment and added a pointer...
2001-11-27 Daniel StenbergEric Lavigne updates
next