index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
pkghash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-03
Update copyright year for 2013
Allan McRae
1
-1
/
+1
2012-02-20
Update copyright years
Allan McRae
1
-1
/
+1
2012-01-03
pkghash improvements/modifications
Dan McGee
1
-44
/
+70
2011-09-28
alpm_list: use malloc instead of calloc
Dan McGee
1
-4
/
+4
2011-06-28
Rename pmpkghash_t to alpm_pkghash_t
Allan McRae
1
-13
/
+13
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-10
/
+10
2011-06-14
Switch all logging to use handle directly
Dan McGee
1
-2
/
+3
2011-06-14
Move pm_errno onto the handle
Dan McGee
1
-6
/
+2
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
1
-2
/
+0
2011-04-21
style cleanup: cast as (type *) not (type*)
Dave Reisner
1
-1
/
+1
2011-04-05
Merge branch 'maint'
Dan McGee
1
-2
/
+1
2011-04-05
libalpm/pkghash.c: unused variable ptr
Xavier Chantry
1
-2
/
+1
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