aboutsummaryrefslogtreecommitdiffstats
path: root/src/info.c
Commit message (Expand)AuthorAgeFilesLines
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-47/+37
* all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs2013-06-181-93/+37
* db: refactor repository file constructionTimo Teräs2013-06-171-1/+1
* db, info: allow packages to install files/symlinks to rootTimo Teräs2013-05-291-1/+1
* info: --provides alias -p is reserved for --root, use -PNatanael Copa2012-09-281-2/+2
* info: fix exit code for -eTimo Teräs2012-03-301-3/+6
* info: support displaying providesTimo Teräs2012-02-291-6/+32
* solver, test: make conflicts unconditionalTimo Teräs2012-02-291-1/+1
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-241-41/+36
* db: support line feed as 'world' dependency separatorTimo Teräs2012-01-121-1/+5
* info: display short info if packages are givenNatanael Copa2012-01-061-0/+10
* info: -e and -W operate on database only (repos not needed)Timo Teräs2011-12-241-0/+2
* solver, db: implement repository pinningTimo Teräs2011-10-291-16/+18
* pkg, info: remember installed packages "replaces"Timo Teräs2011-10-181-5/+32
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* applets: start using solver codeTimo Teräs2011-09-091-1/+0
* state, info: implement install_if (fixes #443)Timo Teräs2011-03-291-4/+76
* pkg: dependencies to specific package checksumTimo Teräs2011-01-011-2/+1
* various: fix breakage from converting dependency versions to atomsTimo Teräs2011-01-011-0/+1
* info: return error if owning package was not foundNatanael Copa2010-12-151-3/+6
* various: use 'atoms' for certain package field and misc fixesTimo Teräs2010-12-141-14/+22
* 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