summaryrefslogtreecommitdiff
path: root/lib/conncache.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* lib and tests: add missing curl.h includesMarcel Raad2022-09-121-0/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* conncache: remove name arg from Curl_conncache_find_bundleDaniel Stenberg2022-04-251-3/+2
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-3/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-2/+3
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-10/+17
* tests/server/disabled: add "wakeup"Daniel Stenberg2020-12-111-0/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-1/+1
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-1/+1
* conncache: various concept cleanupsDaniel Stenberg2020-04-301-5/+4
* conncache: removed unused Curl_conncache_bundle_size()Daniel Stenberg2020-01-241-2/+1
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-091-1/+23
* conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg2019-05-281-1/+2
* pipelining: removedDaniel Stenberg2019-04-061-2/+1
* conncache_unlock: avoid indirection by changing input argument typeDaniel Stenberg2018-12-221-1/+1
* disconnect: separate connections and easy handles betterDaniel Stenberg2018-12-221-1/+2
* url: check Curl_conncache_add_conn return codeDaniel Stenberg2018-06-251-2/+2
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-7/+19
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-2/+8
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* bundles: store no/default/pipeline/multiplexDaniel Stenberg2015-05-181-2/+6
* bundles: merged into conncache.cDaniel Stenberg2015-05-121-0/+7
* connection cache: avoid Curl_hash_alloc()Daniel Stenberg2015-05-121-2/+2
* proxy: re-use proxy connections (regression)Daniel Stenberg2015-03-111-2/+4
* create_conn: prune dead connectionsFrank Meier2014-08-121-1/+2
* conncache: fix compiler warningMarcel Raad2014-07-231-1/+1
* conncache: move the connection counter to the cache structLindley French2014-06-131-0/+1
* curl_easy_init: use less mallocsDaniel Stenberg2013-04-261-1/+1
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-8/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+59
* build: rename 76 lib/*.h filesYang Tse2012-12-281-59/+0
* Curl_conncache_foreach: allow callback to break loopDaniel Stenberg2012-12-241-1/+2
* conncache: fix enumerated type mixed with another typeYang Tse2012-12-101-8/+10
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-0/+56