| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | x86_64 fixes | Yang Tse | 2008-08-24 | 1 | -27/+32 |
* | Test if type casting a 'signed int' to a 'signed long long' fails to do sign ... | Yang Tse | 2008-08-24 | 1 | -1/+10 |
* | explicit value assignment for comparison result | Yang Tse | 2008-08-23 | 1 | -2/+2 |
* | typecast constant in comparison | Yang Tse | 2008-08-23 | 1 | -1/+1 |
* | Improved curl_m*printf() integral data type size and signedness handling | Yang Tse | 2008-08-22 | 1 | -55/+53 |
* | cleanup the BOOL usage | Yang Tse | 2008-08-22 | 1 | -29/+16 |
* | MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 | Yang Tse | 2008-08-21 | 1 | -1/+1 |
* | Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf() | Yang Tse | 2008-08-21 | 1 | -9/+26 |
* | Fix one bug detected thanks to test case 557. | Yang Tse | 2008-08-21 | 1 | -2/+2 |
* | Some data type size adjustments. | Yang Tse | 2008-08-21 | 1 | -4/+7 |
* | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | 2008-08-21 | 1 | -18/+25 |
* | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse | 2008-08-11 | 1 | -1/+1 |
* | made %llu work for printing unsigned long longs, added the generic curl source | Daniel Stenberg | 2008-06-30 | 1 | -14/+27 |
* | fix the treatment of the parameter-based precision, as in "%.*s%s" as | Daniel Stenberg | 2007-11-20 | 1 | -1/+4 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -68/+68 |
* | fixed a warning which MingW gcc 4.2.1. | Gunter Knauf | 2007-08-09 | 1 | -3/+3 |
* | proper symbol definition check for all AmigaOS flavours | Yang Tse | 2007-02-28 | 1 | -1/+1 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -1/+0 |
* | compiler warning fix | Yang Tse | 2007-02-01 | 1 | -5/+5 |
* | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg | 2006-10-17 | 1 | -1/+1 |
* | Undefine correct symbol. | Gisle Vanem | 2006-07-06 | 1 | -1/+1 |
* | Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc. | Gisle Vanem | 2006-07-05 | 1 | -0/+4 |
* | Diego Casorran patches to make (lib)curl build fine on Amiga again | Daniel Stenberg | 2005-07-13 | 1 | -0/+3 |
* | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | 2005-04-26 | 1 | -4/+4 |
* | Add 'const' to immutable arrays. | Dan Fandrich | 2004-12-15 | 1 | -5/+5 |
* | Removed fputc() prototype since it's already in stdio.h | Dan Fandrich | 2004-12-14 | 1 | -4/+0 |
* | Un-do changes for WinCE; cdecl decoration is not needed. | Gisle Vanem | 2004-11-08 | 1 | -14/+3 |
* | use ifdef not if | Daniel Stenberg | 2004-11-02 | 1 | -1/+1 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -3/+15 |
* | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | 2004-06-24 | 1 | -397/+404 |
* | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg | 2004-06-24 | 1 | -62/+48 |
* | return faster when we "hit a wall" while printfing | Daniel Stenberg | 2004-05-12 | 1 | -13/+22 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+1 |
* | the aprintf() versions now return NULL if _any_ alloc along the way failed, | Daniel Stenberg | 2004-05-10 | 1 | -3/+10 |
* | prevent warnings when using the gcc option -Wunreachable-code | Daniel Stenberg | 2004-05-05 | 1 | -5/+11 |
* | stricter variable type usage | Daniel Stenberg | 2004-03-23 | 1 | -5/+6 |
* | don't use 'register' | Daniel Stenberg | 2004-03-08 | 1 | -13/+21 |
* | fixed the test code to work | Daniel Stenberg | 2004-03-01 | 1 | -18/+13 |
* | Support 'z' for size_t-sized integer printing, as in %zd or %zx. | Daniel Stenberg | 2004-03-01 | 1 | -5/+6 |
* | use %ld when printf()ing long variables (and removed use of 'register') | Daniel Stenberg | 2004-02-26 | 1 | -3/+4 |
* | disable the use of long double, we don't use it | Daniel Stenberg | 2004-02-25 | 1 | -1/+1 |
* | Based on a patch by Greg Hewgill I modified how long long is used, as we | Daniel Stenberg | 2004-02-25 | 1 | -13/+22 |
* | added some extra typecasts to prevent compiler warnings when converting | Daniel Stenberg | 2004-02-21 | 1 | -4/+4 |
* | No longer support Z as a flag to print size_t, it isn't used by libcurl | Daniel Stenberg | 2004-02-20 | 1 | -6/+7 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -0/+2 |
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -2/+5 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -1/+8 |
* | snprintf() made a single-byte buffer overflow, as it could write a zero | Daniel Stenberg | 2003-10-26 | 1 | -18/+15 |
* | Respect HAVE_LONGLONG to support 'long long' | Daniel Stenberg | 2003-08-19 | 1 | -11/+7 |
* | fix the treatment of the variable width specifier '*', which caused a bug | Daniel Stenberg | 2003-08-06 | 1 | -0/+1 |