summaryrefslogtreecommitdiffstats
path: root/src/info.c
Commit message (Expand)AuthorAgeFilesLines
* First steps for libapkNatanael Copa2010-06-111-0/+1
* info: fix usage of arraysTimo Teräs2010-06-081-4/+4
* all: rework how arrays workTimo Teräs2010-06-051-14/+4
* info: fix querying of removed, but referenced packagesTimo Teras2010-05-051-1/+1
* index, version: support for repository descriptions (fixes #141)Timo Teras2009-09-031-1/+1
* info: clean ups, print triggers (ref #45)Timo Teras2009-08-131-96/+113
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-121-8/+11
* all: implement database open optionsTimo Teras2009-08-061-13/+7
* info: fix a --exists to work if the name is non-existantTimo Teras2009-08-051-0/+3
* info: support dependency style tests in package existance checkingTimo Teras2009-08-051-11/+18
* db: speed up fdb creationTimo Teras2009-07-141-1/+1
* db: open flags revisitedTimo Teras2009-07-071-1/+1
* info: fix compiler warning on x86_64Natanael Copa2009-06-301-2/+2
* help: auto construct helpTimo Teras2009-06-251-14/+14
* info: support for -d, --descriptionNatanael Copa2009-06-191-5/+20
* info: allow multiple subactions at the same runNatanael Copa2009-06-191-18/+45
* info: add size and webpage to usageNatanael Copa2009-06-191-1/+1
* info: add -w,--webpage and -s,--size optionsNatanael Copa2009-06-191-0/+30
* improve --help outputNatanael Copa2009-06-191-1/+2
* info: let -e print which packages are installedNatanael Copa2009-04-211-14/+30
* info: do not read the repositories as this tool only query the statedbNatanael Copa2009-04-211-1/+1
* pkg: clean up writing of dependenciesTimo Teras2009-04-161-3/+8
* state: rework changeset calculation algorithmTimo Teras2009-04-141-3/+4
* info: option '-r' to print "required by" infoTimo Teras2009-04-141-43/+71
* Created search appletCameron Banta2009-03-071-29/+1
* Added -o option to apk info to list repository packagesCameron Banta2009-03-061-1/+29
* info: list contents follw same style as list dependsNatanael Copa2009-02-081-6/+7
* info: implement -R/--depends to show dependenciesNatanael Copa2009-02-081-1/+42
* info: don't print package name unless its installedNatanael Copa2009-01-201-1/+2
* info: list contents with -LNatanael Copa2009-01-201-0/+43
* db: database locking and creation to part of opening itTimo Teras2009-01-171-1/+1
* info: only show package desc when --verboseNatanael Copa2009-01-161-4/+6
* info: implement who owns packages query (apk_info -W)Timo Teras2009-01-131-0/+36
* apk: per applet optionsTimo Teras2009-01-131-9/+70
* info: new appletNatanael Copa2009-01-091-0/+43