summaryrefslogtreecommitdiff
path: root/content/hlcache.c
Commit message (Expand)AuthorAgeFilesLines
* improve content header usageVincent Sanders2020-05-071-0/+1
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-4/+5
* hlcache_fini(): Deschedule cleanups on finalisationDaniel Silverstone2019-09-071-0/+3
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-24/+2
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-051-0/+12
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-051-5/+9
* content, hlcache: Propagate query events upwardDaniel Silverstone2019-08-041-7/+15
* Migrate query dispatch up from llcache to hlcacheDaniel Silverstone2019-08-031-0/+14
* hlcache.c: Clean up LOADING contents during finaliseDaniel Silverstone2019-06-151-4/+26
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-7/+12
* hlcache content callback: Use designated initialiser for hlcache_event.Michael Drake2017-08-281-4/+3
* initialise event struct correctly to avoid compiler warningVincent Sanders2017-08-271-1/+3
* Content API: Avoid content message copy in content user callback.Michael Drake2017-08-261-3/+5
* reduce hlcache handle api usage in mimesniffVincent Sanders2017-03-191-3/+3
* 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