index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
pkghash.c
Age
Commit message (
Expand
)
Author
2014-03-08
Use MALLOC throughtout libalpm
Allan McRae
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
2014-01-06
Update copyright years for 2014
Allan McRae
2013-01-03
Update copyright year for 2013
Allan McRae
2012-02-20
Update copyright years
Allan McRae
2012-01-02
pkghash improvements/modifications
Dan McGee
2011-09-27
alpm_list: use malloc instead of calloc
Dan McGee
2011-06-28
Rename pmpkghash_t to alpm_pkghash_t
Allan McRae
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
2011-06-13
Switch all logging to use handle directly
Dan McGee
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-04-20
style cleanup: cast as (type *) not (type*)
Dave Reisner
2011-04-05
Merge branch 'maint'
Dan McGee
2011-04-04
libalpm/pkghash.c: unused variable ptr
Xavier Chantry
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-02-15
Fix some database size estimation problems
Dan McGee
2011-02-07
Refactor out common code in pkghash add functions
Pang Yan Han
2011-02-04
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