apk-tools/src
Timo Teräs 8e7fd3e06f solver: fix potential install_if processing failure, fixes #8237
In discovery phase, there was logic to not process packages
multiple times. However, that logic failed to account the package's
depth and install_if state for the name being processed. This
caused install_if processing failure in certain topologies of the
dependency graph. Adds also a test case that should catch this
issue reliably.
2017-12-12 15:16:52 +02:00
..
Makefile build and use bundled libfetch natively 2017-10-05 16:59:14 +03:00
add.c version: add support for fuzzy version matching 2017-05-27 21:49:53 +00:00
apk-static.c static build: do not use openssl engines 2010-06-30 16:55:50 +03:00
apk-test.c test: rewrite the testing framework to use the real applets 2012-02-23 22:05:02 +02:00
apk.c io: make io vtables const struct, and add accessors for them 2017-06-23 10:07:44 +03:00
apk_applet.h rework option parsing to have a group structure 2014-10-08 15:29:27 +03:00
apk_archive.h all: update copyright year statement 2011-09-13 11:53:01 +03:00
apk_blob.h ignore .apk-new files for overlays 2015-04-08 11:08:16 +03:00
apk_database.h db: separate init from open 2017-04-28 13:28:32 +03:00
apk_defines.h add detection of mips archs 2017-12-11 09:02:50 +02:00
apk_hash.h apk_hash.h: include stddef.h 2013-04-18 06:19:45 +00:00
apk_io.h io: fix skip and splice to detect unexpected end-of-file 2017-10-12 13:35:46 +03:00
apk_package.h solver: implement support for choosing default virtuals 2017-11-02 03:08:24 +00:00
apk_print.h print: print warnings and errors to stderr 2017-04-24 22:42:29 +00:00
apk_provider_data.h solver: merge apk_name_state to apk_name 2012-02-29 11:26:12 +02:00
apk_solver.h upgrade: new option: --latest (-l) 2013-06-19 08:33:51 +03:00
apk_solver_data.h solver: instead of tracking selected packages, score by requirer count for tiebreaking 2017-11-02 16:24:09 +00:00
apk_version.h version: add support for fuzzy version matching 2017-05-27 21:49:53 +00:00
archive.c fix comparison of unsigned expression < 0 is always false 2017-08-23 08:56:44 +03:00
audit.c add support for pre and post commit hooks 2017-02-15 13:44:04 +02:00
blob.c blob: fix sign extension in test_bit 2016-04-03 16:06:57 +03:00
cache.c cache: delete more aggressively unneeded cached files 2014-10-06 15:54:52 +03:00
commit.c commit: proper singular/plural for 'error(s)' in commit message 2017-08-23 09:03:35 +03:00
common.c libapk, apk(8): fix header inclusion issues with musl's headers 2013-06-12 10:47:11 -05:00
database.c db: handle default root correctly for /proc 2017-10-10 11:39:38 +03:00
del.c make del, fetch, fix and info return errors 2014-12-08 08:31:41 +02:00
dot.c rework option parsing to have a group structure 2014-10-08 15:29:27 +03:00
fetch.c fetch: print additional error diagnostics in verbose mode 2017-11-28 14:25:38 +00:00
fix.c make file install errors non-fatal, and xattr errors hidden 2015-04-17 10:05:10 +03:00
gunzip.c io: make io vtables const struct, and add accessors for them 2017-06-23 10:07:44 +03:00
hash.c all: various conversions to foreach_array_item, and simplifications of code 2013-06-18 08:03:40 +03:00
index.c index: Only rewrite arch if no error is encountered 2017-07-29 01:57:55 +00:00
info.c info: fix typo in help 2017-09-27 18:01:07 +03:00
io.c io: fix skip and splice to detect unexpected end-of-file 2017-10-12 13:35:46 +03:00
lua-apk.c db: separate init from open 2017-04-28 13:28:32 +03:00
manifest.c io: make io vtables const struct, and add accessors for them 2017-06-23 10:07:44 +03:00
md5.h Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
package.c solver: implement support for choosing default virtuals 2017-11-02 03:08:24 +00:00
policy.c make del, fetch, fix and info return errors 2014-12-08 08:31:41 +02:00
print.c print: oh dear, i have reworked the progress bar again 2017-06-01 05:25:56 +00:00
search.c search: match packages only once 2015-11-09 10:06:57 +02:00
solver.c solver: fix potential install_if processing failure, fixes #8237 2017-12-12 15:16:52 +02:00
stats.c add simple stats applet 2015-06-12 11:20:01 +03:00
template.c all: update copyright year statement 2011-09-13 11:53:01 +03:00
update.c update: return errors also with --quiet 2015-04-10 17:33:21 +00:00
upgrade.c upgrade: improve self upgrade functionality a bit 2016-07-22 11:13:33 +03:00
url.c io: make io vtables const struct, and add accessors for them 2017-06-23 10:07:44 +03:00
ver.c make del, fetch, fix and info return errors 2014-12-08 08:31:41 +02:00
verify.c io: make io vtables const struct, and add accessors for them 2017-06-23 10:07:44 +03:00
version.c Revert "version: consider pkg-rX and pkg to be the same version" 2017-06-23 06:59:13 +00:00