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
|
8 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 |
Daniel Stenberg
|
46133aa536
escape: avoid using curl_easy_unescape() internally
|
8 years ago |
Miroslav Franc
|
bf430ecdef
library: Fix memory leaks found during static analysis
|
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 |
Daniel Stenberg
|
b3912d9dd7
file: remove duplicate checks of the same variable
|
8 years ago |
Daniel Stenberg
|
1e486db9c2
file: try reading from files with no size
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Daniel Stenberg
|
b0143a2a33
read_callback: move to SessionHandle from connectdata
|
9 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |