summaryrefslogtreecommitdiffstats
path: root/consistencycheck.h
Commit message (Collapse)AuthorAgeFilesLines
* Finished database consistency checkArno2010-11-011-2/+5
| | | | | | Made the database consistency check work and added a filter to only show error messages in the output. The cause of the inconsistency still has to be investigated, though.
* First try on ConsistencyCheckerArno2010-10-311-0/+73
Well, it works, so let's shit it :) Unfortunately the database is inconsistent, so add a checker for that. Still needs some work, though. Eg. display errors seperately and make it possible to delete stray files. Also the Filesystem check must be implemented.