aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.c
AgeCommit message (Expand)Author
2020-10-20libopkg: remove absolute file pathPhilipp Trommler
2020-01-17opkg_install_pkg: allow upgrades between packages with different namesAlejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2018-01-29opkg_install_pkg: remove unused parameter from_upgradeAlejandro del Castillo
2017-05-08pkg_hash_fetch_all_installed: add option for installed and to be installed pkgsAlejandro del Castillo
2016-12-22opkg_list_upgradable_packages: fix libokgapi implementationAlejandro del Castillo
2016-11-23libopkg: do not store extra feed information for src{/gz} sourcesAlejandro del Castillo
2016-10-07Handle 'opkg remove' and 'opkg install' (libsolv) correctly for packages in S...Michael Hansen
2016-02-10libopkg: move internal solver pkg related functions to pkg_depends_internal.*Alejandro del Castillo
2016-02-10libopkg: rename opkg_upgrade.* to opkg_upgrade_internal.*Alejandro del Castillo
2015-12-02libopkg: move opkg_action.c and opkg_upgrade.* to internal solver folderAlejandro del Castillo
2014-12-15libopkg: Avoid functions with side effects in if statementsPaul 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-06-11pkg_dest: Drop separate lists_dirPaul Barker
2014-05-30opkg_download: Rename cleanup function and fix usagePaul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-08opkg_update_package_lists: Use pkg_src_updatePaul Barker
2014-05-08opkg_verify_signature: Renamed from opkg_verify_filePaul Barker
2014-05-08opkg_verify: Split out new file for verification functionsPaul Barker
2014-04-22opkg_install_package: Handle URLs as well as package namesPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-05libopkg: Fixup header inclusionPaul Barker
2014-02-05libopkg: Use file_decompress to extract "Packages.gz"Paul Barker
2014-01-24libopkg: handle downloads completely in internal cacheYevhen Kyriukha
2014-01-23opkg_download: Drop hide_error argumentPaul Barker
2013-09-02Fix -Wsign-comparepaul.betafive@gmail.com
2013-09-02opkg.c: Do not access options variable directlypaul.betafive@gmail.com
2013-09-02opkg.c: Make curl_progress_cb staticpaul.betafive@gmail.com
2013-09-02opkg_install_package: Don't repeat 75% progresspaul.betafive@gmail.com
2013-09-02opkg.c: Replace progress macro with inline functionpaul.betafive@gmail.com
2013-09-02opkg_find_package: Tidy uppaul.betafive@gmail.com
2013-09-02Renamed conf to opkg_configpaul.betafive@gmail.com
2013-08-27Fix setting of unused variable in libopkg/opkg.cpaul.betafive@gmail.com
2013-08-27Fix implicit declaration of parse_version in libopkg/opkg.cpaul.betafive@gmail.com
2012-11-22add opkg_compare_versions functionpixdamix@gmail.com
2011-05-26Improve the opkg_{get,set}_option() C API.graham.gower@gmail.com
2011-04-07Add flag in opkg_download calls to reduce the severity of the 'failed downloa...javiplx@gmail.com
2011-02-22Fix opkg_re_read_config_files().graham.gower@gmail.com
2011-02-22Fix memory leak when !defined(HAVE_GPGME) and !defined(HAVE_OPENSSL).graham.gower@gmail.com
2010-11-15opkg_find_package() should not return garbage if it cannot find the package.graham.gower@gmail.com
2010-09-21Revert "Don't call opkg_conf_deinit() if opkg_conf_init() fails."graham.gower@gmail.com
2010-09-21Don't call opkg_conf_deinit() if opkg_conf_init() fails.graham.gower@gmail.com
2010-09-13- split the loading part of opkg_conf_init() out into opkg_conf_load()google@wwsnet.net
2010-08-18Remove trailing whitespace. Sorry if this breaks your patches.graham.gower
2010-07-12Fix infinite loop in list_upgradable in libopkg.graham.gower
2009-12-22Write out status files and file lists in opkg_upgrade_all().graham.gower
2009-12-22Return negative error code from opkg_download(), not curl error codes.graham.gower