Daniel Stenberg
|
880cd5dd20
strerror: make the strerror function use local buffers
|
5 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 years ago |
Daniel Stenberg
|
1a890997a4
all: s/int/size_t cleanup
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
2e65a92052
tftp: make sure error is zero terminated before printfing it
|
6 years ago |
Daniel Stenberg
|
8020a0c62f
curl_setup: provide a CURL_SA_FAMILY_T type if none exists
|
6 years ago |
Eric Gallager
|
a19fefb070
build: add picky compiler warning flags for gcc 6 and 7
|
6 years ago |
Daniel Stenberg
|
0d85eed3df
Curl_timeleft: change return type to timediff_t
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
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 |
Even Rouault
|
16c71fafb9
tftp: fix memory leak on too long filename
|
7 years ago |
Daniel Stenberg
|
358b2b131a
tftp: reject file name lengths that don't fit
|
7 years ago |
Dwarakanath Yadavalli
|
512f8c774a
libcurl: Stop using error codes defined under CURL_NO_OLDIES
|
7 years ago |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 years ago |
Marcel Raad
|
3661c8aeb0
tftp: silence bad-function-cast warning
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Marcel Raad
|
21aa32d30d
lib: fix compiler warnings after de4de4e3c7c
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |
Daniel Stenberg
|
46133aa536
escape: avoid using curl_easy_unescape() internally
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Serj Kalichev
|
edeabf741f
TFTP: Fix upload problem with piped input
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
a71012c03e
code: style updates
|
8 years ago |
Jay Satiro
|
186546f1c5
TFTP: add option to suppress TFTP option requests (Part 2)
|
9 years ago |
Michael Koenig
|
9dc3eaee29
TFTP: add option to suppress TFTP option requests (Part 1)
|
9 years ago |