Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-01-19 | clear_delta_base_cache(): don't modify hashmap while iterating | Jeff King | 1 | -1/+3 |
2016-08-02 | hashmap: clarify that hashmap_entry can safely be discarded | Junio C Hamano | 1 | -0/+5 |
2014-07-07 | hashmap: add string interning API | Karsten Blees | 1 | -0/+15 |
2014-07-07 | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 1 | -0/+14 |
2014-07-07 | hashmap: improve struct hashmap member documentation | Karsten Blees | 1 | -4/+12 |
2014-07-07 | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 1 | -0/+9 |
2014-05-19 | Documentation/technical/api-hashmap: remove source highlighting | Anders Kaseorg | 1 | -1/+0 |
2014-02-24 | hashmap.h: use 'unsigned int' for hash-codes everywhere | Karsten Blees | 1 | -1/+1 |
2013-11-18 | add a hashtable implementation that supports O(1) removal | Karsten Blees | 1 | -0/+235 |