1. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  2. 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 4 years, 4 months ago
  3. 33f20d8 hashmap: introduce a new hashmap_partial_clear() by Elijah Newren · 4 years, 4 months ago
  4. b7879b0 hashmap: allow re-use after hashmap_free() by Elijah Newren · 4 years, 4 months ago
  5. 97a39a4 hashmap: adjust spacing to fix argument alignment by Elijah Newren · 4 years, 4 months ago
  6. 15beaaa Fix spelling errors in code comments by Elijah Newren · 5 years ago
  7. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
  8. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 5 years ago
  9. 8a973d0 hashmap: hashmap_{put,remove} return hashmap_entry * by Eric Wong · 5 years ago
  10. 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
  11. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 5 years ago
  12. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  13. 6bcbdfb hashmap_get_next returns "struct hashmap_entry *" by Eric Wong · 5 years ago
  14. 26b455f hashmap_put takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  15. 28ee794 hashmap_remove takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  16. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  17. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  18. f6eb6bd hashmap_get_next takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  19. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  20. 8b604d1 hashmap: add API to disable item counting when threaded by Jeff Hostetler · 8 years ago
  21. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  22. 0607e10 hashmap: add disallow_rehash setting by Jeff Hostetler · 8 years ago
  23. f75619b hashmap: allow memihash computation to be continued by Jeff Hostetler · 8 years ago
  24. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 9 years ago
  25. 7b64d42 hashmap: add string interning API by Karsten Blees · 11 years ago
  26. 6a364ce add a hashtable implementation that supports O(1) removal by Karsten Blees · 11 years ago