summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae1-1/+1
2011-06-27Remove setter for DB signature levelDan McGee1-17/+0
2011-06-24Add a 'valid' flag to the database objectDan McGee1-23/+26
2011-06-24Move database 'version' check to registration timeDan McGee1-13/+0
2011-06-24Do database signature checking at load timeDan McGee1-2/+3
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-4/+16
2011-06-14Remove alpm_db_get_url()Dan McGee1-14/+0
2011-06-14Add a helper method for retrieving the DB signature pathDan McGee1-0/+14
2011-06-14Switch all logging to use handle directlyDan McGee1-23/+19
2011-06-14Move pm_errno onto the handleDan McGee1-38/+37
2011-06-14Added initialization code for database siglevelKerrick Staley1-0/+1
2011-06-14Fix all current return(x) usagesDan McGee1-2/+2
2011-06-09Require handle for alpm_db_register_sync()Dan McGee1-4/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-07New signatures for alpm initialize and releaseDan McGee1-1/+1
2011-06-03Remove global handle from some package and db codeDan McGee1-6/+5
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove unnecessary handle != NULL assertsDan McGee1-8/+0
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-60/+0
2011-05-05Improve database server APIDan McGee1-16/+80
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee1-23/+0
2011-04-21Rename gpgsig struct fields for clarityDan McGee1-3/+3
2011-04-21Form the signature file location in one placeDan McGee1-8/+1
2011-04-21Header inclusion cleanupDan McGee1-3/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-3/+3
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-16Merge branch 'maint'Dan McGee1-53/+12
2011-04-09Move documentation of public database functions to alpm.hRémy Oudompheng1-53/+12
2011-04-05Merge branch 'maint'Dan McGee1-1/+1
2011-04-05db.c: set pm_errno appropriately in alpm_db_set_pkgreason()Rémy Oudompheng1-1/+1
2011-03-29Merge branch 'maint'Dan McGee1-4/+1
2011-03-29Fix an outdated commentDan McGee1-4/+1
2011-03-28Temporary fix for new warnings from gcc 4.6Dan McGee1-0/+1
2011-03-25Merge branch 'maint'Dan McGee1-6/+2
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner1-6/+2
2011-03-24Refactor signature loading code into common functionDan McGee1-50/+14
2011-03-24Add functions for verifying database signatureAllan McRae1-0/+65
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+18
2011-03-23Remove unnecessary sanity check on db->setserverDan McGee1-12/+0
2011-03-21Style change: return(x) --> return xDan McGee1-60/+60
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+8
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-6/+6
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner1-18/+3
2011-02-04Actually remove packages from pkghash on removalAllan McRae1-1/+1
2011-02-04Read pkgcache into hashAllan McRae1-14/+41
2011-01-29Remove need to explicitly register the local DBDan McGee1-15/+0
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-14Correctly force load of package reasonDan McGee1-5/+1
2010-12-13dirent usage cleanupDan McGee1-1/+0