| Commit message (Expand) | Author | Age | Files | Lines |
* | db: separate init from open | Kaarle Ritvanen | 2017-04-28 | 1 | -0/+1 |
* | fetch: fix --recursive mode to work with pure virtual packages | Timo Teräs | 2017-02-27 | 1 | -0/+1 |
* | db: allow overriding cache location | Timo Teräs | 2017-02-27 | 1 | -0/+1 |
* | db: mount /proc for --root if it's not mounted, use mount syscall | Timo Teräs | 2017-02-27 | 1 | -1/+2 |
* | add support for pre and post commit hooks | Henrik Riomar | 2017-02-15 | 1 | -0/+1 |
* | upgrade: improve self upgrade functionality a bit | Timo Teräs | 2016-07-22 | 1 | -1/+1 |
* | speed improvements for database opening | Timo Teräs | 2015-06-11 | 1 | -0/+1 |
* | update: return failure if any mirror update failed | Natanael Copa | 2015-04-07 | 1 | -0/+1 |
* | calculate and store checksum of xattrs | Timo Teräs | 2015-03-11 | 1 | -0/+1 |
* | always save 'world' with line feeds | Timo Teräs | 2015-01-30 | 1 | -1/+0 |
* | make 'mode, uid, gid' triplet separate atomized struct | Timo Teräs | 2014-11-01 | 1 | -7/+10 |
* | rework option parsing to have a group structure | Timo Teräs | 2014-10-08 | 1 | -4/+4 |
* | db: rework directory permission handling | Timo Teräs | 2014-10-07 | 1 | -3/+7 |
* | index: fix warning about package names without provider | Timo Teräs | 2014-10-06 | 1 | -1/+1 |
* | audit: include all files in etc/apk in overlay | Timo Teräs | 2014-03-12 | 1 | -4/+9 |
* | policy: new applet | Timo Teräs | 2013-06-18 | 1 | -1/+1 |
* | db: store repository tag names including leading @ | Timo Teräs | 2013-06-18 | 1 | -1/+1 |
* | fix, info, ver: perform wildcard matching | Timo Teräs | 2013-06-18 | 1 | -7/+3 |
* | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 2013-06-18 | 1 | -2/+11 |
* | cache: implement progress bar (ref #1170) | Timo Teräs | 2013-06-17 | 1 | -1/+2 |
* | print: move progress printing to common functions | Timo Teräs | 2013-06-17 | 1 | -2/+2 |
* | db, cache: do not use cache/tmp for downloads | Timo Teräs | 2013-06-17 | 1 | -1/+1 |
* | db: refactor repository file construction | Timo Teräs | 2013-06-17 | 1 | -11/+9 |
* | solver: rewrite as deductive solver -- core features | Timo Teräs | 2013-06-13 | 1 | -1/+3 |
* | db: unify handling of special packages | Timo Teräs | 2013-05-30 | 1 | -4/+4 |
* | db, info: allow packages to install files/symlinks to root | Timo Teräs | 2013-05-29 | 1 | -0/+3 |
* | apk: implement --progress-fd to write progress to a specified fd | Timo Teräs | 2012-09-20 | 1 | -2/+2 |
* | audit: fix protection mask of non-db directories | Timo Teräs | 2012-07-16 | 1 | -0/+2 |
* | solver: merge apk_name_state to apk_name | Timo Teräs | 2012-02-29 | 1 | -13/+9 |
* | solver, dot: elementary provides fixes | Timo Teräs | 2012-02-24 | 1 | -2/+2 |
* | all: introduce apk_provides and use it in apk_name | Timo Teräs | 2012-02-24 | 1 | -1/+10 |
* | audit, db: add etc/apk/protected_files.d and new audit features | Timo Teräs | 2012-02-23 | 1 | -10/+19 |
* | db, io: load repositories also from etc/apk/repositories.d/*.list | Timo Teräs | 2012-02-22 | 1 | -1/+1 |
* | db, solver, io: scan cache items at startup | Timo Teräs | 2012-02-22 | 1 | -20/+6 |
* | solver, db: repository pinning improvements | Timo Teräs | 2012-02-15 | 1 | -2/+6 |
* | db: record file uid/gid/mode in installed db | Timo Teräs | 2012-02-14 | 1 | -3/+7 |
* | db: smarter handling of directory owner, group and mode | Timo Teräs | 2012-02-10 | 1 | -2/+4 |
* | pkg, db: fix signature checking for files without control part | Timo Teräs | 2012-01-31 | 1 | -1/+1 |
* | solver, upgrade: properly detect missing repository tags | Timo Teräs | 2012-01-17 | 1 | -1/+1 |
* | db: support line feed as 'world' dependency separator | Timo Teräs | 2012-01-12 | 1 | -0/+1 |
* | solver: print repository tag when committing package changes | Timo Teräs | 2012-01-12 | 1 | -0/+1 |
* | db, solver: refuse committing changes if there is missing tags | Timo Teräs | 2012-01-12 | 1 | -0/+1 |
* | solver: report number of (mega)bytes used | Timo Teräs | 2011-12-27 | 1 | -0/+1 |
* | solver, db: implement repository pinning | Timo Teräs | 2011-10-29 | 1 | -1/+8 |
* | solver, db: run triggers in dependency order | Timo Teräs | 2011-09-14 | 1 | -1/+1 |
* | upgrade: reimplement self-upgrade (after solver merge) | Timo Teräs | 2011-09-14 | 1 | -0/+1 |
* | all: update copyright year statement | Timo Teräs | 2011-09-13 | 1 | -1/+1 |
* | applets: start using solver code | Timo Teräs | 2011-09-09 | 1 | -8/+5 |
* | dot: applet to generate the dot attributed graph language files | Timo Teräs | 2011-07-24 | 1 | -0/+1 |
* | apk_database: add APK_DEFAULT_ARCH for ppc, ppc64 and arm ports | William Pitcock | 2011-07-16 | 1 | -0/+6 |