| Commit message (Expand) | Author | Age |
* | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 2015-10-27 |
* | Update copyright notices for 2015 | Allan McRae | 2015-02-01 |
* | Use MALLOC throughtout libalpm | Allan McRae | 2014-03-08 |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | Update copyright years | Allan McRae | 2012-02-20 |
* | pkghash improvements/modifications | Dan McGee | 2012-01-02 |
* | alpm_list: use malloc instead of calloc | Dan McGee | 2011-09-27 |
* | Rename pmpkghash_t to alpm_pkghash_t | Allan McRae | 2011-06-28 |
* | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 2011-06-28 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Remove ALPM_LOG_FUNC macro | Dan McGee | 2011-06-03 |
* | style cleanup: cast as (type *) not (type*) | Dave Reisner | 2011-04-20 |
* | Merge branch 'maint' | Dan McGee | 2011-04-05 |
|\ |
|
| * | libalpm/pkghash.c: unused variable ptr | Xavier Chantry | 2011-04-04 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Fix some database size estimation problems | Dan McGee | 2011-02-15 |
* | Refactor out common code in pkghash add functions | Pang Yan Han | 2011-02-07 |
* | Improve pkghash_remove algorithm | Dan McGee | 2011-02-04 |
* | Use alpm_list_remove_item in pkghash_remove | Dan McGee | 2011-02-04 |
* | Actually remove packages from pkghash on removal | Allan McRae | 2011-02-04 |
* | Refactor finding position for new hash entry | Allan McRae | 2011-02-04 |
* | Rehash efficiently | Allan McRae | 2011-02-04 |
* | Slightly more efficient rehash size selection | Allan McRae | 2011-02-04 |
* | Error handling for maximum database size | Allan McRae | 2011-02-04 |
* | Implement a quick and dirty rehash function | Dan McGee | 2011-02-04 |
* | Add a hash table for holding packages | Allan McRae | 2011-02-04 |