summaryrefslogtreecommitdiff
path: root/lib/conncache.h
Commit message (Expand)AuthorAgeFilesLines
* fixup connection cache free in curl_easy_cleanupbagder/share-connection-cacheDaniel Stenberg2017-11-041-2/+0
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-041-2/+10
* 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