Commit graph

18 commits

Author SHA1 Message Date
Jim Miller
ea66ae350b Use logger.warning() not .warn() consistently. 2022-01-30 19:32:42 -06:00
Jim Miller
63c7edcecc Forgot to import traceback for browser cache changes. 2021-06-16 08:56:06 -05:00
Jim Miller
cce2f18d0c Browser Cache Chome Simple Cache -- Skip with warning on bad file parse instead of error. 2021-06-15 15:16:55 -05:00
Jim Miller
868742f9d9 Add scandir & stat checking for simplecache for performance. 2021-02-08 16:02:24 -06:00
Jim Miller
adfc7494d1 First version of Firefox cache2 reader. 2021-02-07 15:02:36 -06:00
Jim Miller
2a93c9191a Implement browser_cache_age_limit setting (float hours to use cache) 2021-02-04 14:08:06 -06:00
Jim Miller
4d1326c1bb Add bit more diag output. 2021-02-03 13:17:04 -06:00
Jim Miller
14f3d71f70 Browser cache sharing in plugin too. 2021-02-03 12:54:40 -06:00
Jim Miller
0cc7aa54c7 Add share_open() for windows locked file nonsense. 2021-02-03 09:54:54 -06:00
Jim Miller
9f13145b2c Still only for ffnet, but browser cache now saves the newest entry and other improvements. 2021-02-02 17:34:58 -06:00
Jim Miller
0795225cc7 Fix SimpleCache.is_cache_dir 2021-02-02 11:15:01 -06:00
Jim Miller
07dee591ab First (terrible ffnet only) version of scanning, remembering and using cache keys. 2021-02-01 20:04:47 -06:00
Jim Miller
c1ecaf668e Refactor browser cache stuff some. 2021-02-01 17:02:57 -06:00
Jim Miller
26f9ef0290 Incorporate changes from #642 (manually) 2021-02-01 14:12:05 -06:00
Jim Miller
166a7795d6 Switch bundled brotli to @sidney's py2/py3 brotlidecpy 2021-01-29 10:26:32 -06:00
Jim Miller
df4aabc517 Partial py2 compat--stopped because brotlipython is also py3 only. 2021-01-22 13:04:43 -06:00
Jim Miller
c555942bf4 Some debugs(commented out), don't is_cache_dir() twice, check all comment? 2021-01-21 17:46:15 -06:00
sidney
f82e534cb5 Issue #635 - Implement reading from browser cache using two Chrome cache formats 2021-01-21 20:04:50 +13:00