Daniel Stenberg
|
664249d095
ws: initial websockets support
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
030adbceeb
conncache: remove name arg from Curl_conncache_find_bundle
|
2 years ago |
Daniel Stenberg
|
058f98dc3f
conncache: include the zone id in the "bundle" hashkey
|
2 years ago |
Daniel Stenberg
|
d4cf98bbd1
connecache: remove duplicate connc->closure_handle check
|
2 years ago |
Daniel Stenberg
|
79cca04da8
conncache: make conncache_add_bundle return the pointer
|
2 years ago |
Daniel Stenberg
|
e74a6b7b72
url: make Curl_disconnect return void
|
2 years ago |
Daniel Stenberg
|
254f7bd78a
hash: lazy-alloc the table in Curl_hash_add()
|
2 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
dddad339e8
conncache: lowercase the hash key for better match
|
3 years ago |
Daniel Stenberg
|
cfff12a0b3
lib: remove 'conn->data' completely
|
3 years ago |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
9e90ff0839
hash: make it 'struct Curl_hash'
|
4 years ago |
Daniel Stenberg
|
9b3f888a00
llist: make it "struct Curl_llist"
|
4 years ago |
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
|
4 years ago |
Daniel Stenberg
|
ee263de7a3
conncache: fix multi-thread use of shared connection cache
|
4 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 |