index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hashmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-5
/
+5
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-5
/
+5
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-3
/
+3
*
hashmap: introduce a new hashmap_partial_clear()
Elijah Newren
2020-11-02
1
-12
/
+27
*
hashmap: allow re-use after hashmap_free()
Elijah Newren
2020-11-02
1
-2
/
+14
*
hashmap: adjust spacing to fix argument alignment
Elijah Newren
2020-11-02
1
-8
/
+9
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-3
/
+8
*
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong
2019-10-07
1
-3
/
+5
*
hashmap: use *_entry APIs for iteration
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-6
/
+11
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-3
/
+4
*
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_put takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+2
*
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+3
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-3
/
+3
*
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+3
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+2
*
hashmap: add API to disable item counting when threaded
Jeff Hostetler
2017-09-07
1
-9
/
+17
*
hashmap.h: compare function has access to a data field
Stefan Beller
2017-06-30
1
-5
/
+12
*
hashmap: add disallow_rehash setting
Jeff Hostetler
2017-03-22
1
-1
/
+11
*
hashmap: allow memihash computation to be continued
Jeff Hostetler
2017-03-22
1
-0
/
+17
*
convert trivial cases to FLEX_ARRAY macros
Jeff King
2016-02-22
1
-2
/
+1
*
hashmap: add string interning API
Karsten Blees
2014-07-07
1
-0
/
+38
*
add a hashtable implementation that supports O(1) removal
Karsten Blees
2013-11-18
1
-0
/
+228