summaryrefslogtreecommitdiff
path: root/src/package.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27Refactor .apk extraction codeTimo Teräs1-315/+15
2021-07-26Use __attribute__ ((format)) where possible and fix issues found by itTimo Teräs1-2/+2
2021-07-22io: make apk_istream_get/read() fail on incomplete readTimo Teräs1-16/+6
2021-07-22io: formalize apk_ostream_write() always writing full dataTimo Teräs1-4/+4
2021-07-22io: rework apk_istream_get_* to not return erros in blob valueTimo Teräs1-2/+2
2021-06-19reduce misuse of error codes from errno.hTimo Teräs1-9/+9
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-1/+7
2020-10-09rename adb_trust to apk_trust, and use it as package signature keystore tooTimo Teräs1-19/+8
2020-10-09make apk_database optional for applets that don't need itTimo Teräs1-2/+2
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-13/+12
2020-10-09make apk_flags non-global, make progress printing state non-globalTimo Teräs1-7/+8
2020-10-09adb: introduce apk-tools database format, and few appletsTimo Teräs1-3/+3
2020-10-07various changes to make clang not give warningsTimo Teräs1-1/+1
2020-05-19make the atom functions not use global stateTimo Teräs1-9/+9
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-01-24Harden signature verification processReid Rankin1-14/+19
2020-01-24Improve documentation of signature verification processReid Rankin1-7/+19
2020-01-11archive: make apk_tar_parse check and close input streamTimo Teräs1-10/+4
2020-01-11convert remaining locations to use istream instead of bstreamTimo Teräs1-6/+5
2020-01-11istream, archive, db: convert db and tar function to use istreamTimo Teräs1-10/+7
2020-01-11archive: remove support for old packages without xattr checksumsTimo Teräs1-1/+1
2019-12-29del: report non-matching names and install-if rule non-deletionTimo Teräs1-18/+17
2018-10-26add support for openssl 1.1Timo Teräs1-18/+19
2018-09-10rework unpacking of packages and harden package file format requirementsTimo Teräs1-7/+4
2018-07-02Invalidate id cache after script executionJussi Kukkonen1-0/+4
2017-11-02solver: implement support for choosing default virtualsWilliam Pitcock1-0/+8
2017-10-04package: remove package script after use (fixes #7974)Timo Teräs1-6/+9
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs1-15/+8
2017-05-27version: add support for fuzzy version matchingWilliam Pitcock1-4/+10
2017-02-28package: add more secure signature methodsTimo Teräs1-20/+31
2017-02-15add support for pre and post commit hooksHenrik Riomar1-22/+2
2016-08-23pkg: reset umask for package scriptsTimo Teräs1-0/+1
2015-12-10commit: self-conflict error and satisfies printingTimo Teräs1-6/+6
2015-06-12for completeness free all arrays before exitTimo Teräs1-0/+1
2015-03-10rename file info related functions for consistencyTimo Teräs1-1/+1
2015-03-10rework error handling for read streamsTimo Teräs1-1/+3
2014-04-10package: do not report duplicate reverse dependenciesTimo Teräs1-1/+4
2013-09-10apk: new option --no-scriptsTimo Teräs1-2/+2
2013-06-20solver: fix pinning+cache to workTimo Teräs1-3/+2
2013-06-20commit, db: make file conflicts and script errors non-fatalTimo Teräs1-23/+18
2013-06-18db: store repository tag names including leading @Timo Teräs1-5/+7
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-6/+9
2013-06-18all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs1-32/+23
2013-06-17db: refactor repository file constructionTimo Teräs1-23/+0
2013-06-15pkg: apk_pkg_foreach_* add matching generationTimo Teräs1-6/+27
2013-06-15lua: use apk_dep_analyzeTimo Teräs1-22/+0
2013-06-13solver, errors: fix few additional test cases and clean upsTimo Teräs1-8/+6
2013-06-13pkg: add global reverse dependency iterator helpers and use themTimo Teräs1-2/+57
2013-06-13errors: rewrite the logic how errors are reportedTimo Teräs1-0/+34
2013-05-30index: add sensible error message if metadata is too longTimo Teräs1-3/+6