aboutsummaryrefslogtreecommitdiff
path: root/midx.c
AgeCommit message (Expand)Author
2024-08-06midx: teach `fill_midx_entry()` about incremental MIDXsTaylor Blau
2024-08-06midx: teach `nth_midxed_offset()` about incremental MIDXsTaylor Blau
2024-08-06midx: teach `bsearch_midx()` about incremental MIDXsTaylor Blau
2024-08-06midx: introduce `bsearch_one_midx()`Taylor Blau
2024-08-06midx: teach `nth_bitmapped_pack()` about incremental MIDXsTaylor Blau
2024-08-06midx: teach `nth_midxed_object_oid()` about incremental MIDXsTaylor Blau
2024-08-06midx: teach `prepare_midx_pack()` about incremental MIDXsTaylor Blau
2024-08-06midx: teach `nth_midxed_pack_int_id()` about incremental MIDXsTaylor Blau
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-05-30midx: replace `get_midx_rev_filename()` with a generic helperTaylor Blau
2024-04-23Merge branch 'ps/missing-btmp-fix'Junio C Hamano
2024-04-15pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt
2024-04-01midx-write: move writing-related functions from midx.cTaylor Blau
2024-03-25midx: use strvec_pushf() for pack-objects base nameRené Scharfe
2023-12-14midx: implement `midx_preferred_pack()`Taylor Blau
2023-12-14midx: implement `midx_locate_pack()`Taylor Blau
2023-12-14midx: implement `BTMP` chunkTaylor Blau
2023-12-14midx: factor out `fill_pack_info()`Taylor Blau
2023-12-14pack-objects: free packing_data in more placesTaylor Blau
2023-11-09midx: check consistency of fanout tableJeff King
2023-10-09midx: check size of revindex chunkJeff King
2023-10-09midx: bounds-check large offset chunkJeff King
2023-10-09midx: check size of object offset chunkJeff King
2023-10-09midx: enforce chunk alignment on readingJeff King
2023-10-09midx: check size of pack names chunkJeff King
2023-10-09midx: check size of oid lookup chunkJeff King
2023-10-09midx: stop ignoring malformed oid fanout chunkJeff King
2023-10-09chunk-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-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-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren