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 |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
53cbea2231
file: reject paths using embedded %00
|
10 years ago |
Daniel Stenberg
|
d5ec44ca4c
INFILESIZE: fields in UserDefined must not be changed run-time
|
10 years ago |
Steve Holme
|
60bd22620a
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
|
11 years ago |
Daniel Stenberg
|
e79535bc5e
SessionHandle: the protocol specific pointer is now a void *
|
11 years ago |
Daniel Stenberg
|
4ad8e142da
urldata: clean up the use of the protocol specific structs
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 years ago |
Sebastian Rasmussen
|
38ed72cd37
FILE: Make upload-writes unbuffered by not using FILE streams
|
12 years ago |