| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
| 2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -3/+3 |
| 2020-11-02 | hashmap: introduce a new hashmap_partial_clear() | Elijah Newren | 1 | -12/+27 |
| 2020-11-02 | hashmap: allow re-use after hashmap_free() | Elijah Newren | 1 | -2/+14 |
| 2020-11-02 | hashmap: adjust spacing to fix argument alignment | Elijah Newren | 1 | -8/+9 |
| 2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -1/+1 |
| 2019-10-07 | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 1 | -1/+1 |
| 2019-10-07 | hashmap: introduce hashmap_free_entries | Eric Wong | 1 | -3/+8 |
| 2019-10-07 | hashmap: hashmap_{put,remove} return hashmap_entry * | Eric Wong | 1 | -3/+5 |
| 2019-10-07 | hashmap: use *_entry APIs for iteration | Eric Wong | 1 | -1/+1 |
| 2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -6/+11 |
| 2019-10-07 | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 1 | -3/+4 |
| 2019-10-07 | hashmap_get_next returns "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
| 2019-10-07 | hashmap_put takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
| 2019-10-07 | hashmap_remove takes "const struct hashmap_entry *" | Eric Wong | 1 | -1/+2 |
| 2019-10-07 | hashmap_get takes "const struct hashmap_entry *" | Eric Wong | 1 | -2/+3 |
| 2019-10-07 | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 1 | -3/+3 |
| 2019-10-07 | hashmap_get_next takes "const struct hashmap_entry *" | Eric Wong | 1 | -2/+3 |
| 2019-10-07 | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 1 | -2/+2 |
| 2017-09-07 | hashmap: add API to disable item counting when threaded | Jeff Hostetler | 1 | -9/+17 |
| 2017-06-30 | hashmap.h: compare function has access to a data field | Stefan Beller | 1 | -5/+12 |
| 2017-03-22 | hashmap: add disallow_rehash setting | Jeff Hostetler | 1 | -1/+11 |
| 2017-03-22 | hashmap: allow memihash computation to be continued | Jeff Hostetler | 1 | -0/+17 |
| 2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -2/+1 |
| 2014-07-07 | hashmap: add string interning API | Karsten Blees | 1 | -0/+38 |
| 2013-11-18 | add a hashtable implementation that supports O(1) removal | Karsten Blees | 1 | -0/+228 |