summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-08-04Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano1-1/+1
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano1-7/+8
2023-07-24hex: retire get_sha1_hex()Junio C Hamano1-1/+1
2023-07-14packfile.c: use checked arithmetic in `nth_packed_object_offset()`Taylor Blau1-4/+5
2023-07-14packfile.c: prevent overflow in `load_idx()`Taylor Blau1-1/+1
2023-07-12packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau1-2/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+1
2023-06-29Merge branch 'ds/remove-idx-before-pack'Junio C Hamano1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-20packfile: delete .idx files before .pack filesDerrick Stolee1-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-1/+1
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano1-1/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-13pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau1-1/+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 pack-revindex.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+4
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-19Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'Junio C Hamano1-0/+10
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-2/+2
2023-03-09object-file: reprepare alternates when necessaryDerrick Stolee1-0/+10
2023-02-24for_each_object: mark unused callback parametersJeff King1-2/+2
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-01-08packfile: inline custom read_object()Jeff King1-17/+9
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-1/+1
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-1/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-25Merge branch 'jk/is-promisor-object-keep-tree-in-use'Junio C Hamano1-2/+13
2022-08-19hashmap: mark unused callback parametersJeff King1-1/+1
2022-08-18Merge branch 'jk/fsck-tree-mode-bits-fix'Junio C Hamano1-1/+1
2022-08-14is_promisor_object(): fix use-after-free of tree bufferJeff King1-2/+13
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King1-1/+1
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano1-15/+3
2022-07-17packfile: use DEFINE_LIST_SORTRené Scharfe1-15/+3
2022-07-11Merge branch 'jk/optim-promisor-object-enumeration'Junio C Hamano1-1/+2
2022-06-16is_promisor_object(): walk promisor packs in pack-orderJeff King1-1/+2
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano1-2/+17
2022-05-26pack-mtimes: support reading .mtimes filesTaylor Blau1-2/+17
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-1/+1