summaryrefslogtreecommitdiff
path: root/lib/mprintf.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-271-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* mprintf: reject two kinds of precision for the same argumentDaniel Stenberg2022-10-181-0/+5
* mprintf: use snprintf if availableDaniel Stenberg2022-09-221-0/+4
* misc: null-terminateDaniel Stenberg2022-09-171-1/+1
* mprintf: fix *dyn_vprintf() when out-of-memoryDaniel Stenberg2022-07-191-3/+2
* mprintf: make dprintf_formatf never return negativeDaniel Stenberg2022-07-171-6/+6
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* mprintf: ignore clang non-literal format stringGregor Jasny2022-05-161-0/+7
* mprintf: remove strlen calls on empty strings in dprintf_formatfHenrik Holst2022-02-111-0/+2
* misc: remove the final watcom referencesDaniel Stenberg2022-01-171-2/+1
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-1/+1
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-081-1/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-021-1/+1
* dynbuf: make *addf() not require extra mallocsDaniel Stenberg2020-09-231-16/+27
* checksrc: verify do-while and spaces between the bracesDaniel Stenberg2020-08-241-5/+5
* mprintf: Fix stack overflowsTobias Stoeckmann2020-07-271-1/+5
* mprintf: Fix dollar string handlingTobias Stoeckmann2020-07-271-5/+15
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-8/+6
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-55/+16
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* 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