aboutsummaryrefslogtreecommitdiffstats
path: root/src/info.c
Commit message (Expand)AuthorAgeFilesLines
* fix all applets to return -ENOTSUP if it's unrecognizedTimo Teräs2019-06-051-1/+1
* apk: usage: cleanup help text when no applet is selectedWilliam Pitcock2018-01-091-0/+1
* info: fix typo in helpDamiano Albani2017-09-271-1/+1
* io: make io vtables const struct, and add accessors for themTimo Teräs2017-06-231-2/+2
* info: add support for --licenseNatanael Copa2016-06-131-0/+16
* fix info --who-owns to work with relative filenamesTimo Teräs2016-05-311-5/+12
* info: fix --installed test of conflictsTimo Teräs2015-11-121-5/+5
* rework error handling for write streamsTimo Teräs2015-03-101-3/+5
* make del, fetch, fix and info return errorsTimo Teräs2014-12-081-19/+18
* rework option parsing to have a group structureTimo Teräs2014-10-081-6/+10
* info who-owns: print symlink target owner as a fallbackTimo Teräs2014-10-061-3/+15
* info: fix printing of 'replaces' fieldTimo Teräs2014-03-071-1/+1
* various: applet help text and comment fixesDubiousjim2013-06-281-2/+2
* all: few behavioural regression fixesTimo Teräs2013-06-191-1/+3
* applets: unify help message by removing final dotsTimo Teräs2013-06-191-1/+1
* fix, info, ver: perform wildcard matchingTimo Teräs2013-06-181-33/+24
* 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