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