Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-07 | Created search applet | Cameron Banta | 1 | -29/+1 | |
2009-03-06 | Added -o option to apk info to list repository packages | Cameron Banta | 1 | -1/+29 | |
2009-02-08 | info: list contents follw same style as list depends | Natanael Copa | 1 | -6/+7 | |
- empty lines comes after not before - separate pkgname with : when using -v option | |||||
2009-02-08 | info: implement -R/--depends to show dependencies | Natanael Copa | 1 | -1/+42 | |
2009-01-20 | info: don't print package name unless its installed | Natanael Copa | 1 | -1/+2 | |
2009-01-20 | info: list contents with -L | Natanael Copa | 1 | -0/+43 | |
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 | -4/+6 | |
also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1. | |||||
2009-01-13 | info: implement who owns packages query (apk_info -W) | Timo Teras | 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. | |||||
2009-01-13 | apk: per applet options | Timo Teras | 1 | -9/+70 | |
2009-01-09 | info: new applet | Natanael Copa | 1 | -0/+43 | |
so far it only lists installed packages |