summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
AgeCommit message (Expand)Author
2011-06-29Rename public functions with grp in their nameAllan 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-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-27Remove setter for DB signature levelDan McGee
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-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Remove alpm_db_get_url()Dan McGee
2011-06-13Add a helper method for retrieving the DB signature pathDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Added initialization code for database siglevelKerrick Staley
2011-06-13Fix all current return(x) usagesDan McGee
2011-06-09Require handle for alpm_db_register_sync()Dan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan 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-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove unnecessary handle != NULL assertsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-05Improve database server APIDan McGee
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee
2011-04-20Rename gpgsig struct fields for clarityDan McGee
2011-04-20Form the signature file location in one placeDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-15Merge branch 'maint'Dan McGee
2011-04-09Move documentation of public database functions to alpm.hRémy Oudompheng
2011-04-05Merge branch 'maint'Dan McGee
2011-04-04db.c: set pm_errno appropriately in alpm_db_set_pkgreason()Rémy Oudompheng
2011-03-29Merge branch 'maint'Dan McGee
2011-03-29Fix an outdated commentDan McGee
2011-03-27Temporary fix for new warnings from gcc 4.6Dan McGee
2011-03-24Merge branch 'maint'Dan McGee
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner
2011-03-23Refactor signature loading code into common functionDan 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-03-23Remove unnecessary sanity check on db->setserverDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
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-04Actually remove packages from pkghash on removalAllan McRae