Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/midx.c
AgeCommit message (Expand)Author
2023-12-15midx: implement `midx_preferred_pack()`Taylor Blau
2023-12-15midx: implement `midx_locate_pack()`Taylor Blau
2023-12-15midx: implement `BTMP` chunkTaylor Blau
2023-12-15midx: factor out `fill_pack_info()`Taylor Blau
2023-12-15pack-objects: free packing_data in more placesTaylor Blau
2023-11-09midx: check consistency of fanout tableJeff King
2023-10-10midx: check size of revindex chunkJeff King
2023-10-10midx: bounds-check large offset chunkJeff King
2023-10-10midx: check size of object offset chunkJeff King
2023-10-10midx: enforce chunk alignment on readingJeff King
2023-10-10midx: check size of pack names chunkJeff King
2023-10-10midx: check size of oid lookup chunkJeff King
2023-10-10midx: stop ignoring malformed oid fanout chunkJeff King
2023-10-10chunk-format: note that pair_chunk() is unsafeJeff King
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano
2023-07-14midx.c: prevent overflow in `fill_included_packs_batch()`Taylor Blau
2023-07-14midx.c: prevent overflow in `write_midx_internal()`Taylor Blau
2023-07-14midx.c: store `nr`, `alloc` variables as `size_t`'sTaylor Blau
2023-07-14midx.c: prevent overflow in `nth_midxed_offset()`Taylor Blau
2023-07-14midx.c: prevent overflow in `nth_midxed_object_oid()`Taylor Blau
2023-07-14midx.c: use `size_t`'s for fanout nr and allocTaylor Blau
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-10Merge 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-18Merge 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-28Merge 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