summaryrefslogtreecommitdiff
path: root/src/info.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-09applets: start using solver codeTimo Teräs1-1/+0
2011-03-29state, info: implement install_if (fixes #443)Timo Teräs1-4/+76
2011-01-01pkg: dependencies to specific package checksumTimo Teräs1-2/+1
2011-01-01various: fix breakage from converting dependency versions to atomsTimo Teräs1-0/+1
2010-12-15info: return error if owning package was not foundNatanael Copa1-3/+6
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-14/+22
2010-06-11First steps for libapkNatanael Copa1-0/+1
2010-06-08info: fix usage of arraysTimo Teräs1-4/+4
2010-06-05all: rework how arrays workTimo Teräs1-14/+4
2010-05-05info: fix querying of removed, but referenced packagesTimo Teras1-1/+1
2009-09-03index, version: support for repository descriptions (fixes #141)Timo Teras1-1/+1
2009-08-13info: clean ups, print triggers (ref #45)Timo Teras1-96/+113
2009-08-12db, pkg: separate structure for fields of installed packagesTimo Teras1-8/+11
2009-08-06all: implement database open optionsTimo Teras1-13/+7
2009-08-05info: fix a --exists to work if the name is non-existantTimo Teras1-0/+3
2009-08-05info: support dependency style tests in package existance checkingTimo Teras1-11/+18
2009-07-14db: speed up fdb creationTimo Teras1-1/+1
2009-07-07db: open flags revisitedTimo Teras1-1/+1
2009-06-30info: fix compiler warning on x86_64Natanael Copa1-2/+2
2009-06-25help: auto construct helpTimo Teras1-14/+14
2009-06-19info: support for -d, --descriptionNatanael Copa1-5/+20
2009-06-19info: allow multiple subactions at the same runNatanael Copa1-18/+45
2009-06-19info: add size and webpage to usageNatanael Copa1-1/+1
2009-06-19info: add -w,--webpage and -s,--size optionsNatanael Copa1-0/+30
2009-06-19improve --help outputNatanael Copa1-1/+2
2009-04-21info: let -e print which packages are installedNatanael Copa1-14/+30
2009-04-21info: do not read the repositories as this tool only query the statedbNatanael Copa1-1/+1
2009-04-16pkg: clean up writing of dependenciesTimo Teras1-3/+8
2009-04-14state: rework changeset calculation algorithmTimo Teras1-3/+4
2009-04-14info: option '-r' to print "required by" infoTimo Teras1-43/+71
2009-03-07Created search appletCameron Banta1-29/+1
2009-03-06Added -o option to apk info to list repository packagesCameron Banta1-1/+29
2009-02-08info: list contents follw same style as list dependsNatanael Copa1-6/+7
2009-02-08info: implement -R/--depends to show dependenciesNatanael Copa1-1/+42
2009-01-20info: don't print package name unless its installedNatanael Copa1-1/+2
2009-01-20info: list contents with -LNatanael Copa1-0/+43
2009-01-17db: database locking and creation to part of opening itTimo Teras1-1/+1
2009-01-16info: only show package desc when --verboseNatanael Copa1-4/+6
2009-01-13info: implement who owns packages query (apk_info -W)Timo Teras1-0/+36
2009-01-13apk: per applet optionsTimo Teras1-9/+70
2009-01-09info: new appletNatanael Copa1-0/+43