aboutsummaryrefslogtreecommitdiffstats
path: root/src/del.c
Commit message (Expand)AuthorAgeFilesLines
* make del, fetch, fix and info return errorsTimo Teräs2014-12-081-0/+8
* rework option parsing to have a group structureTimo Teräs2014-10-081-11/+15
* del: allow deletion of world dependency when it is not installedTimo Teräs2014-05-191-0/+3
* del: don't print own name as reverse dependencyTimo Teräs2013-07-081-2/+8
* add, del: main dependencies -> 'world'Dubiousjim2013-06-281-1/+1
* applets: unify help message by removing final dotsTimo Teräs2013-06-191-2/+2
* fetch, del: perform wildcard matchingTimo Teräs2013-06-191-45/+41
* del: fix a segfault when trying to delete uninstalled packagesTimo Teräs2013-06-191-1/+4
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-11/+13
* pkg: apk_pkg_foreach_* add matching generationTimo Teräs2013-06-151-50/+21
* pkg: add global reverse dependency iterator helpers and use themTimo Teräs2013-06-131-72/+36
* solver: prune broken world dependencies with --forceTimo Teräs2013-06-131-1/+1
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-6/+6
* del: consider also reverse dependencies for provided namesTimo Teräs2012-10-091-8/+19
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-241-29/+38
* solver: record repository tag, and flags in solutionTimo Teräs2012-02-161-3/+3
* solver, pkg: implement versioned conflictsTimo Teräs2011-10-241-2/+1
* solver: make state pointers completely internalTimo Teräs2011-09-141-3/+1
* solver, db: run triggers in dependency orderTimo Teräs2011-09-141-1/+3
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* del: fix recursive deletion and messages (after solver merge)Timo Teräs2011-09-091-9/+138
* applets: start using solver codeTimo Teräs2011-09-091-31/+7
* state: use db in own struc when committingNatanael Copa2011-03-301-1/+1
* various: fix breakage from converting dependency versions to atomsTimo Teräs2011-01-011-0/+1
* First steps for libapkNatanael Copa2010-06-111-0/+1
* all: rework how arrays workTimo Teräs2010-06-051-3/+0
* state: improve error messages from dependency failuresTimo Teräs2010-06-011-6/+5
* add, del, db: fix various bugs introduced by earlier commitsTimo Teras2009-08-131-0/+1
* all: implement database open optionsTimo Teras2009-08-061-15/+11
* state: fix world dependencies to be honored alwaysTimo Teras2009-08-041-1/+5
* del: add '-r' to remove top-level dependencies recursivelyTimo Teras2009-08-041-0/+20
* help: auto construct helpTimo Teras2009-06-251-2/+3
* improve --help outputNatanael Copa2009-06-191-1/+1
* fix misc compiler warnings about unintialized variables.Natanael Copa2009-05-111-1/+1
* pkg: apk_deps_del helper introducedTimo Teras2009-04-161-12/+2
* del: first remove all targets from world, and then calculate changesTimo Teras2009-04-161-4/+7
* state: rework changeset calculation algorithmTimo Teras2009-04-141-4/+26
* db: database locking and creation to part of opening itTimo Teras2009-01-171-1/+1
* apk: per applet optionsTimo Teras2009-01-131-1/+1
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-3/+3
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+53