Age | Commit message (Expand) | Author |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2010-12-21 | Typo fixes. | Brad Hards |
2010-05-29 | strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN | Kamil Dudka |
2010-05-29 | CURL_LLONG_MAX: avoid constant overflow | Kamil Dudka |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-14 | removed trailing whitespace | Yang Tse |
2008-08-21 | MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 | Yang Tse |
2008-08-14 | When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defi... | Yang Tse |
2008-08-14 | CURL_LLONG_MIN should now be signed | Yang Tse |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse |
2008-08-13 | Adjustment due to curl_off_t no longer following off_t | Yang Tse |
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse |
2007-11-06 | Added prototype for _strtoi64(). | Gisle Vanem |
2007-08-07 | Some #if --> #ifdef | Patrick Monnerat |
2004-12-17 | Watcom uses 'i64' suffix. | Gisle Vanem |
2004-10-10 | MSVC uses 'i64' suffix for 64-bit sizes. | Gisle Vanem |
2004-10-10 | If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need | Daniel Stenberg |
2004-10-10 | Use LL suffix for long long constants if the compiler supports it, to prevent | Daniel Stenberg |
2004-04-07 | renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* | Daniel Stenberg |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg |
2004-02-23 | make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement | Daniel Stenberg |
2004-02-20 | oops, missed a define when I changed from Curl_ to curlx_ | Daniel Stenberg |
2004-02-19 | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg |
2004-01-23 | include curl.h for the typedef | Daniel Stenberg |
2004-01-22 | return curl_off_t instead of long long, to work on more platforms | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | new files for the large file support number parsing | Daniel Stenberg |