summaryrefslogtreecommitdiff
path: root/midx.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-1/+1
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano1-3/+3
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-14midx: fix segfault with no packs and invalid preferred packPatrick Steinhardt1-3/+3
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-1/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-1/+1
2023-02-24for_each_object: mark unused callback parametersJeff King1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-10-27Merge branch 'tb/midx-bitmap-selection-fix'Junio C Hamano1-1/+33
2022-10-13midx.c: instrument MIDX and bitmap generation with trace2 regionsTaylor Blau1-0/+28
2022-10-13midx.c: consider annotated tags during bitmap selectionTaylor Blau1-0/+4
2022-10-13midx.c: fix whitespace typoTaylor Blau1-1/+1
2022-09-21midx.c: avoid cruft packs with non-zero `repack --batch-size`Taylor Blau1-0/+2
2022-09-21midx.c: remove unnecessary loop conditionTaylor Blau1-1/+1
2022-09-21midx.c: replace `xcalloc()` with `CALLOC_ARRAY()`Taylor Blau1-1/+3
2022-09-21midx.c: avoid cruft packs with `repack --batch-size=0`Taylor Blau1-0/+2
2022-09-21midx.c: prevent `expire` from removing the cruft packTaylor Blau1-1/+1
2022-09-05Merge branch 'ac/bitmap-lookup-table'Junio C Hamano1-0/+3
2022-09-05Merge branch 'tb/midx-with-changing-preferred-pack-fix'Junio C Hamano1-45/+94
2022-08-26pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty1-0/+3
2022-08-22midx.c: avoid adding preferred objects twiceTaylor Blau1-2/+13
2022-08-22midx.c: include preferred pack correctly with existing MIDXTaylor Blau1-7/+7
2022-08-22midx.c: extract `midx_fanout_add_pack_fanout()`Taylor Blau1-15/+28
2022-08-22midx.c: extract `midx_fanout_add_midx_fanout()`Taylor Blau1-19/+28
2022-08-22midx.c: extract `struct midx_fanout`Taylor Blau1-19/+35
2022-07-27write_midx_bitmap(): drop unused refs_snapshot parameterJeff King1-2/+1
2022-07-19midx: reduce memory pressure while writing bitmapsDerrick Stolee1-0/+13
2022-07-19midx: extract bitmap write setupDerrick Stolee1-24/+32
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-0/+1
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano1-15/+3
2022-05-26chunk-format.h: extract oid_version()Taylor Blau1-15/+3
2022-05-04Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano1-4/+13
2022-04-25midx: use real paths in lookup_multi_pack_index()Derrick Stolee1-4/+13
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+1
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-1/+2
2022-02-18Merge branch 'tb/midx-no-bitmap-for-no-objects'Junio C Hamano1-0/+9
2022-02-09midx: prevent writing a .bitmap without any objectsTaylor Blau1-0/+9
2022-01-27midx: read `RIDX` chunk when presentTaylor Blau1-1/+5
2022-01-27midx.c: make changing the preferred pack safeTaylor Blau1-3/+20
2021-11-29Merge branch 'tb/plug-pack-bitmap-leaks'Junio C Hamano1-28/+38
2021-10-28midx.c: write MIDX filenames to strbufTaylor Blau1-26/+33
2021-10-27midx.c: don't leak MIDX from verify_midx_fileTaylor Blau1-1/+3
2021-10-21midx.c: clean up chunkfile after reading the MIDXTaylor Blau1-1/+2
2021-10-18Merge branch 'tb/repack-write-midx'Junio C Hamano1-12/+98
2021-10-15midx.c: guard against commit_lock_file() failuresTaylor Blau1-1/+2
2021-10-15midx.c: lookup MIDX by object directory during repackTaylor Blau1-4/+1