summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.h
AgeCommit message (Expand)Author
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
2010-12-12Merge desc and depends files in local dbAllan McRae
2010-10-14Remove lazy loading of deltasAllan McRae
2010-10-14Move and rename splitnameAllan McRae
2010-10-14Restrict visibility of checkdbdir and get_pkgpathAllan McRae
2010-10-14Parse sync databaseAllan McRae
2010-10-14Completely separate local and sync db handlingAllan McRae
2010-10-14Separate be_files into be_sync and be_localAllan McRae
2010-10-13Move database handling utility functionsAllan McRae
2010-10-13Initial hack at a DB operations structDan McGee
2010-10-13Move the cache stuff where it should beDan McGee
2010-05-05Compute package download size outside _alpm_sync_prepareJonathan Conder
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11use bitwise shift operator in enum "bit field"solsTiCe d'Hiver