| Commit message (Expand) | Author | Age | Files | Lines |
* | version: add support for fuzzy version matching | William Pitcock | 2017-05-27 | 1 | -1/+1 |
* | allow virtual packages beginning with dot by default on tmpfs installs | Timo Teräs | 2015-04-24 | 1 | -3/+3 |
* | rework option parsing to have a group structure | Timo Teräs | 2014-10-08 | 1 | -16/+20 |
* | add, del: main dependencies -> 'world' | Dubiousjim | 2013-06-28 | 1 | -1/+1 |
* | various: applet help text and comment fixes | Dubiousjim | 2013-06-28 | 1 | -2/+3 |
* | applets: unify help message by removing final dots | Timo Teräs | 2013-06-19 | 1 | -3/+2 |
* | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 2013-06-18 | 1 | -8/+9 |
* | db: unify handling of special packages | Timo Teräs | 2013-05-30 | 1 | -1/+0 |
* | solver, test: make conflicts unconditional | Timo Teräs | 2012-02-29 | 1 | -2/+2 |
* | add: allow specifying repository tag with added virtual packages | Timo Teräs | 2012-02-28 | 1 | -2/+12 |
* | solver, db: repository pinning improvements | Timo Teräs | 2012-02-15 | 1 | -1/+1 |
* | solver, upgrade: properly detect missing repository tags | Timo Teräs | 2012-01-17 | 1 | -7/+0 |
* | add: make repository tag pinning stronger | Timo Teräs | 2012-01-13 | 1 | -1/+1 |
* | db: support line feed as 'world' dependency separator | Timo Teräs | 2012-01-12 | 1 | -1/+1 |
* | add: fail if repository tag does not exist | Timo Teräs | 2012-01-12 | 1 | -1/+9 |
* | add: print an error about malformed arguments | Timo Teräs | 2012-01-06 | 1 | -1/+4 |
* | pkg, info: remember installed packages "replaces" | Timo Teräs | 2011-10-18 | 1 | -2/+3 |
* | solver: inheritable solver flags | Timo Teräs | 2011-09-16 | 1 | -2/+6 |
* | all: update copyright year statement | Timo Teräs | 2011-09-13 | 1 | -1/+1 |
* | solver: add per-name specific flags, and fix the fix applet | Timo Teräs | 2011-09-13 | 1 | -5/+9 |
* | applets: start using solver code | Timo Teräs | 2011-09-09 | 1 | -36/+13 |
* | state: use db in own struc when committing | Natanael Copa | 2011-03-30 | 1 | -1/+1 |
* | add: use default arch instead of noarch, improve errors | Timo Teräs | 2011-01-05 | 1 | -0/+1 |
* | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 2010-12-14 | 1 | -1/+1 |
* | First steps for libapk | Natanael Copa | 2010-06-11 | 1 | -0/+1 |
* | state: improve error messages from dependency failures | Timo Teräs | 2010-06-01 | 1 | -14/+12 |
* | add: print all failing packages instead of only first | Natanael Copa | 2010-02-26 | 1 | -3/+5 |
* | add, del, db: fix various bugs introduced by earlier commits | Timo Teras | 2009-08-13 | 1 | -2/+3 |
* | add: refuse to add bad dependencies to world | Timo Teras | 2009-08-13 | 1 | -20/+20 |
* | db, audit: audit symlinks (by hash of the link target) | Timo Teras | 2009-08-11 | 1 | -1/+1 |
* | add: world needs to be updated before state instantiation | Timo Teras | 2009-08-06 | 1 | -2/+1 |
* | state: bug fix | Timo Teras | 2009-08-06 | 1 | -1/+2 |
* | all: implement database open options | Timo Teras | 2009-08-06 | 1 | -24/+19 |
* | state: fix world dependencies to be honored always | Timo Teras | 2009-08-04 | 1 | -0/+3 |
* | apk: use *at instead of chdir+normal file syscall | Timo Teras | 2009-07-31 | 1 | -1/+1 |
* | add, fetch: make handling of special options more logical | Timo Teras | 2009-07-24 | 1 | -41/+0 |
* | db: remove APK_NAME_VIRTUAL flag | Timo Teras | 2009-07-24 | 1 | -1/+1 |
* | db: create cache index with non-repository packages | Timo Teras | 2009-07-24 | 1 | -7/+20 |
* | signing: verify and generate identity | Timo Teras | 2009-07-22 | 1 | -2/+2 |
* | add: fixes to installing non-repository package | Timo Teras | 2009-07-22 | 1 | -3/+13 |
* | various: more informative error messages | Timo Teras | 2009-07-22 | 1 | -3/+3 |
* | various: misc fixes | Timo Teras | 2009-07-22 | 1 | -4/+7 |
* | db: signed index loading (ref #46) | Timo Teras | 2009-07-20 | 1 | -1/+1 |
* | verify: new applet (ref #46) | Timo Teras | 2009-07-17 | 1 | -1/+4 |
* | various: new style index generation | Timo Teras | 2009-07-16 | 1 | -1/+1 |
* | db: live with sha1 and md5 | Timo Teras | 2009-07-14 | 1 | -1/+2 |
* | csum: use openssl instead | Timo Teras | 2009-07-08 | 1 | -1/+1 |
* | add: ignore install failures on 'apk add --force' | Timo Teras | 2009-07-07 | 1 | -1/+2 |
* | blob: function to checksum a blob | Timo Teras | 2009-06-28 | 1 | -9/+1 |
* | help: auto construct help | Timo Teras | 2009-06-25 | 1 | -46/+44 |