aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.h
AgeCommit message (Expand)Author
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-11-30libopkg: add --fields command line argumentDan Mondrik
2017-02-28libopkg: add support for user defined fieldsAlejandro del Castillo
2017-02-14libopkg: Extend installed files data structure to also track file modeMichael 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
2014-12-15libopkg: Tidy up reformatted headersPaul 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-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-08pkg: Add verify functionPaul Barker
2014-02-23Merge branch 'opkg-0.2.x'Paul Barker
2014-02-23pkg: Add per-package force_reinstall flagPaul Barker
2013-12-17Merge branch 'opkg-0.2.x'Paul Barker
2013-12-17libopkg: cleanup inside the public header filesCarsten Schoenert
2013-12-17libopkg: ensure symbol name mangling for C++Carsten Schoenert
2013-12-17config.h: remove needless inclusion in the libopkg header filesCarsten Schoenert
2013-12-17libopkg: Drop config checks from structures in headersPaul Barker
2013-09-02Renamed conf to opkg_configpaul.betafive@gmail.com
2012-11-22detect circular dependenciespixdamix@gmail.com
2010-08-18Remove trailing whitespace. Sorry if this breaks your patches.graham.gower
2009-12-21Include config.h to pull in HAVE_* macros where needed.graham.gower
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-11-25Various cleanups for pkg.{c,h}.graham.gower
2009-11-25Make a couple of functions static, and return void since they cannot fail.graham.gower
2009-11-23Allow to install a package from a read-only dirpixdamix
2009-11-16Fix pkg_get_installed_files() to work with an offline_root + dest.graham.gower
2009-11-03Remove prototype for deleted function.graham.gower
2009-11-03Stop my eyes from bleeding.graham.gower
2009-10-27Add sha256 ckecksums to okpgticktock35
2008-12-17move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock35
2008-12-17introduce the active_list for searching.ticktock35
2008-12-15opkg: introduce active list into pkg_tticktock35
2008-12-15opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock35
2008-12-15opkg: 's/itsy/opkg/'ticktock35
2008-12-15opkg: enable -Werror in libopkg and fix resulting build failuresticktock35
2008-12-15opkg: add support for Tags attributeticktock35
2008-12-15opkg: re-arrange source code into sub-directoriesticktock35