summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuseTaylor Blau2024-08-271-4/+7
* pack-bitmap: tag bitmapped packs with their corresponding MIDXTaylor Blau2024-08-271-0/+1
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-1/+4
|\
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| * hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-1/+2
* | Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano2024-06-251-11/+353
|\ \
| * | pack-bitmap.c: ensure pseudo-merge offset reads are boundedTaylor Blau2024-06-141-0/+5
| * | pseudo-merge: implement support for finding existing mergesTaylor Blau2024-05-241-0/+32
| * | pack-bitmap: extra trace2 informationTaylor Blau2024-05-241-1/+25
| * | pack-bitmap.c: use pseudo-merges during traversalTaylor Blau2024-05-241-1/+111
| * | pack-bitmap: implement test helpers for pseudo-mergeTaylor Blau2024-05-241-0/+126
| * | pack-bitmap.c: read pseudo-merge extensionTaylor Blau2024-05-241-0/+39
| * | pack-bitmap: extract `read_bitmap()` functionTaylor Blau2024-05-241-9/+15
* | | pack-bitmap.c: avoid uninitialized `pack_int_id` during reuseTaylor Blau2024-06-121-0/+13
| |/ |/|
* | pack-bitmap.c: reimplement `midx_bitmap_filename()` with helperTaylor Blau2024-05-301-3/+2
|/
* Merge branch 'ps/missing-btmp-fix'Junio C Hamano2024-04-231-20/+21
|\
| * pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt2024-04-151-20/+21
* | Merge branch 'tb/pack-bitmap-drop-unused-struct-member'Junio C Hamano2024-02-061-7/+0
|\ \ | |/ |/|
| * pack-bitmap: drop unused `reuse_objects`Taylor Blau2024-01-291-7/+0
* | pack-bitmap: enable reuse from all bitmapped packsTaylor Blau2023-12-141-10/+24
* | pack-bitmap: prepare to mark objects from multiple packs for reuseTaylor Blau2023-12-141-66/+106
* | midx: implement `midx_preferred_pack()`Taylor Blau2023-12-141-10/+7
* | pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`Taylor Blau2023-12-141-2/+4
* | pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signatureTaylor Blau2023-12-141-9/+7
* | pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functionsTaylor Blau2023-12-141-31/+87
* | pack-bitmap: plug leak in find_objects()Taylor Blau2023-12-141-0/+2
|/
* Merge branch 'tb/rev-list-unpacked-fix'Junio C Hamano2023-11-081-0/+27
|\
| * pack-bitmap: drop --unpacked non-commit objects from resultsTaylor Blau2023-11-071-0/+27
* | pack-bitmap: mark unused parameters in show_object callbackJeff King2023-08-301-2/+3
|/
* Merge branch 'tb/object-access-overflow-protection'Junio C Hamano2023-07-251-5/+7
|\
| * pack-bitmap.c: ensure that eindex lookups don't overflowTaylor Blau2023-07-141-5/+7
* | git-compat-util: move alloc macros to git-compat-util.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 'tb/open-midx-bitmap-fallback'Junio C Hamano2023-06-231-3/+5
|\ \
| * | pack-bitmap.c: gracefully degrade on failure to load MIDX'd packTaylor Blau2023-06-121-3/+5
| |/
* | Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano2023-06-231-39/+202
|\ \ | |/ |/|
| * pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau2023-05-081-13/+169
| * pack-bitmap.c: extract `fill_in_bitmap()`Taylor Blau2023-05-081-29/+36
* | fsck: verify checksums of all .bitmap filesDerrick Stolee2023-05-021-0/+45
|/
* Merge branch 'ds/fsck-pack-revindex'Junio C Hamano2023-04-281-2/+2
|\
| * fsck: validate .rev file headerDerrick Stolee2023-04-171-2/+2
* | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-281-10/+13
|\|
| * pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau2023-04-131-10/+13
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+3
|\ \ | |/ |/|
| * treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-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 trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+2
|\|
| * csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1