summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/pkghash.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Merge branch 'maint'Dan McGee1-2/+1
2011-04-04libalpm/pkghash.c: unused variable ptrXavier Chantry1-2/+1
2011-03-20Style change: return(x) --> return xDan McGee1-17/+17
2011-02-15Fix some database size estimation problemsDan McGee1-1/+1
2011-02-07Refactor 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