Age | Commit message (Expand) | Author | Files | Lines |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -0/+2 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2020-04-28 | apk: do not manage file ownership as non-root or when asked so | Fredrik Gustafsson | 1 | -0/+1 |
2020-01-11 | istream, archive, db: convert db and tar function to use istream | Timo Teräs | 1 | -1/+1 |
2018-11-12 | prefer selecting packages by their primary name | Timo Teräs | 1 | -0/+1 |
2018-07-18 | prevent automatic repository index update for 'apk del' | Timo Teräs | 1 | -1/+2 |
2018-01-08 | auto-update index only when database is opened for writing | Timo Teräs | 1 | -0/+1 |
2018-01-04 | enable automatic update of indexes controlled by --cache-max-age | Timo Teräs | 1 | -3/+4 |
2017-04-28 | db: separate init from open | Kaarle Ritvanen | 1 | -0/+1 |
2017-02-27 | fetch: fix --recursive mode to work with pure virtual packages | Timo Teräs | 1 | -0/+1 |
2017-02-27 | db: allow overriding cache location | Timo Teräs | 1 | -0/+1 |
2017-02-27 | db: mount /proc for --root if it's not mounted, use mount syscall | Timo Teräs | 1 | -1/+2 |
2017-02-15 | add support for pre and post commit hooks | Henrik Riomar | 1 | -0/+1 |
2016-07-22 | upgrade: improve self upgrade functionality a bit | Timo Teräs | 1 | -1/+1 |
2015-06-11 | speed improvements for database opening | Timo Teräs | 1 | -0/+1 |
2015-04-07 | update: return failure if any mirror update failed | Natanael Copa | 1 | -0/+1 |
2015-03-11 | calculate and store checksum of xattrs | Timo Teräs | 1 | -0/+1 |
2015-01-30 | always save 'world' with line feeds | Timo Teräs | 1 | -1/+0 |
2014-11-01 | make 'mode, uid, gid' triplet separate atomized struct | Timo Teräs | 1 | -7/+10 |
2014-10-08 | rework option parsing to have a group structure | Timo Teräs | 1 | -4/+4 |
2014-10-07 | db: rework directory permission handling | Timo Teräs | 1 | -3/+7 |
2014-10-06 | index: fix warning about package names without provider | Timo Teräs | 1 | -1/+1 |
2014-03-12 | audit: include all files in etc/apk in overlay | Timo Teräs | 1 | -4/+9 |
2013-06-18 | policy: new applet | Timo Teräs | 1 | -1/+1 |
2013-06-18 | db: store repository tag names including leading @ | Timo Teräs | 1 | -1/+1 |
2013-06-18 | fix, info, ver: perform wildcard matching | Timo Teräs | 1 | -7/+3 |
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 1 | -2/+11 |
2013-06-17 | cache: implement progress bar (ref #1170) | Timo Teräs | 1 | -1/+2 |
2013-06-17 | print: move progress printing to common functions | Timo Teräs | 1 | -2/+2 |
2013-06-17 | db, cache: do not use cache/tmp for downloads | Timo Teräs | 1 | -1/+1 |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 1 | -11/+9 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -1/+3 |
2013-05-30 | db: unify handling of special packages | Timo Teräs | 1 | -4/+4 |
2013-05-29 | db, info: allow packages to install files/symlinks to root | Timo Teräs | 1 | -0/+3 |
2012-09-20 | apk: implement --progress-fd to write progress to a specified fd | Timo Teräs | 1 | -2/+2 |
2012-07-16 | audit: fix protection mask of non-db directories | Timo Teräs | 1 | -0/+2 |
2012-02-29 | solver: merge apk_name_state to apk_name | Timo Teräs | 1 | -13/+9 |
2012-02-24 | solver, dot: elementary provides fixes | Timo Teräs | 1 | -2/+2 |
2012-02-24 | all: introduce apk_provides and use it in apk_name | Timo Teräs | 1 | -1/+10 |
2012-02-23 | audit, db: add etc/apk/protected_files.d and new audit features | Timo Teräs | 1 | -10/+19 |
2012-02-22 | db, io: load repositories also from etc/apk/repositories.d/*.list | Timo Teräs | 1 | -1/+1 |
2012-02-22 | db, solver, io: scan cache items at startup | Timo Teräs | 1 | -20/+6 |
2012-02-15 | solver, db: repository pinning improvements | Timo Teräs | 1 | -2/+6 |
2012-02-14 | db: record file uid/gid/mode in installed db | Timo Teräs | 1 | -3/+7 |
2012-02-10 | db: smarter handling of directory owner, group and mode | Timo Teräs | 1 | -2/+4 |
2012-01-31 | pkg, db: fix signature checking for files without control part | Timo Teräs | 1 | -1/+1 |
2012-01-17 | solver, upgrade: properly detect missing repository tags | Timo Teräs | 1 | -1/+1 |
2012-01-12 | db: support line feed as 'world' dependency separator | Timo Teräs | 1 | -0/+1 |
2012-01-12 | solver: print repository tag when committing package changes | Timo Teräs | 1 | -0/+1 |
2012-01-12 | db, solver: refuse committing changes if there is missing tags | Timo Teräs | 1 | -0/+1 |