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