aboutsummaryrefslogtreecommitdiffstats
path: root/src/del.c
Commit message (Expand)AuthorAgeFilesLines
* 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