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