summaryrefslogtreecommitdiff
path: root/name-hash.c
AgeCommit message (Expand)Author
2018-11-05Clean up pthread_create() error handlingNguyễn Thái Ngọc Duy
2018-11-05name-hash.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy
2018-02-27Merge branch 'bp/name-hash-dirname-fix'Junio C Hamano
2018-02-08name-hash: properly fold directory names in adjust_dirname_case()Ben Peart
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler
2017-07-05name-hash.c: drop hashmap_cmp_fn castStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-04-01name-hash: fix buffer overrunKevin Willford
2017-03-24name-hash: perf improvement for lazy_init_name_hashJeff Hostetler
2017-03-22name-hash: specify initial size for istate.dir_hash tableJeff Hostetler
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2015-10-21name-hash: don't reuse cache_entry in dir_entryDavid Turner
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees
2014-06-20name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler
2014-02-24name-hash: retire unused index_name_exists()Eric Sunshine
2013-11-18name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees
2013-11-18name-hash.c: use new hash map implementation for cache entriesKarsten Blees
2013-11-18name-hash.c: remove unreferenced directory entriesKarsten Blees
2013-11-18name-hash.c: use new hash map implementation for directoriesKarsten Blees
2013-09-17name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine
2013-09-17name-hash: refactor polymorphic index_name_exists()Eric Sunshine
2013-04-01Merge branch 'kb/name-hash'Junio C Hamano
2013-03-21Merge branch 'nd/preallocate-hash'Junio C Hamano
2013-03-17Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy
2013-02-28name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees
2013-02-19name-hash: allow hashing an empty stringJunio C Hamano
2011-11-01name-hash.c: always initialize dir_next pointerJohannes Sixt
2011-10-08fix phantom untracked files when core.ignorecase is setJeff King
2010-10-06Add case insensitivity support for directories when using git statusJoshua Jensen
2008-04-09Make hash_name_lookup able to do case-independent lookupsLinus Torvalds
2008-04-09Make "index_name_exists()" return the cache_entry it foundLinus Torvalds
2008-04-09Move name hashing functions into a file of its ownLinus Torvalds