summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/pkghash.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-03-08Use MALLOC throughtout libalpmAllan McRae1-4/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-01-03pkghash improvements/modificationsDan McGee1-44/+70
2011-09-28alpm_list: use malloc instead of callocDan McGee1-4/+4
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae1-13/+13
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-10/+10
2011-06-14Switch all logging to use handle directlyDan McGee1-2/+3
2011-06-14Move pm_errno onto the handleDan McGee1-6/+2
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-2/+0
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-05Merge branch 'maint'Dan McGee1-2/+1
2011-04-05libalpm/pkghash.c: unused variable ptrXavier Chantry1-2/+1
2011-03-21Style change: return(x) --> return xDan McGee1-17/+17
2011-02-15Fix some database size estimation problemsDan McGee1-1/+1
2011-02-08Refactor out common code in pkghash add functionsPang Yan Han1-30/+15
2011-02-04Improve pkghash_remove algorithmDan McGee1-19/+43
2011-02-04Use alpm_list_remove_item in pkghash_removeDan McGee1-31/+4
2011-02-04Actually remove packages from pkghash on removalAllan McRae1-8/+29
2011-02-04Refactor finding position for new hash entryAllan McRae1-19/+18
2011-02-04Rehash efficientlyAllan McRae1-3/+21
2011-02-04Slightly more efficient rehash size selectionAllan McRae1-2/+4
2011-02-04Error handling for maximum database sizeAllan McRae1-0/+12
2011-02-04Implement a quick and dirty rehash functionDan McGee1-11/+16
2011-02-04Add a hash table for holding packagesAllan McRae1-0/+292