Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: implement database open options | Timo Teras | 2009-08-06 | 1 | -9/+6 |
| | | | | so user can override trusted keys directory and repositories file. | ||||
* | ver: implement --limit | Natanael Copa | 2009-07-09 | 1 | -27/+24 |
| | | | | | | | | | Support for limiting output for only showing the packages who have the status we are interested in. For example --limit '<' will only list packages that have a newer version available. While here, we also fix so packages that are not in any repository are displayed with '?'. | ||||
* | ver: fix output indentation | Timo Teras | 2009-07-07 | 1 | -1/+3 |
| | |||||
* | help: auto construct help | Timo Teras | 2009-06-25 | 1 | -7/+8 |
| | | | | And add some more verbosity to the help message. | ||||
* | ver: only compare the given packages, show version | Natanael Copa | 2009-06-20 | 1 | -17/+47 |
| | | | | | make apk_version_compare() take strings rather than blobs add apk_pkgversion_compare(), a wrapper that takes packages | ||||
* | improve --help output | Natanael Copa | 2009-06-19 | 1 | -1/+1 |
| | | | | | apk --help will list the generic options only and give a list of commands To get the details for a spefic command, 'apk command --help' should be used. | ||||
* | ver: added --check/-c option to vaildate given version string | Natanael Copa | 2009-04-03 | 1 | -0/+17 |
| | |||||
* | ver: test given version strings with -t or --test | Natanael Copa | 2009-04-03 | 1 | -7/+41 |
| | |||||
* | 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. | ||||
* | apk: per applet options | Timo Teras | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | hash, db: use apk_blob_t and list_* | Timo Teras | 2008-11-27 | 1 | -2/+1 |
| | |||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -3/+3 |
| | |||||
* | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 2008-04-17 | 1 | -0/+76 |
breakage and major changes. |