summaryrefslogtreecommitdiff
path: root/content/llcache.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass fetch redirect info up to content layer as content_msg. Mark redirect ↵Michael Drake2013-05-271-0/+6
| | | | origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12905
* Port llcache to nsurl.Michael Drake2011-09-281-3/+4
| | | | svn path=/trunk/netsurf/; revision=12904
* Make high level cache, low level cache and image cache all be initialised ↵Vincent Sanders2011-09-101-1/+1
| | | | | | | | | from passed parameters Calculate all cache sizes from single memory cache size option and sanity check have a single global struct to hold all parameters instead of several individual variables svn path=/trunk/netsurf/; revision=12784
* Sniff content types where appropriate.John Mark Bell2011-09-041-4/+2
| | | | | | We never sniff for CSS, nor for non-page artefacts (e.g. treeview icons) svn path=/trunk/netsurf/; revision=12707
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-3/+8
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Clean up caches on exitJohn Mark Bell2010-04-271-0/+5
| | | | svn path=/trunk/netsurf/; revision=10494
* Provide API to invalidate llcache object cache control dataJohn Mark Bell2010-04-161-0/+8
| | | | svn path=/trunk/netsurf/; revision=10411
* Make downloads work again.John Mark Bell2010-04-051-1/+14
| | | | svn path=/trunk/netsurf/; revision=10243
* Most of a stop implementation.John Mark Bell2010-04-041-0/+18
| | | | | | | | | Remaining work: 1) Clone content_html_data 2) Cloning content_css_data requires the charset of the old content 3) Calling hlcache_handle_abort() before a content has been created must clean up the retrieval context. svn path=/trunk/netsurf/; revision=10236
* Fixup per reviewJohn Mark Bell2010-03-281-5/+14
| | | | svn path=/trunk/netsurf/; revision=10196
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-0/+238
svn path=/trunk/netsurf/; revision=10180