summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* packfile: use oidread() instead of hashcpy() to fill object_idJeff King2024-10-251-1/+1
* packfile: use object_id in find_pack_entry_one()Jeff King2024-10-251-8/+8
* packfile: convert find_sha1_pack() to use object_idJeff King2024-10-251-3/+3
* packfile: drop sha1_pack_index_name()Jeff King2024-10-251-6/+0
* packfile: drop sha1_pack_name()Jeff King2024-10-251-6/+0
* packfile: drop has_pack_index()Jeff King2024-10-251-8/+0
* dumb-http: store downloaded pack idx as tempfileJeff King2024-10-251-1/+10
* environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt2024-09-121-1/+1
* midx: implement support for writing incremental MIDX chainsTaylor Blau2024-08-061-3/+13
* midx: support reading incremental MIDX chainsTaylor Blau2024-08-061-2/+3
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-4/+6
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-4/+4
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+2
|\
| * tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-1/+2
* | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
|/
* Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano2023-08-041-1/+1
|\
| * hex: retire get_sha1_hex()Junio C Hamano2023-07-251-1/+1
* | Merge branch 'tb/object-access-overflow-protection'Junio C Hamano2023-07-251-7/+8
|\ \
| * | packfile.c: use checked arithmetic in `nth_packed_object_offset()`Taylor Blau2023-07-141-4/+5
| * | packfile.c: prevent overflow in `load_idx()`Taylor Blau2023-07-141-1/+1
| * | packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau2023-07-131-2/+2
| |/
* | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\ \
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| |/
* | Merge branch 'ds/remove-idx-before-pack'Junio C Hamano2023-06-301-1/+1
|\ \ | |/ |/|
| * packfile: delete .idx files before .pack filesDerrick Stolee2023-06-201-1/+1
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-1/+1
|\ \
| * | treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* | | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-281-1/+1
|\ \ \ | |/ / |/| |
| * | pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau2023-04-131-1/+1
| * | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+4
| |\ \
| * \ \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-1/+1
| |\ \ \
* | | | | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* | | | | treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-111-0/+1
* | | | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | | | csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1
* | | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ / |/| |
* | | Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'Junio C Hamano2023-03-191-0/+10
|\ \ \
| * | | object-file: reprepare alternates when necessaryDerrick Stolee2023-03-091-0/+10
| | |/ | |/|
* | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+2
|\ \ \
| * | | for_each_object: mark unused callback parametersJeff King2023-02-241-2/+2
| | |/ | |/|
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/ /
* / packfile: inline custom read_object()Jeff King2023-01-081-17/+9
|/