summaryrefslogtreecommitdiff
path: root/content/hlcache.c
Commit message (Expand)AuthorAgeFilesLines
* Port llcache to nsurl.Michael Drake2011-09-281-1/+29
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-101-67/+76
* make high level cache take a parameter structureVincent Sanders2011-09-081-40/+70
* Handle zero-length documents correctlyJohn Mark Bell2011-09-081-2/+19
* Sniff content types where appropriate.John Mark Bell2011-09-041-82/+133
* Refactor http utilitiesJohn Mark Bell2011-07-081-7/+4
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-27/+12
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-151-0/+6
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-131-3/+6
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-20/+32
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-031-0/+4
* A little more debug to help us spot how many users of locked contents there a...Daniel Silverstone2011-01-201-3/+5
* Fix cleanup of hlcache_retrieval_ctx_ringJohn Mark Bell2010-10-281-1/+2
* Rate-limit cache clean attemptsJohn Mark Bell2010-08-101-3/+16
* Clean up caches on exitJohn Mark Bell2010-04-271-5/+66
* Ensure we propagate the error to our client, and then abort the llcache handl...Daniel Silverstone2010-04-221-1/+11
* 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