aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_cmd.c
AgeCommit message (Expand)Author
2022-05-27opkg_cmd: Add newline at the end of error messageChaitanya Vadrevu
2021-07-28opkg_cmd: return error if search path does not existBrandon Streiff
2020-11-05opkg: miscellaneous documentation fixesAlejandro del Castillo
2020-11-03opkg_cmd: make download return code more usefulAlex Stewart
2020-10-27libopkg: do not require uid 0 for RO cmdsAlex Stewart
2019-10-30opkg: add verify optionAlejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-11-30libopkg: add --fields command line argumentDan Mondrik
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2017-09-29Implement list-upgradable for the external libsolv solverBöszörményi Zoltán
2017-05-22opkg_distupgrade_cmd: add dist-upgrade support for libsolvAlejandro del Castillo
2017-05-08pkg_hash_fetch_all_installed: add option for installed and to be installed pkgsAlejandro del Castillo
2017-03-08libopkg/opkg_cmd.c: more robust PATH handlingGlenn Strauss
2017-03-07libopkg: specify "/bin/sh" instead of "sh"Glenn Strauss
2017-02-14libopkg: Extend installed files data structure to also track file modeMichael Hansen
2017-01-12opkg_cmd: only look at conffile status if we're going to output itRoss Burton
2016-12-16opkg: Extend 'opkg list' command to optionally display package sizeFlorin Gherendi
2016-12-16opkg: introduce "find" command which searches package names and descriptions ...Florin Gherendi
2016-12-08Added flag validation to opkg flag call.Oleg Gashev
2016-11-23libopkg: do not store extra feed information for src{/gz} sourcesAlejandro del Castillo
2016-11-07Don't bother downloading or unpacking packages when --noaction is used.Michael Hansen
2016-10-07Handle 'opkg remove' and 'opkg install' (libsolv) correctly for packages in S...Michael Hansen
2016-07-19libopkg: kill active_listJosh Cartwright
2016-06-02libopkg: add version constrain support to Replaces fieldAlejandro del Castillo
2016-03-24opkg: compare-versions doesn't need any stateRoss Burton
2016-03-24opkg_cmd: fix return of opkg compare-versionsRoss Burton
2016-03-24opkg_cmd: set force_reinstall when comparing versionsRoss Burton
2016-02-10libopkg: rename opkg_upgrade.* to opkg_upgrade_internal.*Alejandro del Castillo
2016-01-29libopkg: Add intercepts_dir option to opkg.confHaris Okanovic
2015-12-02libopkg: replace --enable-solver option with --with-<solver>Alejandro del Castillo
2015-12-02libopkg: move opkg_action.c and opkg_upgrade.* to internal solver folderAlejandro del Castillo
2015-12-02libopkg: adjust internal solver functions to follow opkg_solver.h APIAlejandro del Castillo
2015-12-02opkg_upgrade_cmd: add missing error checking to opkg_solver_upgrade callAlejandro del Castillo
2015-08-20Add changes so adhoc solver code is not built when external solver enabledEric Yu
2015-08-20configure.ac: Add plug-in architecture to enable external solversEric Yu
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-24opkg_remove_pkg: Remove from_upgrade argumentPaul Barker
2014-09-16opkg_download: Refactor opkg_download_pkgPaul Barker
2014-08-01Merge branch 'opkg-0.2.x'Paul Barker
2014-07-27opkg_cmd: Silence warnings regarding new variablesPaul Barker
2014-07-27opkg_conf: Add and implement 'combine' optionPaul Barker
2014-07-03libopkg/opkg_cmd.c - Support filename arguments for 'opkg info'Carl Cospel
2014-06-11opkg_defines.h: Remove, move definitions to opkg_conf.hPaul Barker
2014-06-11pkg_dest: Drop separate lists_dirPaul Barker
2014-06-05Cleanup trailing whitespaceEmmanuel Deloget
2014-06-04Rename 'opkg-cl' to 'opkg'Emmanuel Deloget
2014-05-30Add vim modelines to all .c and .h filesPaul Barker