smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / share.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
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
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
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
2012-06-15 Daniel Stenbergcurl_share_setopt: use va_end()
2012-01-18 Yang Tsessl session caching: fix compiler warnings
2011-11-17 Alejandro Alvarez... SSL session share: move the age counter to the share...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Dan FandrichFixed compilation when HTTP or cookies are disabled
2011-10-04 Daniel Stenbergcurl_share_cleanup: avoid compiler warning
2011-10-03 Daniel Stenbergshare: don't use SSL unless enabled
2011-09-28 Alejandro AlvarezSSL session sharing support added
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
2011-04-04 Daniel Stenbergdisable cookies: remove ifdefs, move code
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-12-20 Daniel Stenbergmalloc+memset => calloc
2008-10-19 Yang Tseattempt to fix or allow further detection of an elusive...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-03-18 Michal Marek- Added curl_easy_getinfo typechecker.
2007-11-07 Daniel Stenbergif () => if()
2004-12-05 Daniel StenbergDan Fandrich added the --disable-cookies option to...
2004-07-02 Daniel StenbergAndrés García found out the share cleanup code crashes...
2004-06-09 Daniel StenbergAlexander Krasnostavsky's fix to make libcurl build...
2004-05-13 Daniel Stenbergcheck that memory allocation functions truly return...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-03-30 Daniel Stenbergadjusted to the new dns cache function to hide more...
2004-02-26 Daniel StenbergDon't call the lock/unlock functions if they are NULL...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-08-11 Daniel Stenbergthe new cookie functions that require 'data' passed in
2003-08-11 Daniel StenbergDirk Manske's bugfix for the share stuff
2003-08-04 Daniel StenbergDirk Manske's patch that introduces cookie support...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG
2003-06-13 Daniel StenbergMarty Kuhrt's #include fixes for VMS
2003-02-06 Daniel Stenberginclude stdarg.h since we use va_* stuff
2003-02-04 Jean-Philippe Bare... added the sharing of DNS cache
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-09 Daniel StenbergUpdated more and now looks and and the API possibly...
2003-01-08 Daniel Stenbergupdated to use the modified share-types
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-08-13 Daniel StenbergSterling Hughes brings the share interface