index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mprintf.c
Age
Commit message (
Expand
)
Author
2016-04-01
curl/mprintf.h: remove support for _MPRINTF_REPLACE
Daniel Stenberg
2016-03-06
mprintf: update trio project link
Jay Satiro
2016-02-03
URLs: Change more haxx.se URLs from http: to https:
Dan Fandrich
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2014-05-04
mprintf: allow %.s with data not being zero terminated
Daniel Stenberg
2013-12-30
mprintf: Added support for I, I32 and I64 size specifiers
Steve Holme
2013-06-25
printf: make sure %x are treated unsigned
Daniel Stenberg
2013-03-07
checksrc: ban unsafe functions
Daniel Stenberg
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
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-09-02
MemoryTracking: fix logging of free() calls done where Curl_safefree is called
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2010-04-16
dprintf_formatf: Value stored to 'left' is never read
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-20
fix compiler warning
Yang Tse
2010-02-20
fix compiler warning
Yang Tse
2010-02-04
fix printf-style format strings
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-09-13
fix compiler warning: external declaration in primary source file
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of realloc()
Yang Tse
2008-08-24
Remove debug tracing and nearly all changes introduced since revision 1.72
Yang Tse
2008-08-24
Debug trace curl_mprintf() on x86_64 and ia64 systems.
Yang Tse
2008-08-24
x86_64 fixes
Yang Tse
2008-08-24
x86_64 fixes
Yang Tse
2008-08-24
Test if type casting a 'signed int' to a 'signed long long' fails to do sign ...
Yang Tse
2008-08-23
explicit value assignment for comparison result
Yang Tse
2008-08-23
typecast constant in comparison
Yang Tse
2008-08-22
Improved curl_m*printf() integral data type size and signedness handling
Yang Tse
2008-08-22
cleanup the BOOL usage
Yang Tse
2008-08-21
MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64
Yang Tse
2008-08-21
Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf()
Yang Tse
2008-08-21
Fix one bug detected thanks to test case 557.
Yang Tse
2008-08-21
Some data type size adjustments.
Yang Tse
2008-08-21
Get rid of ENABLE_64BIT symbol definition and usage.
Yang Tse
2008-08-11
s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
Yang Tse
2008-06-30
made %llu work for printing unsigned long longs, added the generic curl source
Daniel Stenberg
2007-11-20
fix the treatment of the parameter-based precision, as in "%.*s%s" as
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-08-09
fixed a warning which MingW gcc 4.2.1.
Gunter Knauf
2007-02-28
proper symbol definition check for all AmigaOS flavours
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-01
compiler warning fix
Yang Tse
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
[next]