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