summaryrefslogtreecommitdiff
path: root/lib/conncache.c
Commit message (Expand)AuthorAgeFilesLines
* curl_easy_init: use less mallocsDaniel Stenberg2013-04-261-4/+2
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-5/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+285
* build: rename 93 lib/*.c filesYang Tse2013-01-031-285/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-10/+10
* Curl_conncache_foreach: allow callback to break loopDaniel Stenberg2012-12-241-3/+7
* bundles connection caching: some out of memory handling fixesYang Tse2012-12-191-5/+16
* conncache: fix enumerated type mixed with another typeYang Tse2012-12-101-1/+1
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-0/+270