aboutsummaryrefslogtreecommitdiff
path: root/src/cachehandler.cpp
Commit message (Expand)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 exists....Felix (xq) Queißner2021-03-061-4/+4
* Add unlimited cache life optionMike Skec2021-02-181-0/+4
* CacheHandler: don't remove trailing slashes from urlKarol Kosek2021-01-131-6/+5
* Functional cache limit, albeit a little inefficientMike Skec2021-01-081-6/+33
* cache: item expiry and max item sizeMike Skec2021-01-081-6/+59
* uniform urls only used for identification nowMike Skec2021-01-071-1/+1
* Fixes pages not being read from cache due to differing trailing slashMike Skec2021-01-071-4/+6
* cache code refactorMike Skec2021-01-061-0/+53