aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.c
AgeCommit message (Expand)Author
2024-02-14opkg: Fix memory leaks in config handlingHEADmasterPhilip Lorenz
2024-02-14libopkg: Split out config finalization from config loadingPhilip Lorenz
2024-02-14libopkg: Simplify cleanup of opkg_confPhilip Lorenz
2024-02-14libopkg: Drop spurious error checkPhilip Lorenz
2022-08-15libopkg: track the number of packages installing a directoryShruthi Ravichandran
2022-06-29opkg_conf: check if tmp_dir exists before deletingShruthi Ravichandran
2021-11-18opkg_conf: add pid suffix to volatile cache dirBrenda Streiff
2021-08-25deprecate OpenSSL signature verificationAlex Stewart
2021-08-25deprecate pathfinder x509 checkingAlex Stewart
2021-06-10opkg_conf.c: Verify directory exists before deleteBill Pittman
2020-11-05opkg.conf: miscellaneous documentation fixesAlejandro del Castillo
2020-10-27pkg_src_verify: Verify feeds signatures only onceZavaczki Raul
2020-10-27opkg_conf: reset lock_fd after unlinking fileAlex Stewart
2020-10-27libopkg: do not require uid 0 for RO cmdsAlex Stewart
2020-04-09opkg_conf_load: prevent double freeVladyslav Movchan
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-02-04libopkg: add --add-ignore-recommends optionAlejandro del Castillo
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2018-02-15opkg_conf_write_status_file: avoid duplicate entriesAlejandro del Castillo
2017-12-12libopkg: add compress_list_files optionAlejandro del Castillo
2017-02-28libopkg: add option verbose_status_fileAlejandro del Castillo
2016-12-16opkg: Extend 'opkg list' command to optionally display package sizeFlorin Gherendi
2016-12-16opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatchi...Florin Gherendi
2016-11-23libopkg: add per-feed signature verification toggleAlejandro del Castillo
2016-11-23libopkg: do not store extra feed information for src{/gz} sourcesAlejandro del Castillo
2016-08-10libopkg/opkg_gpg.c: Fix to gpg signature verification.Bryan Krause
2016-08-09libopkg/opkg_conf.c: Offline opkg_conf_load consistancyBryan Krause
2016-02-24libopkg: add download_first optionAlejandro del Castillo
2016-01-29libopkg: Add intercepts_dir option to opkg.confHaris Okanovic
2015-10-20opkg: Add --host-cache-dir command line argumentPaul Barker
2015-08-10opkg/libopkg: Added config-file option to ignore UIDsNick Clark
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-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_conf, pkg_hash: Correct checks of pkg->state_flagPaul Barker
2014-10-12opkg_conf: Add and implement ignore_maintainer optionPaul Barker
2014-10-11opkg_conf: Set default signature_type optionPaul 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-08-01Merge branch 'opkg-0.2.x'Paul Barker
2014-07-27opkg_conf: Add and implement 'combine' optionPaul Barker
2014-07-19opkg_lock: Create lock file dir if neededPaul Barker
2014-07-19opkg_conf: Refactor lock file handlingPaul Barker
2014-07-03opkg_conf: Fix potential memory leak when setting lists_dirPaul Barker
2014-07-03opkg_conf: Support old and new syntax for lists_dirPaul Barker
2014-06-16opkg_conf: Fix double free and use after free errorsPaul Barker