summaryrefslogtreecommitdiff
path: root/src/fix.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14rename all applets sources to app_*.cTimo Teräs1-127/+0
2020-01-26Update apk to make man pages sole source of truthDrew DeVault1-7/+5
2018-01-09apk: usage: cleanup help text when no applet is selectedWilliam Pitcock1-0/+1
2018-01-03db: fix triggers to report deleted directoriesTimo Teräs1-0/+1
2015-04-17make file install errors non-fatal, and xattr errors hiddenTimo Teräs1-1/+7
2014-12-08make del, fetch, fix and info return errorsTimo Teräs1-2/+11
2014-10-08rework option parsing to have a group structureTimo Teräs1-13/+17
2014-10-07db: rework directory permission handlingTimo Teräs1-1/+1
2013-06-28fix: improve usageDubiousjim1-2/+2
2013-06-20commit, db: make file conflicts and script errors non-fatalTimo Teräs1-4/+14
2013-06-19applets: unify help message by removing final dotsTimo Teräs1-1/+1
2013-06-18fix, info, ver: perform wildcard matchingTimo Teräs1-34/+9
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-7/+8
2013-06-13solver: rewrite as deductive solver -- core featuresTimo Teräs1-2/+0
2012-02-24all: introduce apk_provides and use it in apk_nameTimo Teräs1-7/+2
2012-02-23audit, db: add etc/apk/protected_files.d and new audit featuresTimo Teräs1-1/+1
2012-02-10db, fix: more secure way to choose effective directory permissionsTimo Teräs1-0/+15
2011-09-16solver: inheritable solver flagsTimo Teräs1-1/+9
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-13solver: add per-name specific flags, and fix the fix appletTimo Teräs1-28/+10
2011-09-09applets: start using solver codeTimo Teräs1-0/+2
2011-03-30state: use db in own struc when committingNatanael Copa1-1/+1
2010-06-11First steps for libapkNatanael Copa1-0/+1
2010-06-05all: rework how arrays workTimo Teräs1-1/+1
2010-06-01state: improve error messages from dependency failuresTimo Teräs1-8/+7
2009-08-17fix: upgrade also mentioned package (fixes #136)Timo Teras1-7/+9
2009-08-13fix: parse pkgfile properly (fixes #132)Timo Teras1-16/+27
2009-08-12db, pkg: separate structure for fields of installed packagesTimo Teras1-1/+1
2009-08-06all: implement database open optionsTimo Teras1-14/+10
2009-08-04fix: new applet to reinstall and fix packageTimo Teras1-0/+113