summaryrefslogtreecommitdiffstats
path: root/midx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano1-18/+24
2023-07-14midx.c: prevent overflow in `fill_included_packs_batch()`Taylor Blau1-2/+2
2023-07-14midx.c: prevent overflow in `write_midx_internal()`Taylor Blau1-4/+5
2023-07-14midx.c: store `nr`, `alloc` variables as `size_t`'sTaylor Blau1-7/+9
2023-07-14midx.c: prevent overflow in `nth_midxed_offset()`Taylor Blau1-1/+2
2023-07-14midx.c: prevent overflow in `nth_midxed_object_oid()`Taylor Blau1-1/+1
2023-07-14midx.c: use `size_t`'s for fanout nr and allocTaylor Blau1-3/+5
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
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-46/+95
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