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 | -4/+6 |
| | | | | | | | also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1. | ||||
* | info: implement who owns packages query (apk_info -W) | Timo Teras | 2009-01-13 | 1 | -0/+36 |
| | | | | | In quiet mode e.g. "apk info -q -W <file list>" a list of dependencies suitable for .PKGINFO is output in one line. | ||||
* | apk: per applet options | Timo Teras | 2009-01-13 | 1 | -9/+70 |
| | |||||
* | info: new applet | Natanael Copa | 2009-01-09 | 1 | -0/+43 |
so far it only lists installed packages |