summaryrefslogtreecommitdiffstats
path: root/midx.c
AgeCommit message (Expand)AuthorLines
2026-03-25Merge branch 'tb/incremental-midx-part-3.2'Junio C Hamano-4/+35
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-11/+15
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-9/+9
2026-02-24midx: do not require packs to be sorted in lexicographic orderTaylor Blau-3/+28
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau-0/+6
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau-1/+1
2026-02-24midx: mark `get_midx_checksum()` arguments as constTaylor Blau-1/+1
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano-10/+9
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt-7/+7
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-3/+2
2025-12-30Merge branch 'ps/repack-avoid-noop-midx-rewrite'Junio C Hamano-1/+1
2025-12-11midx: fix `BUG()` when getting preferred pack without a reverse indexPatrick Steinhardt-1/+1
2025-10-30packfile: always add packfiles to MRU when adding a packPatrick Steinhardt-2/+0
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt-1/+1
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt-0/+6
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt-19/+4
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt-1/+1
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt-1/+1
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt-1/+1
2025-08-11midx: compute paths via their sourcePatrick Steinhardt-29/+25
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt-10/+11
2025-08-11midx: load multi-pack indices via their sourcePatrick Steinhardt-32/+25
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt-9/+9
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt-2/+3
2025-07-15midx: remove now-unused linked list of multi-pack indicesPatrick Steinhardt-16/+2
2025-07-15midx: stop using linked list when closing MIDXPatrick Steinhardt-5/+8
2025-07-15midx: start tracking per object database sourcePatrick Steinhardt-8/+11
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-3/+3
2025-05-28midx: stop repeatedly looking up nonexistent packfilesPatrick Steinhardt-2/+10
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt-1/+0
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt-1/+2
2024-12-18progress: stop using `the_repository`Patrick Steinhardt-4/+9
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano-0/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-12-04midx: inline the `MIDX_MIN_SIZE` definitionKarthik Nayak-5/+1
2024-12-04midx: pass down `hash_algo` to functions using global variablesKarthik Nayak-11/+15
2024-12-04midx: pass `repository` to `load_multi_pack_index`Karthik Nayak-5/+6
2024-12-04midx: cleanup internal usage of `the_repository` and `the_hash_algo`Karthik Nayak-22/+27
2024-12-04midx: add repository to `multi_pack_index` structKarthik Nayak-0/+1
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak-1/+1
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King-1/+1
2024-10-25midx: avoid duplicate packed_git entriesJeff King-3/+17
2024-08-27pack-bitmap: tag bitmapped packs with their corresponding MIDXTaylor Blau-0/+1
2024-08-13midx: drop unused parameters from add_midx_to_chain()Jeff King-9/+5
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau-11/+51
2024-08-06midx: implement verification support for incremental MIDXsTaylor Blau-17/+30
2024-08-06midx: support reading incremental MIDX chainsTaylor Blau-10/+174
2024-08-06midx: teach `midx_preferred_pack()` about incremental MIDXsTaylor Blau-2/+5
2024-08-06midx: teach `midx_contains_pack()` about incremental MIDXsTaylor Blau-1/+10
2024-08-06midx: remove unused `midx_locate_pack()`Taylor Blau-11/+2