summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-03Merge branch 'maint'Dan McGee1-3/+3
2011-12-29Fix bogus string cast in search debug messageDan McGee1-3/+3
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee1-2/+4
2011-09-19Remove const specifier from changelog_read() void parameterDan McGee1-2/+2
2011-08-20Remove alpm_option_get_* usage from backendDan McGee1-2/+2
2011-08-19Be more robust when copying package dataDan McGee1-2/+1
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-4/+4
2011-08-18Enhance and utilize database status flagsDan McGee1-2/+6
2011-08-15Only check necessary signatures and checksumsDan McGee1-14/+0
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-1/+2
2011-07-28Make free_groupcache() privateDan McGee1-23/+23
2011-07-19Fix test suite when GPGME is disabledDan McGee1-1/+0
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee1-15/+19
2011-07-05signing: move to new signing verification and return schemeDan McGee1-8/+8
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-19/+19
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-16/+16
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee1-0/+11
2011-06-30Add an alpm_db_get_valid() public functionDan McGee1-0/+8
2011-06-29Rename internal functions with grp in their nameAllan McRae1-9/+9
2011-06-29Rename public functions with grp in their nameAllan McRae1-5/+5
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae1-3/+3
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-4/+4
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-9/+9
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-35/+35
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-3/+3
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