summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau2024-12-041-1/+0
* | config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak2024-12-041-8/+15
* | config: make `delta_base_cache_limit` a non-global variableKarthik Nayak2024-12-041-2/+8
* | packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-041-7/+7
* | packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak2024-12-041-4/+5
* | packfile: pass down repository to `odb_pack_name`Karthik Nayak2024-12-041-5/+4
* | packfile: pass `repository` to static function in the fileKarthik Nayak2024-12-041-7/+8
* | packfile: use `repository` from `packed_git` directlyKarthik Nayak2024-12-041-23/+27
* | packfile: add repository to struct `packed_git`Karthik Nayak2024-12-041-6/+9
|/
* 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