summaryrefslogtreecommitdiff
path: root/lib/libalpm/pkghash.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Update copyright years for 2016Allan McRae2016-01-04
* Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt2015-10-27
* Update copyright notices for 2015Allan McRae2015-02-01
* Use MALLOC throughtout libalpmAllan McRae2014-03-08
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Update copyright year for 2013Allan McRae2013-01-03
* Update copyright yearsAllan McRae2012-02-20
* pkghash improvements/modificationsDan McGee2012-01-02
* alpm_list: use malloc instead of callocDan McGee2011-09-27
* Rename pmpkghash_t to alpm_pkghash_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Merge branch 'maint'Dan McGee2011-04-05
|\
| * libalpm/pkghash.c: unused variable ptrXavier Chantry2011-04-04
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Fix some database size estimation problemsDan McGee2011-02-15
* Refactor out common code in pkghash add functionsPang Yan Han2011-02-07
* Improve pkghash_remove algorithmDan McGee2011-02-04
* Use alpm_list_remove_item in pkghash_removeDan McGee2011-02-04
* Actually remove packages from pkghash on removalAllan McRae2011-02-04
* Refactor finding position for new hash entryAllan McRae2011-02-04
* Rehash efficientlyAllan McRae2011-02-04
* Slightly more efficient rehash size selectionAllan McRae2011-02-04
* Error handling for maximum database sizeAllan McRae2011-02-04
* Implement a quick and dirty rehash functionDan McGee2011-02-04
* Add a hash table for holding packagesAllan McRae2011-02-04