aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-031-9/+8
* json.dump(ensure_ascii=False)w-e-w2023-11-261-1/+1
* use an atomic operation to replace the cache with the new versionAUTOMATIC11112023-08-221-1/+4
* Add env var for cache filecatboxanon2023-08-101-1/+2
* delay writing cache to prevent writing the same thing over and overAUTOMATIC11112023-07-171-3/+26
* fix cache loading wrong entries from old cache filesAUTOMATIC11112023-07-161-1/+1
* fix bogus metadata for extra networks appearing out of cacheAUTOMATIC11112023-07-161-5/+5
* speedup extra networks listingAUTOMATIC11112023-07-161-13/+14
* cache git extension repo informationAUTOMATIC11112023-07-151-0/+96