summaryrefslogtreecommitdiff
path: root/lib/libalpm/pkghash.c
AgeCommit message (Expand)Author
2011-02-15Fix some database size estimation problemsDan McGee
2011-02-07Refactor out common code in pkghash add functionsPang Yan Han
2011-02-04Improve pkghash_remove algorithmDan McGee
2011-02-04Use alpm_list_remove_item in pkghash_removeDan McGee
2011-02-04Actually remove packages from pkghash on removalAllan McRae
2011-02-04Refactor finding position for new hash entryAllan McRae
2011-02-04Rehash efficientlyAllan McRae
2011-02-04Slightly more efficient rehash size selectionAllan McRae
2011-02-04Error handling for maximum database sizeAllan McRae
2011-02-04Implement a quick and dirty rehash functionDan McGee
2011-02-04Add a hash table for holding packagesAllan McRae