aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_download.c
AgeCommit message (Expand)Author
2022-01-21opkg_download: Add pkg_remove_signature()Bryan Evenson
2022-01-21opkg_download: Check if signature is cachedBryan Evenson
2020-10-27libopkg: do not require uid 0 for RO cmdsAlex Stewart
2020-07-15opkg_download: drop dir names when manually downloadingAlex Stewart
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-02-12opkg_download: propagate error if download failsAlejandro del Castillo
2018-12-26libopkg: error out if feeds are sha256 and --enable-sha256=falseAlejandro del Castillo
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2018-02-12opkg_download.c: add missing libgen.h includeMichał Łyszczek
2017-04-14Add support for installing packages with version constraints other than '='Michael Hansen
2016-12-08libsolv: add globbing support for installAlejandro del Castillo
2016-06-23libopkg: fix 9802 by preferring installed versions when looking for satisfied...Michael Hansen
2016-05-20libopkg: add support for selecting the pkg version to installAlejandro del Castillo
2016-02-16opkg_download.c: make functions staticAlejandro del Castillo
2015-11-12opkg_download: Use short cache file namePaul Barker
2015-11-02opkg_download.c: fix memory leak on opkg_download_pkgAlejandro del Castillo
2014-12-18opkg_utils: Define str_starts_with oncePaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-10-11opkg_conf: Add and implement cache_local_files optionPaul Barker
2014-10-11opkg_conf: Add and implement check_pkg_signature optionPaul Barker
2014-09-16opkg_download: Refactor opkg_download_pkgPaul Barker
2014-06-11opkg_defines.h: Remove, move definitions to opkg_conf.hPaul Barker
2014-05-30opkg_download: Split backends into separate filesPaul Barker
2014-05-30opkg_download: Rename cleanup function and fix usagePaul Barker
2014-05-30opkg_download_internal: Split out curl and wget backendsPaul Barker
2014-05-30opkg_download_internal: Split out local file handlingPaul Barker
2014-05-30opkg_download_internal: Split out setenv calls and handle errorsPaul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-22opkg_download: Minor indentation cleanupPaul Barker
2014-05-22opkg_download: add curl HTTP basic authentication supportIlkka Kellokoski
2014-05-08opkg_download_pkg: Use pkg_verifyPaul Barker
2014-05-08opkg_verify: Split out new file for verification functionsPaul Barker
2014-05-08opkg_verify_file: Remove unnecessary reference to opkg_configPaul Barker
2014-05-01opkg_download: set curl options in opkg_curl_init instead of opkg_download_in...Mathias Kunert
2014-05-01opkg_download: curl user credentials for the proxyMathias Kunert
2014-05-01opkg_download: add https proxy supportMathias Kunert
2014-04-01opkg_openssl: Merge in pathfinder supportPaul Barker
2014-04-01opkg_gpg: Isolate gpg signature verificationPaul Barker
2014-04-01opkg_openssl: Isolate openssl signature verificationPaul Barker
2014-04-01opkg_pathfinder: Move CURL support to opkg_download.cPaul Barker
2014-04-01opkg_pathfinder: Require opensslPaul Barker
2014-04-01opkg_openssl: Split openssl_init into separate filePaul Barker
2014-04-01opkg_download: Only call openssl_init when openssl is enabledPaul Barker
2014-03-13opkg_download: Support CURL follow location optionGaël PORTAY
2014-03-13opkg_download: Support CURL time-out optionsGaël PORTAY
2014-02-23prepare_url_for_install: Refactor and improvePaul Barker
2014-02-23Merge branch 'opkg-0.2.x'Paul Barker
2014-02-23opkg_prepare_url_for_install: Handle force_reinstall as upgradePaul Barker
2014-02-06opkg_download: Fix warnings with curl disabledPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker