Tobias Stoeckmann
|
8829703b5a
mprintf: Fix stack overflows
|
4 years ago |
Tobias Stoeckmann
|
94b03664de
mprintf: Fix dollar string handling
|
4 years ago |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 years ago |
Daniel Stenberg
|
ed35d6590e
dynbuf: introduce internal generic dynamic buffer functions
|
4 years ago |
Jay Satiro
|
9c1806ae46
build: Disable Visual Studio warning "conditional expression is constant"
|
5 years ago |
Daniel Stenberg
|
0bc60d91de
copyrights: fix copyright year range
|
5 years ago |
Tim Rühsen
|
e4f2a5bc1b
mprintf: avoid unsigned integer overflow warning
|
6 years ago |
Daniel Stenberg
|
87501e57f1
code style: remove wrong uses of multiple spaces
|
7 years ago |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Daniel Stenberg
|
6b9bc5a4fe
CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG
|
7 years ago |
Daniel Stenberg
|
80d9e35598
system.h: remove all CURL_SIZEOF_* defines
|
7 years ago |
Daniel Stenberg
|
8589e1fe30
assert: avoid, use DEBUGASSERT instead!
|
7 years ago |
Marcel Raad
|
cee39aa3be
lib: fix compiler warnings
|
7 years ago |
Marcel Raad
|
b851421642
lib: remove unused code
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Marcel Raad
|
773cef4fae
lib: fix MSVC compiler warnings
|
8 years ago |
Daniel Stenberg
|
3ab3c16db6
printf: fix floating point buffer overflow issues
|
8 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
5dd1b65f79
printf: fix ".*f" handling
|
8 years ago |
Daniel Stenberg
|
8732ec40db
aprintf: detect wrap-around when growing allocation
|
8 years ago |
Daniel Stenberg
|
71588c9aef
mprintf: return error on too many arguments
|
8 years ago |
Daniel Stenberg
|
b499073406
dprintf_formatf: fix (false?) Coverity warning
|
8 years ago |
Jay Satiro
|
68701e51c1
mprintf: Fix processing of width and prec args
|
8 years ago |
Daniel Stenberg
|
55452ebdff
curl/mprintf.h: remove support for _MPRINTF_REPLACE
|
8 years ago |
Jay Satiro
|
1e58922f1e
mprintf: update trio project link
|
8 years ago |
Dan Fandrich
|
093f9cd38d
URLs: Change more haxx.se URLs from http: to https:
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Daniel Stenberg
|
812da4190f
mprintf: allow %.s with data not being zero terminated
|
10 years ago |
Steve Holme
|
0aafd77fa4
mprintf: Added support for I, I32 and I64 size specifiers
|
11 years ago |