aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_depends.c
AgeCommit message (Expand)Author
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2017-04-19buildProvides: trim Provides stringsAlejandro del Castillo
2017-04-14Add support for installing packages with version constraints other than '='Michael Hansen
2017-04-03buildProvides: do not add duplicated ab_pkg to provided_by listAlejandro del Castillo
2016-06-02libopkg: add version constrain support to Replaces fieldAlejandro del Castillo
2016-05-20libopkg: move pkg_constraint_satisified to pkg_depends.*Alejandro del Castillo
2016-03-29buildReplaces: do not add duplicated replaceesAlejandro del Castillo
2016-02-10libopkg: move internal solver pkg related functions to pkg_depends_internal.*Alejandro del Castillo
2015-12-07pkg_dependence_satisfied: remove unused functionAlejandro del Castillo
2015-12-02libopkg: replace --enable-solver option with --with-<solver>Alejandro del Castillo
2015-11-02version_constraints_satisfied: fix memory leak on temp pkgAlejandro del Castillo
2015-08-20Add changes so adhoc solver code is not built when external solver enabledEric Yu
2014-12-18pkg_depends: Improve logic in pkg_hash_fetch_unsatisfied_dependenciesPaul Barker
2014-12-15libopkg: Minor tidyupsPaul Barker
2014-12-15pkg_depends: Drop unnecessary if statementsPaul Barker
2014-12-15libopkg: Use regular format for strcmp testsPaul Barker
2014-12-15libopkg: Unconditionally call freePaul Barker
2014-12-15libopkg: Avoid assingment in if statementsPaul Barker
2014-12-15libopkg: Reformat multi-line if statmentsPaul Barker
2014-12-15libopkg: Tidy up reformatted C filesPaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-11-10opkg: Add and implement '--add-exclude' argumentMark Hatle
2014-11-10opkg_conf: Add and implement 'no_install_recommends' optionMark Hatle
2014-10-28Merge branch 'opkg-0.2.x'Paul Barker
2014-10-28pkg_hash_fetch_conflicts: fix possible segfaultsAndreas Oberritter
2014-10-28pkg_depends: Don't mark Conflicts as DependsAndreas Oberritter
2014-10-28pkg_depends: Prevent repeats in depended_upon_byPaul Barker
2014-10-28abstract_pkg_t: Make depended_upon_by a pkg_vecPaul Barker
2014-08-20Merge branch 'opkg-0.2.x'Paul Barker
2014-08-19pkg_depends: Remove unnecessary checksPaul Barker
2014-08-19pkg_hash_fetch_satisfied_dependencies: Fix constraintPaul Barker
2014-08-19pkg_hash_fetch_unsatisfied_dependencies: Add debug messagesPaul Barker
2014-08-17pkg_conflicts: Consider version constraintsAndreas Oberritter
2014-08-01Merge branch 'opkg-0.2.x'Paul Barker
2014-07-06pkg_depends: Add pkg_breaks_reverse_dep functionPaul Barker
2014-07-03libopkg/opkg_install.c - Fix for virtual packagesCarl Cospel
2014-07-03Merge branch 'opkg-0.2.x'Paul Barker
2014-07-03Respect config.hPaul Barker
2014-07-03pkg_depends: Include recommends in depended_upon_byPaul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-30Respect config.hPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-05libopkg: Fixup header inclusionPaul Barker
2013-10-28pkg_hash_fetch_conflicts: ignore virtual conflictspaul.betafive@gmail.com
2013-10-28pkg_hash_fetch_conflicts: take into account conflicts of installed packagespaul.betafive@gmail.com
2013-10-28pkg_hash_fetch_conflicts: move iteration over conflicts to subroutinepaul.betafive@gmail.com
2013-10-28pkg_hash_fetch_conflicts: fix possible segfaultspaul.betafive@gmail.com
2013-10-28pkg_depends: Don't mark Conflicts as Dependspaul.betafive@gmail.com
2013-09-02Fix -Wsign-comparepaul.betafive@gmail.com