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
|
02eb6184ad
Curl_checkheaders: make it available for IMAP and SMTP too
|
7 years ago |
Daniel Stenberg
|
9926357b42
mime: unified to use the typedef'd mime structs everywhere
|
7 years ago |
Patrick Monnerat
|
ce0881edee
mime: new MIME API.
|
7 years ago |
Ryan Winograd
|
43d036e724
progress: Track total times following redirects
|
7 years ago |
Salah-Eddin Shaban
|
d6ecb2c851
redirect: skip URL encoding for host names
|
7 years ago |
Daniel Stenberg
|
b3786f61dc
url: make the original string get used on subsequent transfers
|
7 years ago |
Daniel Stenberg
|
e54db1b053
transfer: init the infilesize from the postfields...
|
7 years ago |
Daniel Stenberg
|
bba59073c5
redirect: store the "would redirect to" URL when max redirs is reached
|
7 years ago |
Daniel Stenberg
|
31b39c40cf
multi: use a fixed array of timers instead of malloc
|
7 years ago |
Daniel Stenberg
|
e9fd794a61
multi: assign IDs to all timers and make each timer singleton
|
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
|
40a074f255
transfer: fix minor buffer_size mistake
|
7 years ago |
Daniel Stenberg
|
e698b82287
transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()
|
7 years ago |
Daniel Stenberg
|
e60fe20fdf
llist: replace Curl_llist_alloc with Curl_llist_init
|
7 years ago |
klemens
|
f7df67cff0
spelling fixes
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Markus Westerlind
|
6ffe0f5d96
transfer: only retry nobody-requests for HTTP
|
7 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
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
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Daniel Stenberg
|
a8e751a51a
http: refuse to pass on response body with NO_NODY was set
|
8 years ago |
Daniel Stenberg
|
3d4c0c8b9b
http2: return EOF when done uploading without known size
|
8 years ago |
Olivier Brunel
|
4b86113f5e
speed caps: not based on average speeds anymore
|
8 years ago |
Daniel Stenberg
|
31e33a9a46
HTTP: retry failed HEAD requests too
|
8 years ago |