summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/bitmap-fix-pack-reuse'Junio C Hamano2024-12-231-23/+18
|\
| * pack-bitmap.c: ensure pack validity for all reuse packsTaylor Blau2024-12-181-23/+18
* | Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+2
|\ \
| * | global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | | Merge branch 'kn/midx-wo-the-repository'Junio C Hamano2024-12-131-38/+58
|\ \ \ | |/ / |/| |
| * | midx: pass down `hash_algo` to functions using global variablesKarthik Nayak2024-12-041-3/+3
| * | midx: add repository to `multi_pack_index` structKarthik Nayak2024-12-041-35/+55
| * | packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak2024-12-041-1/+1
* | | Merge branch 'tb/boundary-traversal-fix'Junio C Hamano2024-12-041-1/+1
|\ \ \ | |/ / |/| |
| * | pack-bitmap.c: typofix in `find_boundary_objects()`Taylor Blau2024-11-221-1/+1
* | | packfile: use object_id in find_pack_entry_one()Jeff King2024-10-251-2/+2
* | | pseudo-merge: fix various memory leaksPatrick Steinhardt2024-09-301-2/+2
| |/ |/|
* | 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