summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.c
AgeCommit message (Expand)Author
2019-03-07Remove support for deltas from libalpmAllan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Fix memory leak in alpm_pkg_checkmd5sumAllan McRae
2017-01-04Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-02-23do not rely on localdb for hook matchingAndrew Gregory
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-27Merge branch 'maint'Allan McRae
2014-12-27fix duplication of package sha256sumAllan McRae
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz
2014-08-04replace strdup with STRDUPAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06Copy validation field in _alpm_pkg_dupAllan McRae
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Add public functions for accessing mtree dataAllan McRae
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae
2012-12-14Make alpm_pkg_find publicAllan McRae
2012-12-14Add "Optional for" to package information outputAllan McRae
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae
2012-08-02Move filelist functions into separate source fileDan McGee
2012-04-24Pointer coding style cleanupsDan McGee
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-03-08Remove _alpm_csumAllan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-02-20Update copyright yearsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-11-30Add helper function for duplicating depends listsDan McGee
2011-11-13add support for back end fnmatch'd optionsDave Reisner
2011-11-11invert iteration order for ignoregroupDave Reisner
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-27Revert "libalpm: compare pkgname with strcoll"Dan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-18Remove dead changelog_feof() codeDan McGee
2011-09-02More package operations cleanupDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-28Allow access to package origin dataDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee