smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / content_encoding.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
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-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-08-21 Yang Tsezlib: ensure user provided memory functions are used...
2011-08-18 Yang Tsezlib: enforce full initialization of our data space...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-09-12 Daniel Stenberginflate_stream: remove redundant check that is always...
2010-05-14 Daniel Stenbergfollow redirect: ignore response-body on redirect even...
2010-04-24 Daniel Stenberggzip: Value stored to 'data' is never read
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-17 Daniel Stenbergcheck_gzip_header: Value stored to 'data' is never...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-09 Daniel Stenberg- When downloading compressed content over HTTP and...
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2009-08-29 Gunter Knaufadd cast to silient compiler warning with 64bit systems.
2009-05-11 Daniel Stenberg- Balint Szilakszi reported a memory leak when libcurl...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-17 Daniel Stenberg- A second follow-up change by Andre Guibert de Bruet...
2009-02-14 Daniel Stenbergnah, use the simpler year - year range syntax only...
2009-02-14 Daniel Stenberg- Andre Guibert de Bruet found and fixed a memory leak...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-08-08 Dan FandrichSong Ma noted a zlib memory leak in the illegal compres...
2007-02-22 Yang TseFix compiler warnings
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-04-25 Daniel StenbergPaul Querna fixed libcurl to better deal with deflate...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-02-07 Dan FandrichFix for a bug report that compressed files that are...
2004-11-30 Daniel StenbergDan Fandrich's fix for libz 1.1 and "extra field" usage...
2004-10-27 Daniel StenbergDan Fandrich's gzip handling fix
2004-07-04 Daniel Stenbergtypecast the conversion to uInt when assigning z->avail...
2004-05-12 Daniel StenbergEdited comments only.
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-26 Daniel Stenbergignore the curl/types.h header file
2004-02-15 Daniel Stenberganother case which should use CURLcode and not int
2004-02-13 Daniel Stenberguse CURLcode, not int, prevents picky compilers to...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-16 Daniel StenbergGisle Vanem's patch for variables that "might be used...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDan Fandrich's zlib fix
2003-04-22 Daniel StenbergDan Fandrich's gzip bugfix
2003-04-11 Daniel StenbergNic fixed so that Curl_client_write() must not be calle...
2003-04-11 Daniel StenbergDan Fandrich's gzip patch applied
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-09-02 Daniel StenbergJames Gallagher's Content-Encoding work