summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-10-30opkg: add verify optionAlejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-10-11opkg.c: do not load feed or status file information on cleanAlejandro del Castillo
2019-02-04libopkg: add --add-ignore-recommends optionAlejandro del Castillo
2018-12-26opkg: clean and consolidate helpAlejandro del Castillo
2018-11-30libopkg: Add --short-description command line argument.Dan Mondrik
2018-11-30libopkg: add --fields command line argumentDan Mondrik
2018-02-22src/opkg.c: remove getopt_long_only caseAlejandro del Castillo
2018-02-19src/opkg.c: use getopt_long if getopt_long_only is not availableMichał Łyszczek
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2016-12-16opkg: Extend 'opkg list' command to optionally display package sizeFlorin Gherendi
2016-12-16opkg: expose lists_dir option as command line argumentFlorin Gherendi
2016-12-16opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatchi...Florin Gherendi
2016-12-16opkg: introduce "find" command which searches package names and descriptions ...Florin Gherendi
2016-10-07Display libsolv version in --version output, if enabled.Michael Hansen
2016-07-13src/opkg.c: Fix prefer_arch_to_version as it was misspelledjpdjong@gmail.com
2016-04-04main: skip conf file load on compare-versions operationAlejandro del Castillo
2016-03-24opkg: compare-versions doesn't need any stateRoss Burton
2016-02-10opkg: document --combine option as available only for the internal solverAlejandro del Castillo
2015-10-20opkg: Add --host-cache-dir command line argumentPaul Barker
2015-10-20opkg: Add --cache-dir command line argumentPaul Barker
2014-12-18opkg: Drop unnecessary if statementsPaul Barker
2014-12-15opkg: Improve format of usage messagesPaul Barker
2014-12-15opkg: Cleanup reformatted codePaul Barker
2014-12-15Initial reformat with 'indent'Paul 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-12opkg_conf: Add and implement ignore_maintainer optionPaul Barker
2014-08-01Merge branch 'opkg-0.2.x'Paul Barker
2014-07-27opkg-cl: Add '--combine' command line optionPaul Barker
2014-06-04Rename 'opkg-cl' to 'opkg'Emmanuel Deloget
2014-05-30opkg_download: Rename cleanup function and fix usagePaul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-03-18opkg-cl: Tidy alignment of help outputPaul Barker
2014-03-18opkg-cl: Arguments are globs not regexpsPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-05libopkg: Fixup header inclusionPaul Barker
2014-02-04opkg_download: Implemented volatile cacheYevhen Kyriukha
2014-01-24opkg-cl: Add clean commandYevhen Kyriukha
2014-01-24opkg_download: Improve caching and allow resuming interrupted downloadsYevhen Kyriukha
2013-12-20opkg-cl: Tidy alignment of help outputPaul Barker
2013-12-20opkg-cl: Arguments are globs not regexpsPaul Barker
2013-11-12opkg-cl: fix indentation, no functional changespaul.betafive@gmail.com
2013-11-12opkg-cl: avoid possible segfault because of unitialized char pointerpaul.betafive@gmail.com
2013-10-28build: Allow to link libopkg statically into opkg-clpaul.betafive@gmail.com
2013-10-28build: No need to add libbb.la twice, libopkg already depends on itpaul.betafive@gmail.com
2013-10-28build: Remove unused variables and flagspaul.betafive@gmail.com
2013-09-02Renamed conf to opkg_configpaul.betafive@gmail.com
2012-11-22Add the --prefer-arch-to-version optionpixdamix@gmail.com
2011-02-21List some sub-commands that were missing from the --help output.graham.gower@gmail.com