summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
Commit message (Expand)AuthorAge
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* Merge branch 'maint'Dan McGee2012-01-02
|\
| * Fix bogus string cast in search debug messageDan McGee2011-12-29
* | include config.h via MakefilesDave Reisner2011-12-21
|/
* Access db->pkgcache directly in db_free_pkgcache()Dan McGee2011-09-20
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* Remove alpm_option_get_* usage from backendDan McGee2011-08-19
* Be more robust when copying package dataDan McGee2011-08-19
* Remove use of no-op accessor functions in libraryDan McGee2011-08-18
* Enhance and utilize database status flagsDan McGee2011-08-18
* Only check necessary signatures and checksumsDan McGee2011-08-15
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Make free_groupcache() privateDan McGee2011-07-28
* Fix test suite when GPGME is disabledDan McGee2011-07-18
* Make alpm_db_set_pkgreason() arguments more saneDan McGee2011-07-14
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Make alpm_db_get_sigverify_level() publicDan McGee2011-06-30
* Add an alpm_db_get_valid() public functionDan McGee2011-06-30
* Rename internal functions with grp in their nameAllan McRae2011-06-29
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmpkghash_t to alpm_pkghash_tAllan McRae2011-06-28
* Rename pmgrp_t to alpm_group_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae2011-06-28
* Remove setter for DB signature levelDan McGee2011-06-27
* Add a 'valid' flag to the database objectDan McGee2011-06-24
* Move database 'version' check to registration timeDan McGee2011-06-24
* Do database signature checking at load timeDan McGee2011-06-24
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Remove alpm_db_get_url()Dan McGee2011-06-14
* Add a helper method for retrieving the DB signature pathDan McGee2011-06-13
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Added initialization code for database siglevelKerrick Staley2011-06-13
* Fix all current return(x) usagesDan McGee2011-06-13
* Require handle for alpm_db_register_sync()Dan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* New signatures for alpm initialize and releaseDan McGee2011-06-07
* Remove global handle from some package and db codeDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove unnecessary handle != NULL assertsDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Improve database server APIDan McGee2011-05-05
* signing: let GPGME handle loading signatures from filesDan McGee2011-04-24
* Rename gpgsig struct fields for clarityDan McGee2011-04-20
* Form the signature file location in one placeDan McGee2011-04-20