Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
il y a 3 ans |
Daniel Stenberg
|
dddad339e8
conncache: lowercase the hash key for better match
|
il y a 3 ans |
Daniel Stenberg
|
cfff12a0b3
lib: remove 'conn->data' completely
|
il y a 3 ans |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
il y a 3 ans |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
il y a 3 ans |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
il y a 4 ans |
Daniel Stenberg
|
9e90ff0839
hash: make it 'struct Curl_hash'
|
il y a 4 ans |
Daniel Stenberg
|
9b3f888a00
llist: make it "struct Curl_llist"
|
il y a 4 ans |
Daniel Stenberg
|
8346c90b78
conncache: download buffer needs +1 size for trailing zero
|
il y a 4 ans |
Daniel Stenberg
|
f3d501dc67
build: disable more code/data when built without proxy support
|
il y a 4 ans |
Daniel Stenberg
|
c4e6968127
url: alloc the download buffer at transfer start
|
il y a 4 ans |
Daniel Stenberg
|
c069027139
conncache: various concept cleanups
|
il y a 4 ans |
Daniel Stenberg
|
7745000338
conncache: removed unused Curl_conncache_bundle_size()
|
il y a 4 ans |
Daniel Stenberg
|
1d5c427d7f
conncache: CONNECT_ONLY connections assumed always in-use
|
il y a 5 ans |
Daniel Stenberg
|
ee263de7a3
conncache: fix multi-thread use of shared connection cache
|
il y a 5 ans |
Daniel Stenberg
|
dcd7e37c3a
url: make Curl_close() NULLify the pointer too
|
il y a 5 ans |
Steve Holme
|
bdf6d8af3e
conncache: Remove the DEBUGASSERT on length check
|
il y a 5 ans |
Daniel Stenberg
|
a6183ab23a
url: default conn->port to the same as conn->remote_port
|
il y a 5 ans |
Daniel Stenberg
|
2f11fbf208
conncache: make "bundles" per host name when doing proxy tunnels
|
il y a 5 ans |
Daniel Stenberg
|
e649432e72
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
|
il y a 5 ans |
Daniel Stenberg
|
e3a53e3efb
conncache: use conn->data to know if a transfer owns it
|
il y a 5 ans |
Daniel Stenberg
|
05b100aee2
cleanup: make local functions static
|
il y a 5 ans |
Daniel Stenberg
|
ba243235ec
urldata: rename easy_conn to just conn
|
il y a 5 ans |
Daniel Stenberg
|
85f9aa08d9
conncache_unlock: avoid indirection by changing input argument type
|
il y a 5 ans |
Daniel Stenberg
|
fb445a1e18
disconnect: separate connections and easy handles better
|
il y a 5 ans |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
il y a 6 ans |
Daniel Stenberg
|
81377cace6
vtls: set conn->data when closing TLS
|
il y a 6 ans |
Daniel Stenberg
|
1b76c38904
conn: remove the boolean 'inuse' field
|
il y a 6 ans |
Daniel Stenberg
|
f762fec323
url: check Curl_conncache_add_conn return code
|
il y a 6 ans |
Daniel Stenberg
|
2c15693a3c
url: fix dangling conn->data pointer
|
il y a 6 ans |