summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.h
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
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-05Prevent wrapping of enum itemsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Clear up definition of INFRQ_ALLDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-02-20Update copyright yearsAllan McRae
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-15Only check necessary signatures and checksumsDan McGee
2011-08-08Store a package info level flag if we fail to load dataDan McGee
2011-07-28Make free_groupcache() privateDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-06-30Add an alpm_db_get_valid() public functionDan McGee
2011-06-30Make local_db_read() private to the local backendDan McGee
2011-06-29Rename internal functions with grp in their nameAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename _pmdbstatus_t to _alpm_dbstatus_tAllan McRae
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_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-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-13Add a helper method for retrieving the DB signature pathDan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Add handle attribute to pmdb_t structDan McGee
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee
2011-03-23Add functions for verifying database signatureAllan McRae
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-02-28Check local DB version before continuing transactionDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner
2011-02-04Read pkgcache into hashAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-13Remove non-public functions from headerDan McGee
2010-12-13Mark sync_db_read() as staticDan McGee