summaryrefslogtreecommitdiff
path: root/lib/mprintf.c
Commit message (Expand)AuthorAgeFilesLines
* mprintf: avoid unsigned integer overflow warningTim Rühsen2018-11-021-1/+1
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-12/+12
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-6/+2
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-2/+2
* assert: avoid, use DEBUGASSERT instead!Daniel Stenberg2017-05-221-4/+2
* lib: fix compiler warningsMarcel Raad2017-05-031-1/+1
* lib: remove unused codeMarcel Raad2017-04-261-4/+0
* Improve code readbilitySylvestre Ledru2017-03-131-4/+2
* lib: fix MSVC compiler warningsMarcel Raad2016-12-211-1/+1
* printf: fix floating point buffer overflow issuesDaniel Stenberg2016-12-191-2/+18
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* printf: fix ".*f" handlingDaniel Stenberg2016-11-081-1/+0
* aprintf: detect wrap-around when growing allocationDaniel Stenberg2016-10-311-3/+6
* mprintf: return error on too many argumentsDaniel Stenberg2016-10-081-5/+12
* dprintf_formatf: fix (false?) Coverity warningDaniel Stenberg2016-05-171-55/+58
* mprintf: Fix processing of width and prec argsJay Satiro2016-05-131-20/+40
* curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg2016-04-011-6/+1
* mprintf: update trio project linkJay Satiro2016-03-061-1/+1
* URLs: Change more haxx.se URLs from http: to https:Dan Fandrich2016-02-031-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf: allow %.s with data not being zero terminatedDaniel Stenberg2014-05-041-4/+4
* mprintf: Added support for I, I32 and I64 size specifiersSteve Holme2013-12-301-6/+50
* printf: make sure %x are treated unsignedDaniel Stenberg2013-06-251-8/+8
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-071-108/+9
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1197
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1197/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-95/+51
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* dprintf_formatf: Value stored to 'left' is never readDaniel Stenberg2010-04-161-1/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-02-201-1/+1
* fix compiler warningYang Tse2010-02-201-1/+1
* fix printf-style format stringsYang Tse2010-02-041-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-2/+0
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* Remove debug tracing and nearly all changes introduced since revision 1.72Yang Tse2008-08-241-96/+21
* Debug trace curl_mprintf() on x86_64 and ia64 systems.Yang Tse2008-08-241-0/+61
* x86_64 fixesYang Tse2008-08-241-2/+3
* x86_64 fixesYang Tse2008-08-241-27/+32
* Test if type casting a 'signed int' to a 'signed long long' fails to do sign ...Yang Tse2008-08-241-1/+10