Daniel Stenberg
|
ef695fc301
Curl_retry_request: fix memory leak
|
6 years ago |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 years ago |
Daniel Stenberg
|
fb30ac5a2d
URL-API
|
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 |
Marcel Raad
|
15ed9f87e3
curl-compilers: enable -Wimplicit-fallthrough=4 for GCC
|
6 years ago |
Daniel Stenberg
|
8c80a9d1e2
upload: change default UPLOAD_BUFSIZE to 64KB
|
6 years ago |
Daniel Stenberg
|
e6e9b006f7
upload: allocate upload buffer on-demand
|
6 years ago |
Daniel Stenberg
|
d38b4737fd
windows: follow up to the buffer-tuning 1ba1dba7
|
6 years ago |
Daniel Jelinski
|
1ba1dba76a
windows: implement send buffer tuning
|
6 years ago |
Harry Sintonen
|
1836d59ed8
HTTP: Don't attempt to needlessly decompress redirect body
|
6 years ago |
Daniel Stenberg
|
5ae22272d1
Curl_debug: remove dead printhost code
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
fe6b78b42d
setup_transfer: deal with both sockets being -1
|
6 years ago |
Daniel Stenberg
|
f8d608f38d
transfer: don't unset writesockfd on setup of multiplexed conns
|
6 years ago |
Stephan Mühlstrasser
|
7f41432c19
URL: fix ASCII dependency in strcpy_url and strlen_url
|
6 years ago |
Daniel Stenberg
|
3c630f9b0a
strcpy_url: only %-encode values >= 0x80
|
6 years ago |
Stephan Mühlstrasser
|
dd7521bcc1
ctype: restore character classification for non-ASCII platforms
|
6 years ago |
Daniel Stenberg
|
d122df5972
http2: handle GOAWAY properly
|
6 years ago |
Daniel Stenberg
|
a9a7b606c2
transfer: make HTTP without headers count correct body size
|
6 years ago |
Daniel Stenberg
|
d52dc4760f
readwrite: make sure excess reads don't go beyond buffer end
|
6 years ago |
Daniel Stenberg
|
8123560d44
HTTP: allow "header;" to replace an internal header with a blank one
|
6 years ago |
Björn Stenberg
|
b46cfbc068
TODO fixed: Detect when called from within callbacks
|
6 years ago |
Patrick Monnerat
|
dbcced8e32
HTTP: support multiple Content-Encodings
|
7 years ago |
Jay Satiro
|
979d2877be
transfer: Fix chunked-encoding upload bug
|
7 years ago |
Max Dymond
|
7b11c5dbe6
wildcards: don't use with non-supported protocols
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |
Daniel Stenberg
|
93843c372f
conversions: fix several compiler warnings
|
7 years ago |
Daniel Stenberg
|
87501e57f1
code style: remove wrong uses of multiple spaces
|
7 years ago |