summaryrefslogtreecommitdiff
path: root/src/info.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-13info: add support for --licenseNatanael Copa1-0/+16
2016-05-31fix info --who-owns to work with relative filenamesTimo Teräs1-5/+12
2015-11-12info: fix --installed test of conflictsTimo Teräs1-5/+5
2015-03-10rework error handling for write streamsTimo Teräs1-3/+5
2014-12-08make del, fetch, fix and info return errorsTimo Teräs1-19/+18
2014-10-08rework option parsing to have a group structureTimo Teräs1-6/+10
2014-10-06info who-owns: print symlink target owner as a fallbackTimo Teräs1-3/+15
2014-03-07info: fix printing of 'replaces' fieldTimo Teräs1-1/+1
2013-06-28various: applet help text and comment fixesDubiousjim1-2/+2
2013-06-19all: few behavioural regression fixesTimo Teräs1-1/+3
2013-06-19applets: unify help message by removing final dotsTimo Teräs1-1/+1
2013-06-18fix, info, ver: perform wildcard matchingTimo Teräs1-33/+24
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-47/+37
2013-06-18all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs1-93/+37
2013-06-17db: refactor repository file constructionTimo Teräs1-1/+1
2013-05-29db, info: allow packages to install files/symlinks to rootTimo Teräs1-1/+1
2012-09-28info: --provides alias -p is reserved for --root, use -PNatanael Copa1-2/+2
2012-03-30info: fix exit code for -eTimo Teräs1-3/+6
2012-02-29info: support displaying providesTimo Teräs1-6/+32
2012-02-29solver, test: make conflicts unconditionalTimo Teräs1-1/+1
2012-02-24all: introduce apk_provides and use it in apk_nameTimo Teräs1-41/+36
2012-01-12db: support line feed as 'world' dependency separatorTimo Teräs1-1/+5
2012-01-06info: display short info if packages are givenNatanael Copa1-0/+10
2011-12-24info: -e and -W operate on database only (repos not needed)Timo Teräs1-0/+2
2011-10-29solver, db: implement repository pinningTimo Teräs1-16/+18
2011-10-18pkg, info: remember installed packages "replaces"Timo Teräs1-5/+32
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
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