aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg
AgeCommit message (Expand)Author
2014-11-13pkg_hash: Fix selection with multiple equal providersPaul Barker
2014-10-28opkg_install: Set pkg state and give advice when install failsPaul Barker
2014-10-28opkg_upgrade: Do not upgrade orphan packagesGaël PORTAY
2014-10-28opkg_upgrade: Upgrade must not modify package flagsGaël PORTAY
2014-10-28release: Verify correct file when not using gzipPaul 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-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-28abstract_pkg_t: Make depended_upon_by a pkg_vecPaul Barker
2014-10-28opkg_install: Remove orphan RECOMMENDS during upgradePaul Barker
2014-10-28opkg_conf, pkg_hash: Correct checks of pkg->state_flagPaul Barker
2014-10-21opkg_remove: avoid remove pkg repeatly with option --force-removal-of-depende...Hongxu Jia
2014-08-22pkg_hash_fetch_best_installation_candidate_by_name: Drop unnecessary constrai...Paul Barker
2014-08-22pkg_hash_fetch_best_installation_candidate: Restore good_pkg_by_name behaviourPaul 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-07-27pkg_hash_fetch_best_installation_candidate: Preserve held pkgsPaul Barker
2014-07-27pkg_hash_fetch_best_installation_candidate: Call constraint_fcn earlierPaul Barker
2014-07-27pkg_hash_fetch_best_installation_candidate: Fix error messagesPaul Barker
2014-07-27opkg_upgrade: Reset state_want flags after failed installPaul Barker
2014-07-27opkg_install, opkg_upgrade: Mark packages as SW_INSTALL during preparePaul Barker
2014-07-27opkg_cmd: Silence warnings regarding new variablesPaul Barker
2014-07-27opkg_conf: Add and implement 'combine' optionPaul Barker
2014-07-27opkg_upgrade_multiple_pkgs: New functionPaul Barker
2014-07-27opkg_upgrade_pkg: RefactorPaul Barker
2014-07-27opkg_install_multiple_by_name: New functionPaul Barker
2014-07-07opkg_install, opkg_upgrade: Fix c++ wrapping in headersPaul Barker
2014-07-07opkg_install_by_name: Refactor out pkg preparationPaul Barker
2014-07-06pkg_hash: Don't consider providers twicePaul Barker
2014-07-06pkg_hash: Don't select pkgs for installation which break existing depsPaul Barker
2014-07-06pkg_hash: Drop unused max_countPaul Barker
2014-07-06pkg_depends: Add pkg_breaks_reverse_dep functionPaul Barker
2014-07-06pkg_parse: Fix epoch:version splitPaul Barker
2014-07-03opkg_conf: Fix potential memory leak when setting lists_dirPaul Barker
2014-07-03opkg_conf: Support old and new syntax for lists_dirPaul Barker
2014-07-03Respect config.hPaul Barker
2014-07-03pkg_depends: Include recommends in depended_upon_byPaul Barker
2014-03-18opkg_remove: Differentiate between dirs and symlinks to dirsPaul Barker
2014-03-18file_util: Add file_is_symlink functionPaul Barker
2014-03-18pkg_hash: Fix invalid architecture noticesPaul Barker
2014-02-23opkg_install_check_downgrade: Refactor and improvePaul Barker
2014-02-23opkg_prepare_url_for_install: Handle force_reinstall as upgradePaul Barker
2014-02-23pkg: Add per-package force_reinstall flagPaul Barker
2013-12-17libopkg: cleanup inside the public header filesCarsten Schoenert
2013-12-17libopkg: ensure symbol name mangling for C++Carsten Schoenert
2013-12-17config.h: remove needless inclusion in the libopkg header filesCarsten Schoenert
2013-12-17libopkg: Don't install opkg_pathfinder.hPaul Barker