summaryrefslogtreecommitdiffstats
path: root/cache-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-8/+8
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+4
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2023-02-22Merge branch 'rs/cache-tree-strbuf-growth-fix'Junio C Hamano1-2/+1
2023-02-10cache-tree: fix strbuf growth in prime_cache_tree_rec()René Scharfe1-2/+1
2023-01-08*: fix typos which duplicate a wordAndrei Rybak1-1/+1
2022-08-20verify_one_sparse(): drop unused parametersJeff King1-4/+2
2022-06-16cache-tree: remove cache_tree_find_path()Derrick Stolee1-27/+0
2022-06-10Merge branch 'ab/bug-if-bug'Junio C Hamano1-4/+4
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano1-0/+27
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+3
2022-06-02cache-tree.c: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason1-4/+4
2022-05-23cache-tree: implement cache_tree_find_path()Derrick Stolee1-0/+27
2022-04-06cache-tree: use ODB transaction around writing a treeNeeraj Singh1-0/+3
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-3/+3
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2021-12-10Merge branch 'vd/sparse-reset'Junio C Hamano1-3/+43
2021-11-29reset: make sparse-aware (except --mixed)Victoria Dye1-4/+43
2021-11-29reset: integrate with sparse indexVictoria Dye1-0/+1
2021-10-25Merge branch 'pw/sparse-cache-tree-verify-fix'Junio C Hamano1-8/+29
2021-10-12commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason1-2/+3
2021-10-07sparse index: fix use-after-free bug in cache_tree_verify()Phillip Wood1-8/+29
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano1-2/+0
2021-07-23cache-tree: prefetch in partial clone read-treeJonathan Tan1-2/+9
2021-07-14commit: integrate with sparse-indexDerrick Stolee1-2/+0
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano1-0/+40
2021-03-30sparse-index: loose integration with cache_tree_verify()Derrick Stolee1-0/+19
2021-03-30cache-tree: integrate with sparse directory entriesDerrick Stolee1-0/+18
2021-03-30sparse-index: convert from full to sparseDerrick Stolee1-0/+3
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2021-01-23cache-tree: extract subtree_pos()Derrick Stolee1-3/+3
2021-01-23cache-tree: simplify verify_cache() prototypeDerrick Stolee1-9/+8
2021-01-23cache-tree: clean up cache_tree_update()Derrick Stolee1-8/+9
2021-01-15cache-tree: speed up consecutive path comparisonsDerrick Stolee1-2/+2
2021-01-15cache-tree: use ce_namelen() instead of strlen()René Scharfe1-4/+6
2021-01-15cache-tree: trace regions for prime_cache_treeDerrick Stolee1-0/+3
2021-01-15cache-tree: trace regions for I/ODerrick Stolee1-1/+10
2021-01-04cache-tree: use trace2 in cache_tree_update()Derrick Stolee1-0/+2