Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | fix, simplify and document upgrade --ignore | Timo Teräs | 1 | -4/+5 |
2020-08-24 | solver: add more dbg_printfs | Oliver Smith | 1 | -19/+62 |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -12/+12 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2019-12-12 | upgrade: implement --ignore to exclude some packages from upgrade | nrybowski | 1 | -2/+4 |
2019-06-05 | solver: fix common dependency merging to inherit pinning and flags | Timo Teräs | 1 | -3/+7 |
2018-11-12 | fix orphan package handling for certain provides cases | Timo Teräs | 1 | -15/+17 |
2018-11-12 | prefer selecting packages by their primary name | Timo Teräs | 1 | -8/+16 |
2018-11-12 | fix package preference based on it's conflicts in --latest mode | Timo Teräs | 1 | -4/+5 |
2018-06-14 | fetch: ignore conflicts when solving --recursive fetches | Timo Teräs | 1 | -8/+23 |
2018-02-21 | solver: allow names with only one provider to be autoselected regardless of p... | William Pitcock | 1 | -2/+3 |
2018-01-03 | split --force to several --force-[type] options | Timo Teräs | 1 | -1/+1 |
2017-12-12 | solver: fix potential install_if processing failure, fixes #8237 | Timo Teräs | 1 | -46/+49 |
2017-11-02 | solver: prefer highest requirer count above installed status | William Pitcock | 1 | -5/+5 |
2017-11-02 | solver: fix dbg_printf() call in select_package() | William Pitcock | 1 | -2/+2 |
2017-11-02 | solver: only select a default if there is at least one provider with a declar... | William Pitcock | 1 | -0/+6 |
2017-11-02 | solver: instead of tracking selected packages, score by requirer count for ti... | William Pitcock | 1 | -6/+13 |
2017-11-02 | solver: implement support for choosing default virtuals | William Pitcock | 1 | -7/+17 |
2017-10-27 | solver: consider virtual provides to exclude non-provides transitively | Timo Teräs | 1 | -12/+19 |
2017-04-27 | solver: don't clobber package swaps in cases where an installed package is be... | William Pitcock | 1 | -5/+18 |
2017-02-27 | fetch: fix --recursive mode to work with pure virtual packages | Timo Teräs | 1 | -1/+3 |
2016-07-22 | upgrade: improve self upgrade functionality a bit | Timo Teräs | 1 | -4/+5 |
2015-12-10 | solver: more debug output for package errors | Timo Teräs | 1 | -7/+11 |
2015-01-30 | sort world dependencies alphabetically | Timo Teräs | 1 | -0/+8 |
2015-01-30 | remove reverse dependencies first | Timo Teräs | 1 | -0/+6 |
2014-10-06 | solver: enforce conflicts during upgrades and new pkg installs | Timo Teräs | 1 | -2/+11 |
2014-05-19 | solver: fix installation of non-repository packages during tmpfs boot | Timo Teräs | 1 | -2/+6 |
2014-04-10 | solver: purge install_if packages deleted from repositories on upgrade -a | Timo Teräs | 1 | -2/+9 |
2014-04-10 | solver: fix cleaning of packages that got replaced by provides | Timo Teräs | 1 | -1/+4 |
2014-04-04 | solver: fix inherited flags/pinning for install_if packages | Timo Teräs | 1 | -56/+28 |
2014-04-04 | solver: do not consider packages in cache as 'available' | Timo Teräs | 1 | -5/+16 |
2014-03-12 | solver: additional improvements to install_if handling | Timo Teräs | 1 | -4/+20 |
2014-03-11 | solver: fixes to install_if handling | Timo Teräs | 1 | -14/+21 |
2013-09-06 | solver: if pinning is specified, it overrides preferred repos | Timo Teräs | 1 | -1/+1 |
2013-07-17 | solver: do not disqualify already disqualified packages | Natanael Copa | 1 | -1/+1 |
2013-07-04 | solver: use ffs (posix) instead of ffsl (gnu extension) | Timo Teräs | 1 | -1/+2 |
2013-06-20 | solver: fix pinning+cache to work | Timo Teräs | 1 | -16/+27 |
2013-06-19 | solver: fix package deletion to consier provides properly | Timo Teräs | 1 | -22/+36 |
2013-06-19 | solver: properly order deletion of unneeded packages | Timo Teräs | 1 | -71/+129 |
2013-06-19 | solver: add logic: transitive provides exclusion | Timo Teräs | 1 | -24/+65 |
2013-06-19 | upgrade: new option: --latest (-l) | Timo Teräs | 1 | -56/+87 |
2013-06-18 | errors: improve analysis for virtual packages | Timo Teräs | 1 | -6/+4 |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 1 | -1/+1 |
2013-06-14 | solver: use array_foreach_item and clean ups | Timo Teräs | 1 | -156/+130 |
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -0/+3 |
2013-06-13 | solver: prune broken world dependencies with --force | Timo Teräs | 1 | -22/+54 |
2013-06-13 | solver: corner case fixes | Timo Teräs | 1 | -3/+19 |
2013-06-13 | solver: rewrite as deductive solver -- pinning support | Timo Teräs | 1 | -26/+135 |
2013-06-13 | solver: rewrite as deductive solver -- per name flags | Timo Teräs | 1 | -8/+24 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -1830/+418 |