aboutsummaryrefslogtreecommitdiff
path: root/name-hash.c
Commit message (Expand)AuthorAge
* hashmap: add API to disable item counting when threadedJeff Hostetler2017-09-07
* name-hash.c: drop hashmap_cmp_fn castStefan Beller2017-07-05
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-30
* name-hash: fix buffer overrunKevin Willford2017-03-31
* name-hash: perf improvement for lazy_init_name_hashJeff Hostetler2017-03-24
* name-hash: specify initial size for istate.dir_hash tableJeff Hostetler2017-03-22
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* name-hash: don't reuse cache_entry in dir_entryDavid Turner2015-10-21
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-07
* name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler2014-06-20
* name-hash: retire unused index_name_exists()Eric Sunshine2014-02-24
* name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees2013-11-18
* name-hash.c: use new hash map implementation for cache entriesKarsten Blees2013-11-18
* name-hash.c: remove unreferenced directory entriesKarsten Blees2013-11-18
* name-hash.c: use new hash map implementation for directoriesKarsten Blees2013-11-18
* name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-17
* name-hash: refactor polymorphic index_name_exists()Eric Sunshine2013-09-17
* Merge branch 'kb/name-hash'Junio C Hamano2013-04-01
|\
| * name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-27
* | Merge branch 'nd/preallocate-hash'Junio C Hamano2013-03-21
|\ \
| * | Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy2013-03-16
| |/
* | name-hash: allow hashing an empty stringJunio C Hamano2013-02-19
|/
* name-hash.c: always initialize dir_next pointerJohannes Sixt2011-11-01
* fix phantom untracked files when core.ignorecase is setJeff King2011-10-07
* Add case insensitivity support for directories when using git statusJoshua Jensen2010-10-06
* Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-09
* Make "index_name_exists()" return the cache_entry it foundLinus Torvalds2008-04-09
* Move name hashing functions into a file of its ownLinus Torvalds2008-04-09