summaryrefslogtreecommitdiff
path: root/src/ver.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-25help: auto construct helpTimo Teras1-7/+8
And add some more verbosity to the help message.
2009-06-20ver: only compare the given packages, show versionNatanael Copa1-17/+47
make apk_version_compare() take strings rather than blobs add apk_pkgversion_compare(), a wrapper that takes packages
2009-06-19improve --help outputNatanael Copa1-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.
2009-04-03ver: added --check/-c option to vaildate given version stringNatanael Copa1-0/+17
2009-04-03ver: test given version strings with -t or --testNatanael Copa1-7/+41
2009-01-17db: database locking and creation to part of opening itTimo Teras1-1/+1
Add flags field to db open call. Also make error reporting quite a bit more detailed.
2009-01-13apk: per applet optionsTimo Teras1-1/+1
2008-11-27hash, db: use apk_blob_t and list_*Timo Teras1-2/+1
2008-04-21Argument parsing. Some other stuff too.Timo Teras1-3/+3
2008-04-17Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras1-0/+76
breakage and major changes.