summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-05-05Prevent wrapping of enum itemsAllan McRae1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Clear up definition of INFRQ_ALLDan McGee1-2/+3
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-0/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-10-12Introduce alpm_time_t typeDan McGee1-2/+0
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee1-0/+1
2011-08-18Enhance and utilize database status flagsDan McGee1-8/+10
2011-08-15Only check necessary signatures and checksumsDan McGee1-1/+0
2011-08-08Store a package info level flag if we fail to load dataDan McGee1-1/+2
2011-07-28Make free_groupcache() privateDan McGee1-2/+0
2011-07-05signing: move to new signing verification and return schemeDan McGee1-2/+2
2011-06-30Add an alpm_db_get_valid() public functionDan McGee1-0/+1
2011-06-30Make local_db_read() private to the local backendDan McGee1-1/+0
2011-06-29Rename internal functions with grp in their nameAllan McRae1-2/+2
2011-06-29Rename public functions with grp in their nameAllan McRae1-1/+1
2011-06-28Rename _pmdbstatus_t to _alpm_dbstatus_tAllan McRae1-2/+2
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae1-5/+5
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae1-2/+2
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-7/+7
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-25/+25
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-3/+3
2011-06-24Add a 'valid' flag to the database objectDan McGee1-5/+9
2011-06-24Move database 'version' check to registration timeDan McGee1-1/+0
2011-06-24Do database signature checking at load timeDan McGee1-1/+2
2011-06-14Add a helper method for retrieving the DB signature pathDan McGee1-0/+1
2011-06-07New signatures for alpm initialize and releaseDan McGee1-3/+1
2011-06-03Remove global handle from some package and db codeDan McGee1-2/+2
2011-06-03Add handle attribute to pmdb_t structDan McGee1-0/+1
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee1-3/+0
2011-03-24Add functions for verifying database signatureAllan McRae1-0/+6
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+1
2011-02-28Check local DB version before continuing transactionDan McGee1-1/+3
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-1/+1
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner1-1/+1
2011-02-04Read pkgcache into hashAllan McRae1-2/+5
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Detect undefined PATH_MAXAllan McRae1-1/+0
2010-12-14Remove non-public functions from headerDan McGee1-3/+0
2010-12-14Mark sync_db_read() as staticDan McGee1-1/+0
2010-12-13Merge desc and depends files in local dbAllan McRae1-5/+4
2010-10-14Remove lazy loading of deltasAllan McRae1-2/+1
2010-10-14Move and rename splitnameAllan McRae1-2/+0
2010-10-14Restrict visibility of checkdbdir and get_pkgpathAllan McRae1-2/+0