index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
name-hash.c
Age
Commit message (
Expand
)
Author
2025-05-21
name-hash: don't add sparse directories in threaded lazy init
Alex Mironov
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
2024-02-26
name-hash: add index_dir_find()
Jeff Hostetler
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-08-19
hashmap: mark unused callback parameters
Jeff King
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-14
name-hash: use expand_to_path()
Derrick Stolee
2021-04-14
name-hash: don't add directories to name_hash
Derrick Stolee
2021-03-13
use CALLOC_ARRAY
René Scharfe
2021-01-23
name-hash: use trace2 regions for init
Derrick Stolee
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
2019-11-10
Fix spelling errors in code comments
Elijah Newren
2019-11-07
name-hash.c: remove duplicate word in comment
Elijah Newren
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
hashmap: use *_entry APIs to wrap container_of
Eric Wong
2019-10-07
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
2019-10-07
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-06-13
cleanup: fix possible overflow errors in binary search, part 2
René Scharfe
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2018-11-05
Clean up pthread_create() error handling
Nguyễn Thái Ngọc Duy
2018-11-05
name-hash.c: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
2018-08-18
trace.h: support nested performance tracing
Nguyễn Thái Ngọc Duy
2018-02-27
Merge branch 'bp/name-hash-dirname-fix'
Junio C Hamano
2018-02-08
name-hash: properly fold directory names in adjust_dirname_case()
Ben Peart
2018-02-02
trace: measure where the time is spent in the index-heavy operations
Nguyễn Thái Ngọc Duy
2017-09-07
hashmap: add API to disable item counting when threaded
Jeff Hostetler
2017-07-05
name-hash.c: drop hashmap_cmp_fn cast
Stefan Beller
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
2017-03-31
name-hash: fix buffer overrun
Kevin Willford
2017-03-24
name-hash: perf improvement for lazy_init_name_hash
Jeff Hostetler
2017-03-22
name-hash: specify initial size for istate.dir_hash table
Jeff Hostetler
2016-02-22
convert trivial cases to FLEX_ARRAY macros
Jeff King
2015-10-21
name-hash: don't reuse cache_entry in dir_entry
David Turner
2014-07-07
hashmap: add simplified hashmap_get_from_hash() API
Karsten Blees
[next]