aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_install.c
AgeCommit message (Expand)Author
2022-08-15libopkg: support multiple packages installing a directory or a symlink to oneShruthi Ravichandran
2020-10-27pkg_src_verify: Verify feeds signatures only onceZavaczki Raul
2020-01-17opkg_install_pkg: allow upgrades between packages with different namesAlejandro del Castillo
2019-12-02libopkg: follow symlinks during installAlejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2018-01-29opkg_install_pkg: remove unused parameter from_upgradeAlejandro del Castillo
2017-02-28set_flags_from_control: remove functionAlejandro del Castillo
2017-02-23opkg_install: Only allow identical symlinks if the target is a directoryMichael Hansen
2017-02-23opkg_install: Allow packages to provide the same symlink if it is identicalMichael Hansen
2017-02-14libopkg: Fix #11033 by checking package's file type against existing file.Michael Hansen
2017-02-14libopkg: Extend installed files data structure to also track file modeMichael Hansen
2016-12-16opkg: strip trailing whitespaces from entries in conffiles control files, fix...Florin Gherendi
2016-11-23libopkg: add per-feed signature verification toggleAlejandro del Castillo
2016-11-07Don't bother downloading or unpacking packages when --noaction is used.Michael Hansen
2016-10-07Ensure old package gets updated correctly even when an install fails.Michael Hansen
2016-06-01Fixes NOTICE information formatting for readability.Bryan Krause
2016-03-29check_data_file_clashes_change: remove duplicated offline root in pathsAlejandro del Castillo
2016-02-24libopkg: add download_first optionAlejandro del Castillo
2016-02-10libopkg: split internal solver out of the install/upgrade functionsAlejandro del Castillo
2016-02-10libopkg: move internal solver solving related functions to opkg_solver_intern...Alejandro del Castillo
2016-02-10libopkg: move internal solver install related functions to a new fileAlejandro del Castillo
2016-02-10opkg_install.c: remove prerm_deconfigure_conflictor stubAlejandro del Castillo
2016-01-15pkg_get_provider_replacees: do not add installed pkg to replacee listAlejandro del Castillo
2015-12-07libopkg: move pkg_has_installed_dependents to opkg_solver_internal.*Alejandro del Castillo
2015-12-02libopkg: replace --enable-solver option with --with-<solver>Alejandro del Castillo
2015-11-02preinst_configure: fix memory leak on errorAlejandro del Castillo
2015-11-02backup_modified_conffiles: fix leak when backing conffilesAlejandro del Castillo
2015-08-20Add changes so adhoc solver code is not built when external solver enabledEric Yu
2015-05-17opkg_install: Fix error status during upgradeAlejandro del Castillo
2014-12-21opkg_install: Fix segfault with force_reinstall setPaul Barker
2014-12-18opkg_install: Refactor stray if statementPaul Barker
2014-12-18opkg_install: Improve logic in satisfy_dependencies_forPaul Barker
2014-12-15libopkg: Minor tidyupsPaul Barker
2014-12-15libopkg: Avoid functions with side effects 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-10-28Merge branch 'opkg-0.2.x'Paul Barker
2014-10-28opkg_install: Set pkg state and give advice when install failsPaul Barker
2014-10-28opkg_install: Fix check for orphan dependentsPaul Barker
2014-10-28opkg_install: Keep auto-installed packages when moved from 'Depends' to 'Reco...Andreas Monzner
2014-10-28opkg_install: Remove orphan RECOMMENDS during upgradePaul Barker
2014-10-24opkg_install: Update prerm/postrm commentsPaul Barker
2014-10-24opkg_install: Call prerm and postrm scripts on package upgradePeter Urbanec
2014-10-24opkg_remove_pkg: Remove from_upgrade argumentPaul Barker
2014-10-12opkg_conf: Add and implement ignore_maintainer optionPaul Barker
2014-10-12opkg_install: Fix level of message if conffile is changedPaul Barker
2014-09-16opkg_download: Refactor opkg_download_pkgPaul Barker
2014-08-01Merge branch 'opkg-0.2.x'Paul Barker