aboutsummaryrefslogtreecommitdiffstats
path: root/src/fix.c
Commit message (Expand)AuthorAgeFilesLines
* rename all applets sources to app_*.cTimo Teräs2020-02-141-127/+0
* Update apk to make man pages sole source of truthDrew DeVault2020-01-261-7/+5
* apk: usage: cleanup help text when no applet is selectedWilliam Pitcock2018-01-091-0/+1
* db: fix triggers to report deleted directoriesTimo Teräs2018-01-031-0/+1
* make file install errors non-fatal, and xattr errors hiddenTimo Teräs2015-04-171-1/+7
* make del, fetch, fix and info return errorsTimo Teräs2014-12-081-2/+11
* rework option parsing to have a group structureTimo Teräs2014-10-081-13/+17
* db: rework directory permission handlingTimo Teräs2014-10-071-1/+1
* fix: improve usageDubiousjim2013-06-281-2/+2
* commit, db: make file conflicts and script errors non-fatalTimo Teräs2013-06-201-4/+14
* applets: unify help message by removing final dotsTimo Teräs2013-06-191-1/+1
* fix, info, ver: perform wildcard matchingTimo Teräs2013-06-181-34/+9
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-7/+8
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-2/+0
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-241-7/+2
* audit, db: add etc/apk/protected_files.d and new audit featuresTimo Teräs2012-02-231-1/+1
* db, fix: more secure way to choose effective directory permissionsTimo Teräs2012-02-101-0/+15
* solver: inheritable solver flagsTimo Teräs2011-09-161-1/+9
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* solver: add per-name specific flags, and fix the fix appletTimo Teräs2011-09-131-28/+10
* applets: start using solver codeTimo Teräs2011-09-091-0/+2
* state: use db in own struc when committingNatanael Copa2011-03-301-1/+1
* First steps for libapkNatanael Copa2010-06-111-0/+1
* all: rework how arrays workTimo Teräs2010-06-051-1/+1
* state: improve error messages from dependency failuresTimo Teräs2010-06-011-8/+7
* fix: upgrade also mentioned package (fixes #136)Timo Teras2009-08-171-7/+9
* fix: parse pkgfile properly (fixes #132)Timo Teras2009-08-131-16/+27
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-121-1/+1
* all: implement database open optionsTimo Teras2009-08-061-14/+10
* fix: new applet to reinstall and fix packageTimo Teras2009-08-041-0/+113