aboutsummaryrefslogtreecommitdiff
path: root/src/cachehandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improves caching api related to urls, implements fragment handling, fixes #237Felix "xq" Queißner2021-11-201-25/+22
|
* Moves all globals into a structure that can be deleted before the app ↵Felix (xq) Queißner2021-03-061-4/+4
| | | | exists. Fixes #193.
* Add unlimited cache life optionMike Skec2021-02-181-0/+4
|
* CacheHandler: don't remove trailing slashes from urlKarol Kosek2021-01-131-6/+5
| | | | Partly reverts commit 50729c19ebf75ab91ee285fe7af86abbdaec411c.
* Functional cache limit, albeit a little inefficientMike Skec2021-01-081-6/+33
|
* cache: item expiry and max item sizeMike Skec2021-01-081-6/+59
| | | | currently no total limit yet
* uniform urls only used for identification nowMike Skec2021-01-071-1/+1
| | | | the destinations themselves are left untouched
* Fixes pages not being read from cache due to differing trailing slashMike Skec2021-01-071-4/+6
| | | | Also fixes favourites with the same problem
* cache code refactorMike Skec2021-01-061-0/+53