summaryrefslogtreecommitdiff
path: root/content/llcache.c
Commit message (Expand)AuthorAgeFilesLines
* Make downloads work again.John Mark Bell2010-04-051-7/+59
* Most of a stop implementation.John Mark Bell2010-04-041-33/+146
* Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been dest...John Mark Bell2010-03-301-1/+1
* Disable llcache tracingJohn Mark Bell2010-03-291-1/+1
* Fix broken linked list removal.John Mark Bell2010-03-291-1/+1
* Forbid contents with active fetches from being cleaned.John Mark Bell2010-03-291-3/+5
* Exceptionally verbose tracing of llcache operation.John Mark Bell2010-03-291-6/+99
* Fixup per reviewJohn Mark Bell2010-03-281-70/+9
* Allow us to cache foo?bar when it explicitly allows it. as per rfc2616 13.9Daniel Silverstone2010-03-281-8/+15
* Ensure that finished redirection objects in llcache do not get found by subse...Daniel Silverstone2010-03-281-1/+6
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-56/+58
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-0/+1815