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