aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.c
AgeCommit message (Expand)Author
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
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-05libopkg: Fixup header inclusionPaul Barker
2013-09-02Fix -Wsign-comparepaul.betafive@gmail.com
2013-09-02pkg.c: Replace order macro with functionpaul.betafive@gmail.com
2013-09-02Renamed conf to opkg_configpaul.betafive@gmail.com
2013-08-27Tidy up const usage around str_to_constraint functionpaul.betafive@gmail.com
2012-11-22Don't print provides if nothing is providedpixdamix@gmail.com
2012-11-22pkg_depends: fix version constraintspixdamix@gmail.com
2012-11-22merge newpkg->provides even when oldpkg->provides existedpixdamix@gmail.com
2012-11-22detect circular dependenciespixdamix@gmail.com
2012-11-22Failed postinst script is not fatal with conf->offline_rootpixdamix@gmail.com
2011-10-13Remove comment for a proposed feature that will never be implemented.graham.gower@gmail.com
2010-11-22Print the package name corresponding to a failed script.graham.gower@gmail.com
2010-11-19Fix formatting issues found with the last commit.graham.gower@gmail.com
2010-09-15Use uppercase M for printing maintainer field, to be consistent.graham.gower
2010-09-13fix compile issues on OS X and FreeBSDgoogle@wwsnet.net
2010-09-13implement --force-postinstall option, this allows forcing the execution of po...google@wwsnet.net
2010-08-18Remove trailing whitespace. Sorry if this breaks your patches.graham.gower
2010-06-21Minor cleanup/simplification.graham.gower
2010-01-12Print an error in the case of a broken control.tar.gz file within the archive.graham.gower
2009-12-21Set the arch_priority when parsing the Architecture.graham.gower
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-14Don't need \n for perrors.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-11-27Provide error checking for users of pkg_extract_* functions.graham.gower
2009-11-27Add __FUNCTION__ to the error mesage.graham.gower
2009-11-26Remove str_util.{c,h}graham.gower
2009-11-26file_util.c cleanups. Remove redundant str_chomp from str_util.c.graham.gower
2009-11-25Propagate errors upwards.graham.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-24Remove remaining uses of pkg->*_str arrays and free() them after parsing.graham.gower
2009-11-24There should be a space before the bracket.graham.gower
2009-11-24Fix pkg_depend_str() to not use pkg->depends_str.graham.gower