Daniel Stenberg
|
31e53584db
escape: make the URL decode able to reject only %00 bytes
|
4 years ago |
Daniel Stenberg
|
5afa07fab5
Revert "file: on Windows, refuse paths that start with \\"
|
4 years ago |
Daniel Stenberg
|
50e35ccfbb
file: fix copyright year range
|
4 years ago |
Daniel Stenberg
|
1b71bc532b
file: on Windows, refuse paths that start with \\
|
5 years ago |
Daniel Stenberg
|
5add3514e6
file: fix "Checking if unsigned variable 'readcount' is less than zero."
|
5 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Daniel Stenberg
|
e50a2002bd
FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output
|
6 years ago |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 years ago |
Daniel Stenberg
|
2825f46d95
CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
|
6 years ago |
Daniel Stenberg
|
1a890997a4
all: s/int/size_t cleanup
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Viktor Szakats
|
4bd91bc474
spelling fixes
|
6 years ago |
Daniel Stenberg
|
ddd31dc5dd
time_t-fixes: remove typecasts to 'long' for info.filetime
|
6 years ago |
Max Dymond
|
811d96e9e2
file: Check the return code from Curl_range and bail out on error
|
6 years ago |
Max Dymond
|
e04417d98f
Curl_range: commonize FTP and FILE range handling
|
6 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
afbdc96638
file_range: avoid integer overflow when figuring out byte range
|
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
|
ff50fe0348
strtoofft: reduce integer overflow risks globally
|
7 years ago |
Even Rouault
|
c9332fa5e8
file: output the correct buffer to the user
|
7 years ago |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 years ago |
Daniel Stenberg
|
68c6dcb2cb
file: make speedcheck use current time for checks
|
7 years ago |
Daniel Stenberg
|
e40e9d7f0d
buffer: use data->set.buffer_size instead of BUFSIZE
|
7 years ago |
Daniel Stenberg
|
89cf6f38d2
upload: UPLOAD_BUFSIZE is now for the upload buffer
|
7 years ago |
Daniel Stenberg
|
7c312f84ea
file: use private buffer for C-L output
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Richy Kim
|
6b7616690e
CURLOPT_BUFFERSIZE: support enlarging receive buffer
|
7 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Michael Kaufmann
|
f9e51fb55d
file: fix compiler warning
|
8 years ago |