summaryrefslogtreecommitdiff
path: root/name-hash.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07hashmap: add API to disable item counting when threadedLibravatar Jeff Hostetler1-2/+8
2017-07-05name-hash.c: drop hashmap_cmp_fn castLibravatar Stefan Beller1-9/+13
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-6/+10
2017-03-31name-hash: fix buffer overrunLibravatar Kevin Willford1-1/+3
2017-03-24name-hash: perf improvement for lazy_init_name_hashLibravatar Jeff Hostetler1-7/+485
2017-03-22name-hash: specify initial size for istate.dir_hash tableLibravatar Jeff Hostetler1-1/+2
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King1-2/+1
2015-10-21name-hash: don't reuse cache_entry in dir_entryLibravatar David Turner1-26/+28
2014-07-07hashmap: add simplified hashmap_get_from_hash() APILibravatar Karsten Blees1-3/+2
2014-06-20name-hash.c: replace cache_name_compare() with memcmp(3)Libravatar Jeremiah Mahler1-1/+1
2014-02-24name-hash: retire unused index_name_exists()Libravatar Eric Sunshine1-8/+1
2013-11-18name-hash.c: remove cache entries instead of marking them CE_UNHASHEDLibravatar Karsten Blees1-24/+22
2013-11-18name-hash.c: use new hash map implementation for cache entriesLibravatar Karsten Blees1-16/+8
2013-11-18name-hash.c: remove unreferenced directory entriesLibravatar Karsten Blees1-7/+8
2013-11-18name-hash.c: use new hash map implementation for directoriesLibravatar Karsten Blees1-59/+18
2013-09-17name-hash: stop storing trailing '/' on paths in index_state.dir_hashLibravatar Eric Sunshine1-5/+6
2013-09-17name-hash: refactor polymorphic index_name_exists()Libravatar Eric Sunshine1-24/+30
2013-04-01Merge branch 'kb/name-hash'Libravatar Junio C Hamano1-43/+139
2013-03-21Merge branch 'nd/preallocate-hash'Libravatar Junio C Hamano1-0/+2
2013-03-16Preallocate hash tables when the number of inserts are known in advanceLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2013-02-27name-hash.c: fix endless loop with core.ignorecase=trueLibravatar Karsten Blees1-43/+139
2013-02-19name-hash: allow hashing an empty stringLibravatar Junio C Hamano1-2/+2
2011-11-01name-hash.c: always initialize dir_next pointerLibravatar Johannes Sixt1-1/+1
2011-10-07fix phantom untracked files when core.ignorecase is setLibravatar Jeff King1-7/+8
2010-10-06Add case insensitivity support for directories when using git statusLibravatar Joshua Jensen1-1/+71
2008-04-09Make hash_name_lookup able to do case-independent lookupsLibravatar Linus Torvalds1-2/+48
2008-04-09Make "index_name_exists()" return the cache_entry it foundLibravatar Linus Torvalds1-3/+3
2008-04-09Move name hashing functions into a file of its ownLibravatar Linus Torvalds1-0/+73