summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-14Parse sync databaseAllan McRae1-2/+7
2010-10-14Completely separate local and sync db handlingAllan McRae1-4/+4
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-3/+5
2010-10-13Move database handling utility functionsAllan McRae1-0/+4
2010-10-13Initial hack at a DB operations structDan McGee1-0/+11
2010-10-13Move the cache stuff where it should beDan McGee1-0/+15
2010-05-06Compute package download size outside _alpm_sync_prepareJonathan Conder1-1/+2
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-12use bitwise shift operator in enum "bit field"solsTiCe d'Hiver1-6/+6
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-3/+3