Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db: database locking and creation to part of opening it | Timo Teras | 2009-01-17 | 1 | -1/+1 |
| | | | | | Add flags field to db open call. Also make error reporting quite a bit more detailed. | ||||
* | info: only show package desc when --verbose | Natanael Copa | 2009-01-16 | 1 | -1/+1 |
| | | | | | | | also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1. | ||||
* | audit: new command to check changed files | Timo Teras | 2009-01-14 | 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. |