Age | Commit message (Expand) | Author | Files | Lines |
2017-09-07 | hashmap: add API to disable item counting when threaded | Jeff Hostetler | 1 | -2/+8 |
2017-07-05 | name-hash.c: drop hashmap_cmp_fn cast | Stefan Beller | 1 | -9/+13 |
2017-06-30 | hashmap.h: compare function has access to a data field | Stefan Beller | 1 | -6/+10 |
2017-03-31 | name-hash: fix buffer overrun | Kevin Willford | 1 | -1/+3 |
2017-03-24 | name-hash: perf improvement for lazy_init_name_hash | Jeff Hostetler | 1 | -7/+485 |
2017-03-22 | name-hash: specify initial size for istate.dir_hash table | Jeff Hostetler | 1 | -1/+2 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -2/+1 |
2015-10-21 | name-hash: don't reuse cache_entry in dir_entry | David Turner | 1 | -26/+28 |
2014-07-07 | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 1 | -3/+2 |
2014-06-20 | name-hash.c: replace cache_name_compare() with memcmp(3) | Jeremiah Mahler | 1 | -1/+1 |
2014-02-24 | name-hash: retire unused index_name_exists() | Eric Sunshine | 1 | -8/+1 |
2013-11-18 | name-hash.c: remove cache entries instead of marking them CE_UNHASHED | Karsten Blees | 1 | -24/+22 |
2013-11-18 | name-hash.c: use new hash map implementation for cache entries | Karsten Blees | 1 | -16/+8 |
2013-11-18 | name-hash.c: remove unreferenced directory entries | Karsten Blees | 1 | -7/+8 |
2013-11-18 | name-hash.c: use new hash map implementation for directories | Karsten Blees | 1 | -59/+18 |
2013-09-17 | name-hash: stop storing trailing '/' on paths in index_state.dir_hash | Eric Sunshine | 1 | -5/+6 |
2013-09-17 | name-hash: refactor polymorphic index_name_exists() | Eric Sunshine | 1 | -24/+30 |
2013-04-01 | Merge branch 'kb/name-hash' | Junio C Hamano | 1 | -43/+139 |
2013-03-21 | Merge branch 'nd/preallocate-hash' | Junio C Hamano | 1 | -0/+2 |
2013-03-16 | Preallocate hash tables when the number of inserts are known in advance | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-02-27 | name-hash.c: fix endless loop with core.ignorecase=true | Karsten Blees | 1 | -43/+139 |
2013-02-19 | name-hash: allow hashing an empty string | Junio C Hamano | 1 | -2/+2 |
2011-11-01 | name-hash.c: always initialize dir_next pointer | Johannes Sixt | 1 | -1/+1 |
2011-10-07 | fix phantom untracked files when core.ignorecase is set | Jeff King | 1 | -7/+8 |
2010-10-06 | Add case insensitivity support for directories when using git status | Joshua Jensen | 1 | -1/+71 |
2008-04-09 | Make hash_name_lookup able to do case-independent lookups | Linus Torvalds | 1 | -2/+48 |
2008-04-09 | Make "index_name_exists()" return the cache_entry it found | Linus Torvalds | 1 | -3/+3 |
2008-04-09 | Move name hashing functions into a file of its own | Linus Torvalds | 1 | -0/+73 |