Age | Commit message (Expand) | Author | Files | Lines |
2021-11-22 | db: fix regression in creating .apk-new files | Timo Teräs | 1 | -1/+3 |
2021-11-15 | db: lazy create directories with --initdb | Timo Teräs | 1 | -0/+2 |
2021-11-03 | db, audit: support sha256-160 hashes for v3 pkg compat | Timo Teräs | 1 | -0/+8 |
2021-07-27 | Refactor .apk extraction code | Timo Teräs | 1 | -2/+1 |
2020-10-09 | rename adb_trust to apk_trust, and use it as package signature keystore too | Timo Teräs | 1 | -1/+1 |
2020-10-09 | make apk_database optional for applets that don't need it | Timo Teräs | 1 | -23/+2 |
2020-10-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 1 | -40/+5 |
2020-10-09 | make apk_flags non-global, make progress printing state non-global | Timo Teräs | 1 | -2/+17 |
2020-10-09 | make apk_force non-global, remove left-over apk_arch | Timo Teräs | 1 | -1/+12 |
2020-10-09 | db: convert repository list to a string array | Timo Teräs | 1 | -6/+1 |
2020-10-09 | adb: introduce apk-tools database format, and few applets | Timo Teräs | 1 | -0/+5 |
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 |