summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-05-05fix spelling mistakesEric Engestrom1-1/+1
2016-02-23do not rely on localdb for hook matchingAndrew Gregory1-0/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg1-0/+1
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg1-0/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-15package.h: convert scriptlet field to intAndrew Gregory1-1/+1
2014-01-06Reorder and reshape the package struct for better packingDan McGee1-12/+13
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae1-1/+0
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae1-0/+8
2012-12-14Make alpm_pkg_find publicAllan McRae1-1/+0
2012-08-02Move filelist functions into separate source fileDan McGee1-1/+0
2012-04-25Pointer coding style cleanupsDan McGee1-1/+1
2012-03-09Add information on how an installed package was validatedAllan McRae1-1/+3
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-10-12Introduce alpm_time_t typeDan McGee1-5/+4
2011-09-20Pass package signature data up one more levelDan McGee1-2/+2
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee1-2/+4
2011-09-19Remove const specifier from changelog_read() void parameterDan McGee1-1/+1
2011-09-03More package operations cleanupDan McGee1-7/+0
2011-09-03Clean up handling of size fieldsDan McGee1-1/+0
2011-08-29Removed multiple definitions of pkgfrom_tDiogo Sousa1-6/+0
2011-08-29Refactor some args out of pkg_load_internalDan McGee1-2/+1
2011-08-19Be more robust when copying package dataDan McGee1-1/+1
2011-08-15Validate the sha256sum if availableDan McGee1-1/+1
2011-08-15Remove checksum access indirectionDan McGee1-2/+0
2011-08-15Load and allow access to sha256sumDan McGee1-0/+2
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-4/+4
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+1
2011-07-03Move alpm filelists to a struct objectDan McGee1-0/+4
2011-06-30Make local_db_read() private to the local backendDan McGee1-0/+2
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae1-1/+1
2011-06-28Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae1-3/+3
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-36/+36
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-3/+3
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae1-2/+2
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-0/+1
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-2/+4
2011-06-03Add handle attribute to pmpkg_t structDan McGee1-1/+2
2011-04-24Perform package verification at package load timeDan McGee1-0/+4
2011-04-24Rein in the complexity of the signature typeDan McGee1-2/+1
2011-04-16Include "config.h" in header files using off_tDan McGee1-0/+2
2011-04-16Remove indirection on get_name and get_version operationsDan McGee1-2/+0