Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-06 | change apk audit letters to correspond to old sfic/lbu letters | Natanael Copa | 1 | -2/+2 | |
A = "added" U = "updated" | |||||
2009-01-17 | db: database locking and creation to part of opening it | Timo Teras | 1 | -1/+1 | |
Add flags field to db open call. Also make error reporting quite a bit more detailed. | |||||
2009-01-16 | info: only show package desc when --verbose | Natanael Copa | 1 | -1/+1 | |
also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1. | |||||
2009-01-14 | audit: new command to check changed files | Timo Teras | 1 | -0/+146 | |
Currently only implement --backup to get list of (config) files in protected directories to backup. This also fixes a database corruption bug in database.c. |