aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg
AgeCommit message (Expand)Author
2015-05-17opkg_install: Fix error status during upgradeAlejandro del Castillo
2014-12-23libopkg/Makefile.am: Include xfuncs.h in opkg_headersPaul Barker
2014-12-21opkg_install: Fix segfault with force_reinstall setPaul Barker
2014-12-21opkg_download_curl: Fix segfaultPaul Barker
2014-12-18pkg: Improve logic in pkg_get_installed_filesPaul Barker
2014-12-18opkg_utils: Define str_starts_with oncePaul Barker
2014-12-18opkg_install: Refactor stray if statementPaul Barker
2014-12-18pkg_depends: Improve logic in pkg_hash_fetch_unsatisfied_dependenciesPaul Barker
2014-12-18opkg_remove: Improve logic in opkg_remove_pkgPaul Barker
2014-12-18opkg_install: Improve logic in satisfy_dependencies_forPaul Barker
2014-12-18opkg_download_curl: Improve logic in opkg_validate_cached_filePaul Barker
2014-12-18opkg_download_curl: Improve logic in check_file_stampPaul Barker
2014-12-18file_util: Improve logic in file_copyPaul Barker
2014-12-18opkg_download_curl: Check for error after freadPaul Barker
2014-12-15opkg_remove: Add comment on dependency filteringPaul Barker
2014-12-15libopkg: Minor tidyupsPaul Barker
2014-12-15pkg_parse: Use regular format for if statementsPaul 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: Avoid functions with side effects in if statementsPaul Barker
2014-12-15libopkg: Reformat multi-line if statmentsPaul Barker
2014-12-15opkg_download_curl: Refactor calls to curl_easy_setoptPaul Barker
2014-12-15libopkg: Tidy up reformatted C filesPaul Barker
2014-12-15libopkg: Tidy up reformatted headersPaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-11-13Merge branch 'opkg-0.2.x'Paul Barker
2014-11-13pkg_hash: Fix selection with multiple equal providersPaul 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-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-26str_list: Add str_list_contains functionPaul 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-21Merge branch 'opkg-0.2.x'Paul Barker
2014-10-21opkg_remove: avoid remove pkg repeatly with option --force-removal-of-depende...Hongxu Jia