summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2024-10-25packfile: use oidread() instead of hashcpy() to fill object_idJeff King
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King
2024-10-25packfile: drop sha1_pack_index_name()Jeff King
2024-10-25packfile: drop sha1_pack_name()Jeff King
2024-10-25packfile: drop has_pack_index()Jeff King
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau
2024-08-06midx: support reading incremental MIDX chainsTaylor Blau
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-08-04Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano
2023-07-24hex: retire get_sha1_hex()Junio C Hamano
2023-07-14packfile.c: use checked arithmetic in `nth_packed_object_offset()`Taylor Blau
2023-07-14packfile.c: prevent overflow in `load_idx()`Taylor Blau
2023-07-12packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-29Merge branch 'ds/remove-idx-before-pack'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-20packfile: delete .idx files before .pack filesDerrick Stolee
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-13pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-19Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'Junio C Hamano
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-03-09object-file: reprepare alternates when necessaryDerrick Stolee
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-08packfile: inline custom read_object()Jeff King