summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.h
AgeCommit message (Expand)Author
2019-03-07Remove support for deltas from libalpmAllan McRae
2019-02-04fix various typosmorganamilo
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan 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-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-05-05fix spelling mistakesEric Engestrom
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-24libalpm: Add accessors for the base fieldJohannes Löthberg
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-15package.h: convert scriptlet field to intAndrew Gregory
2014-01-06Reorder and reshape the package struct for better packingDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae
2012-12-14Make alpm_pkg_find publicAllan McRae
2012-08-02Move filelist functions into separate source fileDan McGee
2012-04-24Pointer coding style cleanupsDan McGee
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-02-20Update copyright yearsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-20Pass package signature data up one more levelDan McGee
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-02More package operations cleanupDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-28Removed multiple definitions of pkgfrom_tDiogo Sousa
2011-08-28Refactor some args out of pkg_load_internalDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-15Remove checksum access indirectionDan McGee
2011-08-15Load and allow access to sha256sumDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-06-30Make local_db_read() private to the local backendDan McGee
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae
2011-06-28Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-22Convert backup list to new pmbackup_t typeDan McGee