index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-04 | Error handling for maximum database size | Allan McRae | |
Check that the requested size of a pkghash is not beyond the maximum prime. Also check for successful creation of a new hash before rehashing. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2011-02-04 | Implement a quick and dirty rehash function | Dan McGee | |
This allows us to get through the rehash required by smoke001 and pass all pactests. It is by no means the best or most efficient implementation but it does do the job. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-02-04 | Add a hash table for holding packages | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> |