summaryrefslogtreecommitdiff
path: root/lib/conncache.h
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-02hash: make it 'struct Curl_hash'Daniel Stenberg
2020-09-02llist: make it "struct Curl_llist"Daniel Stenberg
2020-04-30conncache: various concept cleanupsDaniel Stenberg
2020-01-24conncache: removed unused Curl_conncache_bundle_size()Daniel Stenberg
2019-12-09conncache: fix multi-thread use of shared connection cacheDaniel Stenberg
2019-05-28conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg
2019-04-06pipelining: removedDaniel Stenberg
2018-12-22conncache_unlock: avoid indirection by changing input argument typeDaniel Stenberg
2018-12-22disconnect: separate connections and easy handles betterDaniel Stenberg
2018-06-25url: check Curl_conncache_add_conn return codeDaniel Stenberg
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-11-09share: add support for sharing the connection cacheDaniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-18bundles: store no/default/pipeline/multiplexDaniel Stenberg
2015-05-12bundles: merged into conncache.cDaniel Stenberg
2015-05-12connection cache: avoid Curl_hash_alloc()Daniel Stenberg
2015-03-11proxy: re-use proxy connections (regression)Daniel Stenberg
2014-08-12create_conn: prune dead connectionsFrank Meier
2014-07-23conncache: fix compiler warningMarcel Raad
2014-06-13conncache: move the connection counter to the cache structLindley French
2013-04-26curl_easy_init: use less mallocsDaniel Stenberg
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-24Curl_conncache_foreach: allow callback to break loopDaniel Stenberg
2012-12-10conncache: fix enumerated type mixed with another typeYang Tse
2012-12-07Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing