Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. | |||
2010-05-29 | strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN | Kamil Dudka | |
... and CURL_LLONG_MAX -> CURL_OFF_T_MAX | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | |
consistency | |||
2007-08-04 | Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on | Daniel Stenberg | |
non-ASCII systems. | |||
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg | |
could very well cause a negate number get passed in and thus cause reading outside of the array usually used for this purpose. We avoid this by using the uppercase macro versions introduced just now that does some extra crazy typecasts to avoid byte codes > 127 to cause negative int values. | |||
2006-01-09 | Made the copyright year match the latest modification's year. | Daniel Stenberg | |
2005-08-11 | Added comment about strtoimax() | Daniel Stenberg | |
2004-10-10 | Use LL suffix for long long constants if the compiler supports it, to prevent | Daniel Stenberg | |
warnings. | |||
2004-10-08 | killed trailing whitespace | Daniel Stenberg | |
2004-02-19 | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg | |
linked separately by the application. This function is not provided by the libcurl API. It can only be accessed by apps if they compile and use this particular source code. | |||
2004-01-22 | re-intended the code curl-style | Daniel Stenberg | |
2004-01-22 | return curl_off_t instead of long long, to work on more platforms | 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 | |