summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
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
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