summaryrefslogtreecommitdiff
path: root/lib/libalpm/pkghash.c
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2012-01-02pkghash improvements/modificationsDan McGee
2011-09-27alpm_list: use malloc instead of callocDan McGee
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-05Merge branch 'maint'Dan McGee
2011-04-04libalpm/pkghash.c: unused variable ptrXavier Chantry
2011-03-20Style change: return(x) --> return xDan McGee
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