summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configcache.py
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-10-31mypy: use from-import for typing in `config`Tim Brown
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-05-22Removed outdated cache value on config setuser202729
2019-05-22Use chained assignment to avoid a dictionary lookupuser202729
2019-02-22Update copyright for 2019Jay Kamat
2019-01-09Restructure cache to optimize critical pathJay Kamat
2018-11-26Complete partial annotationsFlorian Bruhin
2018-11-26mypy: Add missing annotationsFlorian Bruhin
2018-09-05Refactor configcache to cacheJay Kamat
2018-09-02Fix tests for configcacheJay Kamat
2018-09-02Fix doc issues in configcacheJay Kamat
2018-09-02Use config cache to cache static hotspotsJay Kamat
2018-09-02Implement config cache systemJay Kamat