Daniel Stenberg
|
8346c90b78
conncache: download buffer needs +1 size for trailing zero
|
4 years ago |
Daniel Stenberg
|
f3d501dc67
build: disable more code/data when built without proxy support
|
4 years ago |
Daniel Stenberg
|
c4e6968127
url: alloc the download buffer at transfer start
|
4 years ago |
Daniel Stenberg
|
c069027139
conncache: various concept cleanups
|
4 years ago |
Daniel Stenberg
|
7745000338
conncache: removed unused Curl_conncache_bundle_size()
|
4 years ago |
Daniel Stenberg
|
1d5c427d7f
conncache: CONNECT_ONLY connections assumed always in-use
|
5 years ago |
Daniel Stenberg
|
ee263de7a3
conncache: fix multi-thread use of shared connection cache
|
5 years ago |
Daniel Stenberg
|
dcd7e37c3a
url: make Curl_close() NULLify the pointer too
|
5 years ago |
Steve Holme
|
bdf6d8af3e
conncache: Remove the DEBUGASSERT on length check
|
5 years ago |
Daniel Stenberg
|
a6183ab23a
url: default conn->port to the same as conn->remote_port
|
5 years ago |
Daniel Stenberg
|
2f11fbf208
conncache: make "bundles" per host name when doing proxy tunnels
|
5 years ago |
Daniel Stenberg
|
e649432e72
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
|
5 years ago |
Daniel Stenberg
|
e3a53e3efb
conncache: use conn->data to know if a transfer owns it
|
5 years ago |
Daniel Stenberg
|
05b100aee2
cleanup: make local functions static
|
5 years ago |
Daniel Stenberg
|
ba243235ec
urldata: rename easy_conn to just conn
|
5 years ago |
Daniel Stenberg
|
85f9aa08d9
conncache_unlock: avoid indirection by changing input argument type
|
5 years ago |
Daniel Stenberg
|
fb445a1e18
disconnect: separate connections and easy handles better
|
5 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Daniel Stenberg
|
81377cace6
vtls: set conn->data when closing TLS
|
6 years ago |
Daniel Stenberg
|
1b76c38904
conn: remove the boolean 'inuse' field
|
6 years ago |
Daniel Stenberg
|
f762fec323
url: check Curl_conncache_add_conn return code
|
6 years ago |
Daniel Stenberg
|
2c15693a3c
url: fix dangling conn->data pointer
|
6 years ago |
Rikard Falkeborn
|
8ea5d41fe0
strictness: correct {infof, failf} format specifiers
|
6 years ago |
Daniel Stenberg
|
41982b6ac9
conncache: fix a return code [regression]
|
7 years ago |
Daniel Stenberg
|
07cb27c98e
conncache: fix several lock issues
|
7 years ago |
Daniel Stenberg
|
67c55a26d5
share: add support for sharing the connection cache
|
7 years ago |
Daniel Stenberg
|
cbae73e1dd
llist: no longer uses malloc
|
7 years ago |
Daniel Stenberg
|
e60fe20fdf
llist: replace Curl_llist_alloc with Curl_llist_init
|
7 years ago |
Daniel Stenberg
|
2066072ff2
conncache: make hashkey avoid malloc
|
7 years ago |
Michael Kaufmann
|
ddedc1b3f3
string formatting: fix 4 printf-style format strings
|
7 years ago |