aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.c
AgeCommit message (Expand)Author
2022-08-15libopkg: track the number of packages installing a directoryShruthi Ravichandran
2022-08-15libopkg: remove trailing '/' when generating list from packageShruthi Ravichandran
2022-03-10libopkg: add pre-depends print to package status dumpsShruthi Ravichandran
2022-01-21pkg_verify: Remove signature file with IPKBryan Evenson
2020-02-06pkg_print_status: do not print install properties if the package is not insta...Alejandro del Castillo
2019-11-27pkg_write_filelist_helper: remove trailing '/'Alejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-09-10Initialize pkg->tagsAlejandro del Castillo
2019-02-05libopkg/pkg.c: Check downloaded file size in pkg_verify()Haris Okanovic
2018-12-26libopkg: error out if feeds are sha256 and --enable-sha256=falseAlejandro del Castillo
2018-11-30libopkg: Add --short-description command line argument.Dan Mondrik
2018-11-30libopkg: add --fields command line argumentDan Mondrik
2018-11-15Ensure octal mode values are always printed with a 0 prefix.Michael Hansen
2018-11-14pkg.c: Write the mode and symlink target to the .list file and use it if poss...Michael Hansen
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2017-05-08pkg_hash_fetch_all_installed: add option for installed and to be installed pkgsAlejandro del Castillo
2017-04-03pkg_run_script: use pkg->dest in half installed caseAlejandro del Castillo
2017-03-07libopkg: specify "/bin/sh" instead of "sh"Glenn Strauss
2017-02-28libopkg: add support for user defined fieldsAlejandro del Castillo
2017-02-28libopkg: add option verbose_status_fileAlejandro del Castillo
2017-02-28pkg_formatted_field: error out in all unknown fieldsAlejandro del Castillo
2017-02-28set_flags_from_control: remove functionAlejandro del Castillo
2017-02-23opkg_install: Allow packages to provide the same symlink if it is identicalMichael Hansen
2017-02-14libopkg: Fix #11033 by checking package's file type against existing file.Michael Hansen
2017-02-14libopkg: Extend installed files data structure to also track file modeMichael Hansen
2016-12-16opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatchi...Florin Gherendi
2016-10-31libopkg: add Installed-Size field to status fileAlejandro del Castillo
2016-10-21Don't report an error opening the .list file if we're half-installed.Michael Hansen
2016-10-10pkg.c: Add debug log for signature verification pass caseNilesh Deshmukh
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-02-16pkg_formatted_field: make function staticAlejandro del Castillo
2015-11-02pkg_merge: fix memory leak on oldpkg->providesAlejandro del Castillo
2014-12-18pkg: Improve logic in pkg_get_installed_filesPaul Barker
2014-12-15libopkg: Minor tidyupsPaul Barker
2014-12-15libopkg: Unconditionally call freePaul Barker
2014-12-15libopkg: Avoid assingment in if statementsPaul Barker
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-28Merge branch 'opkg-0.2.x'Paul Barker
2014-10-28abstract_pkg_t: Make depended_upon_by a pkg_vecPaul Barker
2014-10-11opkg_conf: Add and implement check_pkg_signature optionPaul Barker
2014-06-05Cleanup trailing whitespaceEmmanuel Deloget
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-08pkg: Add verify functionPaul Barker
2014-05-08pkg: Don't check HAVE_SHA256Paul Barker
2014-02-23Merge branch 'opkg-0.2.x'Paul Barker
2014-02-23pkg: Add per-package force_reinstall flagPaul Barker