Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dummycache folder on tear down. | ArthurHoaro | 2015-12-03 | 1 | -1/+10 |
| | |||||
* | application: refactor version checks, move to ApplicationUtils | VirtualTam | 2015-11-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Relates to #372 Modifications: - move checkUpdate() to ApplicationUtils - reduce file I/O operations during version checks - apply coding conventions - add test coverage Tools: - create a sandbox directory for tests Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Cache: simplify cached content cleanup, improve tests | VirtualTam | 2015-08-13 | 1 | -1/+17 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | CachedPage: move to a proper file, add tests | VirtualTam | 2015-08-13 | 1 | -0/+63 |
Modifications - rename `pageCache` to `CachedPage` - move utilities to `Cache` - do not access globals - apply coding rules - update LinkDB and test code - add test coverage Signed-off-by: VirtualTam <virtualtam@flibidi.net> |