summaryrefslogtreecommitdiff
path: root/pack-bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-2/+2
2026-05-09odb, packfile: use size_t for streaming object sizesJohannes Schindelin1-1/+1
2026-03-25Merge branch 'tb/incremental-midx-part-3.2'Junio C Hamano1-5/+4
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau1-2/+1
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau1-4/+4
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt1-6/+7
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt1-1/+1
2026-02-19pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"Patrick Steinhardt1-1/+12
2026-02-19pack-bitmap: deduplicate logic to iterate over preferred bitmap tipsPatrick Steinhardt1-1/+17
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt1-2/+1
2025-11-30Merge branch 'jk/asan-bonanza'Junio C Hamano1-4/+25
2025-11-18pack-bitmap: handle name-hash lookups in incremental bitmapsJeff King1-4/+25
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-3/+3
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-2/+2
2025-08-11midx: compute paths via their sourcePatrick Steinhardt1-6/+4
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt1-6/+7
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt1-2/+2
2025-07-29Merge branch 'ps/object-store-midx' into ps/object-store-midx-dedup-infoJunio C Hamano1-6/+15
2025-07-15Merge branch 'ly/load-bitmap-leakfix'Junio C Hamano1-24/+64
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-5/+5
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt1-6/+15
2025-07-09Merge branch 'ps/object-store' into ps/object-store-midxJunio C Hamano1-5/+5
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-4/+4
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01pack-bitmap: add load corrupt bitmap testLidong Yan1-5/+57
2025-07-01pack-bitmap: reword comments in test_bitmap_commits()Lidong Yan1-2/+3
2025-07-01pack-bitmap: fix memory leak if load_bitmap() failedTaylor Blau1-17/+4
2025-06-09pack-bitmap: remove checks before bitmap_freeLidong Yan1-2/+2
2025-05-12pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failedLidong Yan1-4/+4
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-2/+1
2025-04-16Merge branch 'ps/cat-file-filter-batch'Junio C Hamano1-9/+72
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-7/+8
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt1-1/+0
2025-04-07pack-bitmap: introduce function to check whether a pack is bitmappedPatrick Steinhardt1-0/+15
2025-04-07pack-bitmap: add function to iterate over filtered bitmapped objectsPatrick Steinhardt1-6/+53
2025-04-07pack-bitmap: allow passing payloads to `show_reachable_fn()`Patrick Steinhardt1-7/+8
2025-03-21pack-bitmap.c: use `ewah_or_iterator` for type bitmap iteratorsTaylor Blau1-15/+27
2025-03-21pack-bitmap.c: keep track of each layer's type bitmapsTaylor Blau1-4/+53
2025-03-21pack-bitmap.c: apply pseudo-merge commits with incremental MIDXsTaylor Blau1-3/+8
2025-03-21pack-bitmap.c: compute disk-usage with incremental MIDXsTaylor Blau1-2/+2
2025-03-21pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXsTaylor Blau1-21/+86
2025-03-21pack-bitmap.c: support bitmap pack-reuse with incremental MIDXsTaylor Blau1-3/+8
2025-03-21pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXsTaylor Blau1-1/+1
2025-03-21pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXsTaylor Blau1-4/+7
2025-03-21pack-bitmap.c: open and store incremental bitmap layersTaylor Blau1-14/+48
2025-03-21pack-revindex: prepare for incremental MIDX bitmapsTaylor Blau1-12/+31
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-3/+3
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt1-4/+5
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano1-1/+3