summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-hashmap.txt
AgeCommit message (Expand)Author
2017-01-19clear_delta_base_cache(): don't modify hashmap while iteratingJeff King
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedJunio C Hamano
2014-07-07hashmap: add string interning APIKarsten Blees
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees
2014-07-07hashmap: improve struct hashmap member documentationKarsten Blees
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees
2014-05-19Documentation/technical/api-hashmap: remove source highlightingAnders Kaseorg
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees