aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_hash.c
AgeCommit message (Expand)Author
2022-08-15libopkg: track the number of packages installing a directoryShruthi Ravichandran
2022-08-15libopkg: support multiple packages installing a directory or a symlink to oneShruthi Ravichandran
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-06-07dist_hash_add_from_file: add debian repository information as extra_dataAlejandro del Castillo
2018-03-28libsolv_solver_transaction_preamble: add arch information to get matching pac...Alejandro del Castillo
2018-02-19libopkg/pkg_hash.c: fix possible infinite loopMichał Łyszczek
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2017-12-12libopkg: add compress_list_files optionAlejandro del Castillo
2017-09-28Speed up file_hash_set_file_owner()Böszörményi Zoltán
2017-05-08pkg_hash_fetch_all_installed: add option for installed and to be installed pkgsAlejandro del Castillo
2017-02-14libopkg: Extend installed files data structure to also track file modeMichael Hansen
2016-12-08abstract_pkgs_fetch_by_glob: add new functionAlejandro del Castillo
2016-11-23libopkg: add per-feed signature verification toggleAlejandro del Castillo
2016-10-07Handle 'opkg remove' and 'opkg install' (libsolv) correctly for packages in S...Michael Hansen
2016-09-19Fix typo in pkg_hash_fetch_best_installation_candidate.Michael Hansen
2016-06-23libopkg: fix 9802 by preferring installed versions when looking for satisfied...Michael Hansen
2016-06-02libopkg: add version constrain support to Replaces fieldAlejandro del Castillo
2016-05-23pkg_hash_add_from_file: add UTF-8 file supportAlejandro del Castillo
2016-02-16pkg_hash.*: make functions staticAlejandro del Castillo
2015-11-02pkg_hash_add_from_file: fix memory leak on invalid packageAlejandro del Castillo
2015-08-20opkg_solver_libsolv.c: Add libsolv supportEric Yu
2015-08-05pkg_hash.c: Fix bug in pkg_hash_fetch_by_name_versionEric Yu
2014-12-15libopkg: Minor tidyupsPaul Barker
2014-12-15libopkg: Use regular format for strcmp testsPaul 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: 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-13Merge branch 'opkg-0.2.x'Paul Barker
2014-11-13pkg_hash: Fix selection with multiple equal providersPaul 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-28opkg_conf, pkg_hash: Correct checks of pkg->state_flagPaul Barker
2014-08-23Merge branch 'opkg-0.2.x'Paul Barker
2014-08-22pkg_hash_fetch_best_installation_candidate_by_name: Drop unnecessary constrai...Paul Barker
2014-08-22pkg_hash_fetch_best_installation_candidate: Restore good_pkg_by_name behaviourPaul Barker
2014-08-01Merge branch 'opkg-0.2.x'Paul Barker
2014-07-27pkg_hash_fetch_best_installation_candidate: Preserve held pkgsPaul Barker
2014-07-27pkg_hash_fetch_best_installation_candidate: Call constraint_fcn earlierPaul Barker
2014-07-27pkg_hash_fetch_best_installation_candidate: Fix error messagesPaul Barker
2014-07-06pkg_hash: Don't consider providers twicePaul Barker
2014-07-06pkg_hash: Don't select pkgs for installation which break existing depsPaul Barker
2014-07-06pkg_hash: Drop unused max_countPaul Barker
2014-07-03Respect config.hPaul Barker
2014-06-11pkg_dest: Drop separate lists_dirPaul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-30Respect config.hPaul Barker
2014-03-18Merge branch 'opkg-0.2.x' into masterPaul Barker
2014-03-18pkg_hash: Fix invalid architecture noticesPaul Barker