summaryrefslogtreecommitdiffstats
path: root/name-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up pthread_create() error handlingNguyễn Thái Ngọc Duy2018-11-051-6/+10
* name-hash.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-18/+4
* trace.h: support nested performance tracingNguyễn Thái Ngọc Duy2018-08-181-2/+2
* Merge branch 'bp/name-hash-dirname-fix'Junio C Hamano2018-02-271-3/+3
|\
| * name-hash: properly fold directory names in adjust_dirname_case()Ben Peart2018-02-081-3/+3
* | trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy2018-02-021-0/+3
* | hashmap: add API to disable item counting when threadedJeff Hostetler2017-09-071-2/+8
* | name-hash.c: drop hashmap_cmp_fn castStefan Beller2017-07-051-9/+13
* | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-6/+10
* | name-hash: fix buffer overrunKevin Willford2017-03-311-1/+3
* | name-hash: perf improvement for lazy_init_name_hashJeff Hostetler2017-03-241-7/+485
* | name-hash: specify initial size for istate.dir_hash tableJeff Hostetler2017-03-221-1/+2
|/
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-2/+1
* name-hash: don't reuse cache_entry in dir_entryDavid Turner2015-10-211-26/+28
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-3/+2
* name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler2014-06-201-1/+1
* name-hash: retire unused index_name_exists()Eric Sunshine2014-02-241-8/+1
* name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees2013-11-181-24/+22
* name-hash.c: use new hash map implementation for cache entriesKarsten Blees2013-11-181-16/+8
* name-hash.c: remove unreferenced directory entriesKarsten Blees2013-11-181-7/+8
* name-hash.c: use new hash map implementation for directoriesKarsten Blees2013-11-181-59/+18
* name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-171-5/+6
* name-hash: refactor polymorphic index_name_exists()Eric Sunshine2013-09-171-24/+30
* Merge branch 'kb/name-hash'Junio C Hamano2013-04-011-43/+139
|\
| * name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-271-43/+139
* | Merge branch 'nd/preallocate-hash'Junio C Hamano2013-03-211-0/+2
|\ \
| * | Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy2013-03-161-0/+2
| |/
* / name-hash: allow hashing an empty stringJunio C Hamano2013-02-191-2/+2
|/
* name-hash.c: always initialize dir_next pointerJohannes Sixt2011-11-011-1/+1
* fix phantom untracked files when core.ignorecase is setJeff King2011-10-071-7/+8
* Add case insensitivity support for directories when using git statusJoshua Jensen2010-10-061-1/+71
* Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-091-2/+48
* Make "index_name_exists()" return the cache_entry it foundLinus Torvalds2008-04-091-3/+3
* Move name hashing functions into a file of its ownLinus Torvalds2008-04-091-0/+73