summaryrefslogtreecommitdiff
path: root/lib/strtoofft.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg2018-01-081-9/+1
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-1/+1
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-25/+10
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* copyright: Updated the copyright year following recent updatesSteve Holme2014-12-141-1/+1
* lib: Fixed multiple code analysis warnings if SAL are availableMarc Hoersken2014-12-141-1/+8
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+68
* build: rename 76 lib/*.h filesYang Tse2012-12-281-68/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* Typo fixes.Brad Hards2010-12-211-3/+3
* strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka2010-05-291-3/+3
* CURL_LLONG_MAX: avoid constant overflowKamil Dudka2010-05-291-1/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-6/+5
* MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64Yang Tse2008-08-211-1/+1
* When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defi...Yang Tse2008-08-141-0/+1
* CURL_LLONG_MIN should now be signedYang Tse2008-08-141-1/+1
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-131-1/+1
* Adjustment due to curl_off_t no longer following off_tYang Tse2008-08-131-41/+31
* s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse2008-08-111-2/+2
* Added prototype for _strtoi64().Gisle Vanem2007-11-061-0/+1
* Some #if --> #ifdefPatrick Monnerat2007-08-071-1/+1
* Watcom uses 'i64' suffix.Gisle Vanem2004-12-171-1/+1
* MSVC uses 'i64' suffix for 64-bit sizes.Gisle Vanem2004-10-101-1/+4
* If long is 8 bytes we can use strtol() to get 64 bit numbers and won't needDaniel Stenberg2004-10-101-3/+3
* Use LL suffix for long long constants if the compiler supports it, to preventDaniel Stenberg2004-10-101-5/+13
* renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg2004-04-071-4/+4
* David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg2004-03-031-1/+1
* make newer MSCV7 compilers use _strtoi64() as a strtoll() replacementDaniel Stenberg2004-02-231-3/+11
* oops, missed a define when I changed from Curl_ to curlx_Daniel Stenberg2004-02-201-1/+1
* Remade to use curlx_-prefix. This means this function can be compiled andDaniel Stenberg2004-02-191-3/+7
* include curl.h for the typedefDaniel Stenberg2004-01-231-0/+1
* return curl_off_t instead of long long, to work on more platformsDaniel Stenberg2004-01-221-1/+1
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-7/+6
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* new files for the large file support number parsingDaniel Stenberg2004-01-051-0/+50