Daniel Stenberg
|
030adbceeb
conncache: remove name arg from Curl_conncache_find_bundle
|
2 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
|
8ab78f720a
misc: fix "warning: empty expression statement has no effect"
|
3 years ago |
Daniel Stenberg
|
769a4687df
tests/server/disabled: add "wakeup"
|
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
|
c069027139
conncache: various concept cleanups
|
4 years ago |
Daniel Stenberg
|
7745000338
conncache: removed unused Curl_conncache_bundle_size()
|
4 years ago |
Daniel Stenberg
|
ee263de7a3
conncache: fix multi-thread use of shared connection cache
|
4 years ago |
Daniel Stenberg
|
2f11fbf208
conncache: make "bundles" per host name when doing proxy tunnels
|
5 years ago |
Daniel Stenberg
|
2f44e94efb
pipelining: removed
|
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
|
f762fec323
url: check Curl_conncache_add_conn return code
|
6 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
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Daniel Stenberg
|
e60fe20fdf
llist: replace Curl_llist_alloc with Curl_llist_init
|
7 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Daniel Stenberg
|
38bd6bf0bb
bundles: store no/default/pipeline/multiplex
|
9 years ago |
Daniel Stenberg
|
fd137786e5
bundles: merged into conncache.c
|
9 years ago |
Daniel Stenberg
|
640296c95d
connection cache: avoid Curl_hash_alloc()
|
9 years ago |
Daniel Stenberg
|
852d35b6ea
proxy: re-use proxy connections (regression)
|
9 years ago |
Frank Meier
|
01368d395c
create_conn: prune dead connections
|
10 years ago |
Marcel Raad
|
2cd0c2d244
conncache: fix compiler warning
|
10 years ago |
Lindley French
|
964e43c5e2
conncache: move the connection counter to the cache struct
|
10 years ago |
Daniel Stenberg
|
6420672879
curl_easy_init: use less mallocs
|
11 years ago |
Daniel Stenberg
|
c43127414d
always-multi: always use non-blocking internals
|
11 years ago |