summaryrefslogtreecommitdiff
path: root/content/hlcache.c
Commit message (Expand)AuthorAgeFilesLines
* Add assertionJohn Mark Bell2010-04-161-0/+1
* Stop leaking hlcache handles.John Mark Bell2010-04-131-1/+1
* Revert last change.Michael Drake2010-04-121-5/+0
* Make new cache strip the fragment identifier, like fetchcache did.Michael Drake2010-04-121-0/+5
* Provide API to enable a handle's callback to be replacedJohn Mark Bell2010-04-111-0/+10
* Implement hlcache_poll(), which drives the low-level cache event loop, and at...John Mark Bell2010-04-111-0/+52
* Remove redundant todoJohn Mark Bell2010-04-111-1/+0
* Ensure content can be shared when retrieving from cacheJohn Mark Bell2010-04-111-1/+4
* Ensure quirks mode matches when retrieving contents from cacheJohn Mark Bell2010-04-111-1/+5
* Copy child charset, if anyJohn Mark Bell2010-04-111-6/+21
* Kill uninitialized warning about 'type'Daniel Silverstone2010-04-091-1/+1
* Move the removal of the retrieval context to prevent a re-entrancy race causi...Daniel Silverstone2010-04-081-3/+7
* Ensure that aborting or releasing hlcache handles will result in nascent retr...Daniel Silverstone2010-04-081-16/+57
* Abort and release llcache handle on failure to process data.John Mark Bell2010-04-081-0/+5
* Make downloads work again.John Mark Bell2010-04-051-11/+41
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-4/+74
* Most of a stop implementation.John Mark Bell2010-04-041-3/+59
* Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been dest...John Mark Bell2010-03-301-1/+8
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-8/+0
* Use hlcache_child_ctx, instead of just hoping that we replicate its members c...John Mark Bell2010-03-291-47/+8
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-0/+362