summaryrefslogtreecommitdiff
path: root/lib/libalpm/pkghash.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-10detect pkghash allocation failureAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt
2015-02-01Update copyright notices for 2015Allan McRae
2014-03-08Use MALLOC throughtout libalpmAllan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-01-03Update copyright year for 2013Allan McRae
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