summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-28Docs docs docsmorganamilo1-34/+0
2019-11-21Fix leak in _alpm_db_search on error conditionAllan McRae1-1/+4
2019-11-08pacman+libalpm: handle search errorsmorganamilo1-11/+13
2019-10-23Update copyright yearsAllan McRae1-1/+1
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2018-01-10detect pkghash allocation failureAndrew Gregory1-1/+4
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-5/+5
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster1-8/+8
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn1-0/+1
2015-07-15Allow frontends to specify the sync database extensionAllan McRae1-2/+4
2015-02-12Merge branch 'maint'Allan McRae1-0/+7
2015-02-12set package origin when adding to db cacheAndrew Gregory1-0/+7
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-02initialize pointers passed to _alpm_pkg_dupAndrew Gregory1-1/+1
2014-12-27_alpm_db_add_pkgincache: free potential memory leakAllan McRae1-0/+2
2014-12-24_alpm_db_new: free memory on errorAllan McRae1-1/+1
2014-12-24_alpm_db_get_pkgcache_hash: check for error when loading pkgcacheAllan McRae1-1/+4
2014-05-04register_syncdb: reject db names that contain /Andrew Gregory1-1/+2
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Log more in search debug messageDan McGee1-1/+2
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-15db.c: require unique database namesAndrew Gregory1-0/+13
2013-10-31libalpm/db.c: default to ALPM_DB_USAGE_ALLAndrew Gregory1-0/+1
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-0/+22
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-11-27fixed erroneous memory access to newurl in alpm_db_remove_serverPaul Barbu Gheorghe1-3/+6
2012-08-08removed the condition in alpm_db_set_servers since FREELIST is NULL safeBarbu Paul - Gheorghe1-1/+1
2012-08-08coding style fixesFlorian Pritz1-1/+1
2012-07-10update comments referring to alpm_option_get_syncdbsDave Reisner1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-29/+3
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