Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -17/+17 |
2011-02-15 | Fix some database size estimation problems | Dan McGee | 1 | -1/+1 |
2011-02-08 | Refactor out common code in pkghash add functions | Pang Yan Han | 1 | -30/+15 |
2011-02-04 | Improve pkghash_remove algorithm | Dan McGee | 1 | -19/+43 |
2011-02-04 | Use alpm_list_remove_item in pkghash_remove | Dan McGee | 1 | -31/+4 |
2011-02-04 | Actually remove packages from pkghash on removal | Allan McRae | 1 | -8/+29 |
2011-02-04 | Refactor finding position for new hash entry | Allan McRae | 1 | -19/+18 |
2011-02-04 | Rehash efficiently | Allan McRae | 1 | -3/+21 |
2011-02-04 | Slightly more efficient rehash size selection | Allan McRae | 1 | -2/+4 |
2011-02-04 | Error handling for maximum database size | Allan McRae | 1 | -0/+12 |
2011-02-04 | Implement a quick and dirty rehash function | Dan McGee | 1 | -11/+16 |
2011-02-04 | Add a hash table for holding packages | Allan McRae | 1 | -0/+292 |