aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/solvers
AgeCommit message (Expand)Author
2022-05-27libsolv: Error on unknown package install requestChaitanya Vadrevu
2022-03-10libsolv: add missing break statement in switch caseShruthi Ravichandran
2021-10-19opkg_solver_libsolv: Fix parameter list for callbackBill Pittman
2021-07-13opkg_solver_libsolv: blacklist excluded packages instead of ignoring themBrandon Streiff
2020-10-27opkg_solver_libsolv: Pass opkg_config->noaction as 'noaction' parameter to li...Zavaczki Raul
2020-02-06libsolv: ignore missing recommends of installed packagesAlejandro del Castillo
2020-02-05libopkg: add glob support for --add-ignore-recommends and --add-excludeAlejandro del Castillo
2020-02-04libsolv_solver_solv: show all solver problemsYann Dirson
2020-01-17libsolv_solver_execute_transaction: treat obsolete operations as upgradesAlejandro del Castillo
2020-01-17opkg_install_pkg: allow upgrades between packages with different namesAlejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-02-12libsolv_solver_execute_transaction: propagate download errorAlejandro del Castillo
2019-02-04libopkg: add --add-ignore-recommends optionAlejandro del Castillo
2019-02-04libsolv_solver_init: make --no-install-recommends case consistentAlejandro del Castillo
2018-08-30libsolv_solver_execute_transaction: abort transaction on first failureAlejandro del Castillo
2018-06-26populate_installed_repo: add Essential field supportAlejandro del Castillo
2018-03-28libsolv_solver_transaction_preamble: add arch information to get matching pac...Alejandro del Castillo
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2018-02-15populate_available_repos: make missing packages solvable non-version constrainedAlejandro del Castillo
2018-01-30libsolv_solver_execute_transaction: add case for obsolete packagesAlejandro del Castillo
2018-01-29opkg_install_pkg: remove unused parameter from_upgradeAlejandro del Castillo
2017-09-29Implement list-upgradable for the external libsolv solverBöszörményi Zoltán
2017-07-31is_pkg_a_provides: stick to name comparison for satisfied dependenciesAlejandro del Castillo
2017-05-22libsolv_solver_add_job: force target dist-upgrade operationAlejandro del Castillo
2017-05-08solv_solver_solve: print solver errors to stderrAlejandro del Castillo
2017-05-08calculate_dependencies_for: skip error message if --force-dependsAlejandro del Castillo
2017-05-08is_provides_installed: check all installed and to be installed pkgsAlejandro del Castillo
2017-05-08pkg_hash_fetch_all_installed: add option for installed and to be installed pkgsAlejandro del Castillo
2017-05-08is_pkg_a_provides: extend check to Provides of pkgAlejandro del Castillo
2017-05-08internal_solver_solv: do not return if provider is already installedAlejandro del Castillo
2017-05-08calculate_dependencies_for: check return value on recursive callAlejandro del Castillo
2017-04-14Add support for installing packages with version constraints other than '='Michael Hansen
2017-04-03pkg_get_provider_replacees: do not add duplicated replaceesAlejandro del Castillo
2017-04-03pkg_get_installed_replacees: do not add duplicated replaceesAlejandro del Castillo
2017-03-16libsolv_solver_init: upgrade recommended dependenciesAlejandro del Castillo
2017-02-07opkg_solver_internal.c: do not process orphans if --download-onlyAlejandro del Castillo
2017-01-12populate_installed_repo: make autoinstalled packages removableAlejandro del Castillo
2016-12-08libsolv: add globbing support for upgradeAlejandro del Castillo
2016-12-08libsolv: add globbing support for installAlejandro del Castillo
2016-12-08opkg_solver_libsolv.c: move pkg name/version parsing outside libsolv_solver_a...Alejandro del Castillo
2016-10-07Display libsolv version in --version output, if enabled.Michael Hansen
2016-10-07Handle 'opkg remove' and 'opkg install' (libsolv) correctly for packages in S...Michael Hansen
2016-09-22libsolv: Allow package names to be matched against provides.Michael Hansen
2016-09-21Tell libsolv to treat version comparisons as Debian-compatible.Michael Hansen
2016-09-20Make libsolv messages more consistent with internalsolv messages.Michael Hansen
2016-09-08opkg_solver_remove: enable use of globs for opkg remove commandAlejandro del Castillo
2016-09-08libsolv_solver_add_job: make pkg_name argument constAlejandro del Castillo
2016-09-08dep2id: initialize Id variables to zero, instead of NULLAlejandro del Castillo
2016-07-19libopkg: kill active_listJosh Cartwright
2016-07-13opkg_solver_remove: add pkg to pkg_to_remove vector only if there aren't any ...Alejandro del Castillo