summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-01-12Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano1-1/+1
2022-01-12packfile: fix off-by-one error in decoding logicJunio C Hamano1-1/+1
2021-12-15Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano1-1/+2
2021-12-10Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano1-1/+1
2021-12-04packfile: make `close_pack_revindex()` staticTaylor Blau1-1/+2
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano1-3/+3
2021-11-11packfile: avoid overflowing shift during decodeJonathan Tan1-1/+1
2021-11-03odb: guard against data loss checking out a huge fileMatt Cooper1-3/+3
2021-10-03Merge branch 'rs/close-pack-leakfix'Junio C Hamano1-0/+1
2021-09-24packfile: release bad_objects in close_pack()René Scharfe1-0/+1
2021-09-23Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano1-27/+11
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano1-1/+1
2021-09-12packfile: use oidset for bad objectsRené Scharfe1-22/+6
2021-09-12packfile: convert has_packed_and_bad() to object_idRené Scharfe1-2/+2
2021-09-12packfile: convert mark_bad_packed_object() to object_idRené Scharfe1-6/+6
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau1-1/+1
2021-08-29object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau1-0/+6
2021-06-29xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong1-2/+2
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano1-4/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren1-4/+1
2021-04-13is_promisor_object(): free tree buffer after parsingJeff King1-0/+1