aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-13configure.ac: Bump version to 0.2.4v0.2.4opkg-0.2.xPaul Barker
2014-11-13NEWS: Update for v0.2.4 releasePaul Barker
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-28unarchive: Fix broken uname and gname cacheAndreas Monzner
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-27opkg-check-config: Use sh instead of bashPaul Barker
2014-10-21opkg_remove: avoid remove pkg repeatly with option --force-removal-of-depende...Hongxu Jia
2014-10-21configure.ac: Bump version to 0.2.4-SNAPSHOTPaul Barker
2014-09-05configure.ac: Bump version to 0.2.3v0.2.3Paul Barker
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-08-14Makefile.am: Fix order of ACLOCAL_AMFLAGSPaul Barker
2014-08-14Makefile.am: fix failure if AM_PATH_GPGME is not definedAndreas Oberritter
2014-08-11NEWS: Update for v0.2.3 releasePaul Barker
2014-08-08m4: Add gpgme.m4Paul Barker
2014-08-08.gitignore: Don't ignore m4 directoryPaul Barker
2014-08-08configure.ac: Use AM_PATH_GPGME for gpgmePaul Barker
2014-08-08configure.ac: Check for gpgme using pkg-configPaul 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-cl: Add '--combine' command line optionPaul 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