summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-10detect pkghash allocation failureAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn
2015-07-15Allow frontends to specify the sync database extensionAllan McRae
2015-02-12Merge branch 'maint'Allan McRae
2015-02-12set package origin when adding to db cacheAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-02initialize pointers passed to _alpm_pkg_dupAndrew Gregory
2014-12-27_alpm_db_add_pkgincache: free potential memory leakAllan McRae
2014-12-24_alpm_db_new: free memory on errorAllan McRae
2014-12-24_alpm_db_get_pkgcache_hash: check for error when loading pkgcacheAllan McRae
2014-05-04register_syncdb: reject db names that contain /Andrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Log more in search debug messageDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2013-12-15db.c: require unique database namesAndrew Gregory
2013-10-31libalpm/db.c: default to ALPM_DB_USAGE_ALLAndrew Gregory
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-11-27fixed erroneous memory access to newurl in alpm_db_remove_serverPaul Barbu Gheorghe
2012-08-07removed the condition in alpm_db_set_servers since FREELIST is NULL safeBarbu Paul - Gheorghe
2012-08-07coding style fixesFlorian Pritz
2012-07-10update comments referring to alpm_option_get_syncdbsDave Reisner
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-02Merge branch 'maint'Dan McGee
2011-12-29Fix bogus string cast in search debug messageDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-15Only check necessary signatures and checksumsDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-07-28Make free_groupcache() privateDan McGee
2011-07-18Fix test suite when GPGME is disabledDan McGee
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee
2011-06-30Add an alpm_db_get_valid() public functionDan McGee
2011-06-29Rename internal functions with grp in their nameAllan McRae