summaryrefslogtreecommitdiff
path: root/lib/conncache.h
Commit message (Expand)AuthorAgeFilesLines
* 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