summaryrefslogtreecommitdiff
path: root/content/llcache.c
Commit message (Expand)AuthorAgeFilesLines
* Some more asserts to try and help spot multiple-release of llcache handlesDaniel Silverstone2010-04-091-4/+16
* Fix missing 'break' introduced by 10300Daniel Silverstone2010-04-081-0/+1
* Add an assert to clarify a segfault I'm investigatingDaniel Silverstone2010-04-081-0/+2
* Remove todo -- no longer appropriateDaniel Silverstone2010-04-081-1/+1
* Ensure an error'd fetch's llcache object is implicitly stale so it is not reusedDaniel Silverstone2010-04-081-1/+3
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llca...Daniel Silverstone2010-04-081-3/+0
* Remove parent from fetches, clearing a todo from llcache.cDaniel Silverstone2010-04-081-1/+0
* When we've snapshotted an object, make sure we add the *new* object into the ...John Mark Bell2010-04-081-1/+2
* 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