summaryrefslogtreecommitdiff
path: root/content/hlcache.c
Commit message (Expand)AuthorAgeFilesLines
* fix spelling mistakes in hlcache codeVincent Sanders2016-11-201-5/+6
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+1
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-161-3/+3
* Stop reporting error from mime sniffing when a fetcher completes with no dataVincent Sanders2016-01-061-4/+6
* Fix error reporting from fetch_startVincent Sanders2015-06-241-8/+9
* Change LOG() macro to be varadicVincent Sanders2015-05-281-10/+7
* Continue doxygen error cleanup.Vincent Sanders2014-11-081-2/+1
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-3/+2
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-9/+0
* attempt to purge low level cache on out of memory during fetchVincent Sanders2014-05-291-1/+1
* Extend low level source data cache with persistant storageVincent Sanders2014-05-131-6/+5
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-4/+4
* move scheduleing into browser operation tableVincent Sanders2014-03-091-4/+4
* remove all forward declarations from hlcache.cVincent Sanders2014-01-191-424/+414
* Pedantic wrap fix.Michael Drake2013-10-231-1/+3
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-271-0/+11
* add content handler for javascriptVincent Sanders2012-06-191-1/+1
* Bypass full type sniffer if only images are acceptableJohn Mark Bell2012-02-081-1/+3
* Fix bug #3454606: prevent double free of retrieval context when downloadingJohn Mark Bell2011-12-081-11/+21
* Fix bug #3452421: retain hlcache retrieval context when reporting errors & re...John Mark Bell2011-12-061-9/+7
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+28
* Sort out hiccough in hlcache finalisation debugDaniel Silverstone2011-10-091-1/+1
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-31/+3
* 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