smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / strtoofft.h
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-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
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
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
2012-12-28 Yang Tsebuild: rename 76 lib/*.h 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
2010-12-21 Brad HardsTypo fixes.
2010-05-29 Kamil Dudkastrtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN
2010-05-29 Kamil DudkaCURL_LLONG_MAX: avoid constant overflow
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-14 Yang Tseremoved trailing whitespace
2008-08-21 Yang TseMSVC's __int64 data type is only available when _INTEGR...
2008-08-14 Yang TseWhen using our internal curlx_strtoll function NEED_CUR...
2008-08-14 Yang TseCURL_LLONG_MIN should now be signed
2008-08-13 Yang TseThe size of long is a build time characteristic and...
2008-08-13 Yang TseAdjustment due to curl_off_t no longer following off_t
2008-08-11 Yang Tse s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
2007-11-06 Gisle VanemAdded prototype for _strtoi64().
2007-08-07 Patrick MonneratSome #if --> #ifdef
2004-12-17 Gisle VanemWatcom uses 'i64' suffix.
2004-10-10 Gisle VanemMSVC uses 'i64' suffix for 64-bit sizes.
2004-10-10 Daniel StenbergIf long is 8 bytes we can use strtol() to get 64 bit...
2004-10-10 Daniel StenbergUse LL suffix for long long constants if the compiler...
2004-04-07 Daniel Stenbergrenamed the strtoofft() macro to curlx_strtoofft()...
2004-03-03 Daniel StenbergDavid Byron's work on making libcurl only require winso...
2004-02-23 Daniel Stenbergmake newer MSCV7 compilers use _strtoi64() as a strtoll...
2004-02-20 Daniel Stenbergoops, missed a define when I changed from Curl_ to...
2004-02-19 Daniel StenbergRemade to use curlx_-prefix. This means this function...
2004-01-23 Daniel Stenberginclude curl.h for the typedef
2004-01-22 Daniel Stenbergreturn curl_off_t instead of long long, to work on...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel Stenbergnew files for the large file support number parsing