summaryrefslogtreecommitdiff
path: root/pack-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* fsck: verify checksums of all .bitmap filesDerrick Stolee2023-05-021-0/+45
* Merge branch 'ds/fsck-pack-revindex'Junio C Hamano2023-04-271-2/+2
|\
| * fsck: validate .rev file headerDerrick Stolee2023-04-171-2/+2
* | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-271-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
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-1/+5
|\ \ | |/ |/|
| * config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-1/+1
| * config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-1/+5
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+4
|\ \
| * | list-objects: mark unused callback parametersJeff King2023-02-241-2/+4
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
|/ /
* | pack-bitmap.c: trace bitmap ignore logs when midx-bitmap is foundJeff King2022-11-291-5/+12
* | pack-bitmap.c: break out of the bitmap loop early if not tracingJeff King2022-11-291-1/+8
* | pack-bitmap.c: avoid exposing absolute pathsTeng Long2022-11-141-4/+6
* | pack-bitmap.c: remove unnecessary "open_pack_index()" callsTeng Long2022-11-141-3/+0
|/
* Merge branch 'ds/bitmap-lookup-remove-tracing'Junio C Hamano2022-09-261-2/+1
|\
| * pack-bitmap: remove trace2 region from hot pathDerrick Stolee2022-09-261-2/+1
* | pack-bitmap: improve grammar of "xor chain" error messageAlex Henrie2022-09-231-1/+1
|/
* pack-bitmap: prepare to read lookup table extensionAbhradeep Chakraborty2022-08-261-9/+281
* Merge branch 'tl/pack-bitmap-error-messages'Junio C Hamano2022-07-271-45/+58
|\
| * pack-bitmap.c: continue looping when first MIDX bitmap is foundTeng Long2022-07-181-2/+3
| * pack-bitmap.c: using error() instead of silently returning -1Teng Long2022-07-181-1/+5
| * pack-bitmap.c: do not ignore error when opening a bitmap fileTeng Long2022-07-181-5/+12
| * pack-bitmap.c: rename "idx_name" to "bitmap_name"Teng Long2022-07-181-7/+7
| * pack-bitmap.c: mark more strings for translationsTeng Long2022-07-181-24/+24
| * pack-bitmap.c: fix formatting of error messagesTeng Long2022-07-181-23/+24
* | Merge branch 'tb/midx-race-in-pack-objects'Junio C Hamano2022-06-031-2/+16
|\ \
| * | pack-bitmap.c: check preferred pack validity when opening MIDX bitmapTaylor Blau2022-05-241-2/+16
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-7/+7
|\ \ \ | |_|/ |/| |
| * | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-7/+7
| |\ \ | | |/ | |/|
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-7/+7
* | | list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee2022-03-091-3/+3
* | | pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee2022-03-091-11/+9
* | | pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau2022-01-271-0/+4
|/ /
* | Merge branch 'jk/test-bitmap-fix'Junio C Hamano2021-12-101-1/+1
|\ \
| * | test_bitmap_hashes(): handle repository without bitmapsJeff King2021-11-051-1/+1
| |/
* | pack-bitmap.c: more aggressively free in free_bitmap_index()Taylor Blau2021-10-281-0/+8
* | pack-bitmap.c: don't leak type-level bitmapsTaylor Blau2021-10-281-0/+6
* | midx.c: write MIDX filenames to strbufTaylor Blau2021-10-281-5/+10
|/
* Merge branch 'tb/repack-write-midx'Junio C Hamano2021-10-181-1/+1
|\
| * builtin/repack.c: make largest pack preferredTaylor Blau2021-09-281-1/+1
* | pack-bitmap.c: propagate namehash values from existing bitmapsTaylor Blau2021-09-141-6/+8