Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | application: refactor version checks, move to ApplicationUtils | VirtualTam | 2015-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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> | ||||
* | CachedPage: move to a proper file, add tests | VirtualTam | 2015-08-13 | 1 | -0/+121 |
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> |