summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Add ALPM_ERR_OK to _alpm_errno_tIvy Foster2016-10-22
* Update copyright years for 2016Allan McRae2016-01-04
* Alpm, check for NULL in free-functionsRikard Falkeborn2015-10-27
* Allow frontends to specify the sync database extensionAllan McRae2015-07-15
* Merge branch 'maint'Allan McRae2015-02-12
|\
| * set package origin when adding to db cacheAndrew Gregory2015-02-12
* | Update copyright notices for 2015Allan McRae2015-02-01
* | initialize pointers passed to _alpm_pkg_dupAndrew Gregory2015-01-02
* | _alpm_db_add_pkgincache: free potential memory leakAllan McRae2014-12-27
* | _alpm_db_new: free memory on errorAllan McRae2014-12-24
* | _alpm_db_get_pkgcache_hash: check for error when loading pkgcacheAllan McRae2014-12-24
|/
* register_syncdb: reject db names that contain /Andrew Gregory2014-05-04
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Log more in search debug messageDan McGee2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* db.c: require unique database namesAndrew Gregory2013-12-15
* libalpm/db.c: default to ALPM_DB_USAGE_ALLAndrew Gregory2013-10-31
* libalpm: introduce a usage level for reposDave Reisner2013-09-04
* Update copyright year for 2013Allan McRae2013-01-03
* fixed erroneous memory access to newurl in alpm_db_remove_serverPaul Barbu Gheorghe2012-11-27
* removed the condition in alpm_db_set_servers since FREELIST is NULL safeBarbu Paul - Gheorghe2012-08-07
* coding style fixesFlorian Pritz2012-08-07
* update comments referring to alpm_option_get_syncdbsDave Reisner2012-07-10
* Update copyright yearsAllan McRae2012-02-20
* 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