Daniel Stenberg
|
81b4e99b1e
curl: improve the existing file check with -J
|
4 years ago |
Daniel Stenberg
|
14dd0c0200
memdebug: don't log free(NULL)
|
4 years ago |
Marcel Raad
|
10db3ef21e
lib: reduce variable scopes
|
5 years ago |
Gisle Vanem
|
b21701c54b
memdebug: fix variable name
|
5 years ago |
Daniel Stenberg
|
401cb92954
memdebug: log pointer before freeing its data
|
5 years ago |
Daniel Stenberg
|
76b6348949
memdebug: make debug-specific functions use curl_dbg_ prefix
|
5 years ago |
Daniel Stenberg
|
49d73d40f6
memdebug: bring back curl_mark_sclose
|
5 years ago |
Daniel Stenberg
|
05b100aee2
cleanup: make local functions static
|
5 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Marcel Raad
|
52d9a11c1c
memdebug: use send/recv signature for curl_dosend/curl_dorecv
|
7 years ago |
Daniel Stenberg
|
ad164eceb3
memdebug: trace send, recv and socket
|
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
|
a5834e525d
errno: fix non-windows builds after af0216251b94e7
|
7 years ago |
Gisle Vanem
|
0cec0f4615
memdebug: don't setbuf() if the file open failed
|
7 years ago |
Kamil Dudka
|
945919db5b
memdebug: fix compilation failure
|
7 years ago |
Daniel Stenberg
|
8589e1fe30
assert: avoid, use DEBUGASSERT instead!
|
7 years ago |
Marcel Raad
|
cee39aa3be
lib: fix compiler warnings
|
7 years ago |
klemens
|
f7df67cff0
spelling fixes
|
7 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Gisle Vanem
|
9a1593501c
memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNC
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
6a353b105a
memdebug: skip logging the limit countdown, fflush when reached
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Jay Satiro
|
e8423f9ce1
curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
|
9 years ago |
Daniel Stenberg
|
2dc1a5ce93
checksrc: detect and remove space before trailing semicolons
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Daniel Stenberg
|
7b057f53fd
curl_dofree: allow free(NULL)
|
11 years ago |
Yang Tse
|
4fad1943a2
string formatting: fix 15+ printf-style format strings
|
11 years ago |
Yang Tse
|
de052ca6fc
string formatting: fix 25+ printf-style format strings
|
11 years ago |