summaryrefslogtreecommitdiff
path: root/content/llcache.c
Commit message (Expand)AuthorAgeFilesLines
* llcache: Actually pass on certificate chain properlyDaniel Silverstone2020-05-041-5/+10
* Low level cache: Squash use of uninitialised value.Michael Drake2020-02-241-3/+2
* llcache: Persist anything available during llcache_finaliseDaniel Silverstone2020-02-231-0/+5
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-195/+90
* llcache: Reload SSL certificate data from serialised storeDaniel Silverstone2019-11-301-0/+130
* llcache: Persist SSL certificate dataDaniel Silverstone2019-11-301-0/+117
* llcache: Support storing SSL certificate dataDaniel Silverstone2019-11-301-3/+68
* llcache: Avoid putting local content in the disc cache.Michael Drake2019-11-101-0/+39
* llcache: Split out scheme is cachable check.Michael Drake2019-11-101-27/+38
* llcache: URLs with data scheme are cachable.Michael Drake2019-11-101-1/+4
* llcache: Uncachable scheme checks don't need to be caseless.Michael Drake2019-11-091-4/+6
* llcache: Allow file and resource schemes to be cached.Michael Drake2019-11-091-7/+11
* Improve timeout error messagingVincent Sanders2019-10-281-9/+52
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-1/+1
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-89/+24
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-051-9/+12
* llcache: Do not delete objects if they were iterator targetsDaniel Silverstone2019-08-041-1/+1
* llcache: pass the cb_pw in query_finishedDaniel Silverstone2019-08-041-0/+1
* Migrate query dispatch up from llcache to hlcacheDaniel Silverstone2019-08-031-37/+37
* llcache: Ensure we preserve iteratorness when sending messagesDaniel Silverstone2019-08-021-1/+2
* llcache: Use last_modified instead of dateDaniel Silverstone2019-08-021-2/+2
* llcache: Abort cleanly if called back during shutdownDaniel Silverstone2019-06-151-0/+7
* LLCache: validate max-age before useJohn-Mark Bell2019-06-101-1/+3
* LLCache: use Cache-Control parserJohn-Mark Bell2019-06-101-48/+18
* use jmb suggested fix to cache-control header parse errorVincent Sanders2019-06-101-7/+6
* fix parsing of invalid syntax max-age value Cache-control headerVincent Sanders2019-06-101-2/+8
* fix size_t format specifiersVincent Sanders2018-08-181-10/+12
* refactor llcache header processingVincent Sanders2018-08-121-115/+159
* HSTS: make llcache update policy on 3xx responsesJohn-Mark Bell2018-04-221-0/+2
* HSTS: prevent llcache being niceJohn-Mark Bell2018-04-221-9/+25
* HSTS: teach llcache to update and enforce policy.John-Mark Bell2018-04-221-13/+126
* LLCache: correct typos/grammar/etc.John-Mark Bell2018-04-221-21/+21
* Squash remaining GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-231-3/+1
* fix time_t loggingVincent Sanders2017-09-081-1/+1
* Hopefully quash warning about time_t formatting on openbsdDaniel Silverstone2017-09-081-1/+1
* add low level cache category and use itVincent Sanders2017-09-061-76/+69
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-19/+26
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-3/+1
* fix spelling in low level cache codeVincent Sanders2016-11-201-47/+47
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-0/+9
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-161-29/+53
* complete the rename of the gui browser tableVincent Sanders2016-04-161-4/+4
* Fix size_t printf formattingVincent Sanders2016-03-171-6/+7
* Log the cache limit along side size, after clean.Michael Drake2016-02-081-1/+1
* Style: Wrap some long lines.Michael Drake2016-02-081-18/+31
* Add URL to llcache object destruction logging.Michael Drake2016-02-081-1/+2
* Remove unused variable.Michael Drake2015-12-201-3/+0
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-0/+19
* Fix error reporting from fetch_startVincent Sanders2015-06-241-26/+40