Age | Commit message (Expand) | Author | Files | Lines |
2014-12-08 | make del, fetch, fix and info return errors | Timo Teräs | 1 | -0/+8 |
2014-10-08 | rework option parsing to have a group structure | Timo Teräs | 1 | -11/+15 |
2014-05-19 | del: allow deletion of world dependency when it is not installed | Timo Teräs | 1 | -0/+3 |
2013-07-08 | del: don't print own name as reverse dependency | Timo Teräs | 1 | -2/+8 |
2013-06-28 | add, del: main dependencies -> 'world' | Dubiousjim | 1 | -1/+1 |
2013-06-19 | applets: unify help message by removing final dots | Timo Teräs | 1 | -2/+2 |
2013-06-19 | fetch, del: perform wildcard matching | Timo Teräs | 1 | -45/+41 |
2013-06-19 | del: fix a segfault when trying to delete uninstalled packages | Timo Teräs | 1 | -1/+4 |
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 1 | -11/+13 |
2013-06-15 | pkg: apk_pkg_foreach_* add matching generation | Timo Teräs | 1 | -50/+21 |
2013-06-13 | pkg: add global reverse dependency iterator helpers and use them | Timo Teräs | 1 | -72/+36 |
2013-06-13 | solver: prune broken world dependencies with --force | Timo Teräs | 1 | -1/+1 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -6/+6 |
2012-10-09 | del: consider also reverse dependencies for provided names | Timo Teräs | 1 | -8/+19 |
2012-02-24 | all: introduce apk_provides and use it in apk_name | Timo Teräs | 1 | -29/+38 |
2012-02-16 | solver: record repository tag, and flags in solution | Timo Teräs | 1 | -3/+3 |
2011-10-24 | solver, pkg: implement versioned conflicts | Timo Teräs | 1 | -2/+1 |
2011-09-14 | solver: make state pointers completely internal | Timo Teräs | 1 | -3/+1 |
2011-09-14 | solver, db: run triggers in dependency order | Timo Teräs | 1 | -1/+3 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2011-09-09 | del: fix recursive deletion and messages (after solver merge) | Timo Teräs | 1 | -9/+138 |
2011-09-09 | applets: start using solver code | Timo Teräs | 1 | -31/+7 |
2011-03-30 | state: use db in own struc when committing | Natanael Copa | 1 | -1/+1 |
2011-01-01 | various: fix breakage from converting dependency versions to atoms | Timo Teräs | 1 | -0/+1 |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -0/+1 |
2010-06-05 | all: rework how arrays work | Timo Teräs | 1 | -3/+0 |
2010-06-01 | state: improve error messages from dependency failures | Timo Teräs | 1 | -6/+5 |
2009-08-13 | add, del, db: fix various bugs introduced by earlier commits | Timo Teras | 1 | -0/+1 |
2009-08-06 | all: implement database open options | Timo Teras | 1 | -15/+11 |
2009-08-04 | state: fix world dependencies to be honored always | Timo Teras | 1 | -1/+5 |
2009-08-04 | del: add '-r' to remove top-level dependencies recursively | Timo Teras | 1 | -0/+20 |
2009-06-25 | help: auto construct help | Timo Teras | 1 | -2/+3 |
2009-06-19 | improve --help output | Natanael Copa | 1 | -1/+1 |
2009-05-11 | fix misc compiler warnings about unintialized variables. | Natanael Copa | 1 | -1/+1 |
2009-04-16 | pkg: apk_deps_del helper introduced | Timo Teras | 1 | -12/+2 |
2009-04-16 | del: first remove all targets from world, and then calculate changes | Timo Teras | 1 | -4/+7 |
2009-04-14 | state: rework changeset calculation algorithm | Timo Teras | 1 | -4/+26 |
2009-01-17 | db: database locking and creation to part of opening it | Timo Teras | 1 | -1/+1 |
2009-01-13 | apk: per applet options | Timo Teras | 1 | -1/+1 |
2008-04-21 | Argument parsing. Some other stuff too. | Timo Teras | 1 | -3/+3 |
2008-04-17 | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 1 | -0/+53 |