summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.h
Commit message (Expand)AuthorAge
* Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman2017-01-04
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Do not #define _RESERVED_IDENTIFIERSIvy Foster2016-09-25
* fix spelling mistakesEric Engestrom2016-05-05
* do not rely on localdb for hook matchingAndrew Gregory2016-02-23
* Update copyright years for 2016Allan McRae2016-01-04
* Update copyright notices for 2015Allan McRae2015-02-01
* libalpm: Add accessors for the base fieldJohannes Löthberg2014-12-24
* libalpm: Parse and write PKGBASEsJohannes Löthberg2014-12-24
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* package.h: convert scriptlet field to intAndrew Gregory2014-01-15
* Reorder and reshape the package struct for better packingDan McGee2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* Expose alpm_pkg_should_ignoreAllan McRae2013-10-31
* Update copyright year for 2013Allan McRae2013-01-03
* Add internal functions for reading mtree file from local dbAllan McRae2012-12-14
* Make alpm_pkg_find publicAllan McRae2012-12-14
* Move filelist functions into separate source fileDan McGee2012-08-02
* Pointer coding style cleanupsDan McGee2012-04-24
* Add information on how an installed package was validatedAllan McRae2012-03-08
* Update copyright yearsAllan McRae2012-02-20
* include config.h via MakefilesDave Reisner2011-12-21
* Introduce alpm_time_t typeDan McGee2011-10-12
* Pass package signature data up one more levelDan McGee2011-09-20
* Extract an _alpm_pkg_validate_internal() methodDan McGee2011-09-20
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* More package operations cleanupDan McGee2011-09-02
* Clean up handling of size fieldsDan McGee2011-09-02
* Removed multiple definitions of pkgfrom_tDiogo Sousa2011-08-28
* Refactor some args out of pkg_load_internalDan McGee2011-08-28
* Be more robust when copying package dataDan McGee2011-08-19
* Validate the sha256sum if availableDan McGee2011-08-15
* Remove checksum access indirectionDan McGee2011-08-15
* Load and allow access to sha256sumDan McGee2011-08-15
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Move alpm filelists to a struct objectDan McGee2011-07-03
* Make local_db_read() private to the local backendDan McGee2011-06-30
* Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae2011-06-28
* Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae2011-06-28
* Convert backup list to new pmbackup_t typeDan McGee2011-06-22
* Add handle argument to _alpm_pkg_should_ignore()Dan McGee2011-06-14
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Add handle attribute to pmpkg_t structDan McGee2011-06-03
* Perform package verification at package load timeDan McGee2011-04-24