summaryrefslogtreecommitdiff
path: root/lib/conncache.c
Commit message (Expand)AuthorAgeFilesLines
* conncache: Fixed specifiers in infof() for long and size_t variablesSteve Holme2014-11-191-5/+6
* debug: added new connection cache output, plus fixupsCarlo Wood2014-11-181-0/+4
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-2/+2
* cleanups: reduce variable scopeDaniel Stenberg2014-10-141-3/+2
* create_conn: prune dead connectionsFrank Meier2014-08-121-2/+1
* conncache: move the connection counter to the cache structLindley French2014-06-131-0/+1
* Updated copyright year for recent changesSteve Holme2014-01-041-1/+1
* conncache.c: fix possible dereference of null pointerMarc Hoersken2014-01-041-3/+6
* 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