Age | Commit message (Expand) | Author |
2018-11-02 | mprintf: avoid unsigned integer overflow warning | Tim Rühsen |
2017-09-12 | code style: remove wrong uses of multiple spaces | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-17 | CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG | Daniel Stenberg |
2017-08-17 | system.h: remove all CURL_SIZEOF_* defines | Daniel Stenberg |
2017-05-22 | assert: avoid, use DEBUGASSERT instead! | Daniel Stenberg |
2017-05-03 | lib: fix compiler warnings | Marcel Raad |
2017-04-26 | lib: remove unused code | Marcel Raad |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-12-21 | lib: fix MSVC compiler warnings | Marcel Raad |
2016-12-19 | printf: fix floating point buffer overflow issues | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-08 | printf: fix ".*f" handling | Daniel Stenberg |
2016-10-31 | aprintf: detect wrap-around when growing allocation | Daniel Stenberg |
2016-10-08 | mprintf: return error on too many arguments | Daniel Stenberg |
2016-05-17 | dprintf_formatf: fix (false?) Coverity warning | Daniel Stenberg |
2016-05-13 | mprintf: Fix processing of width and prec args | Jay Satiro |
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 |