summaryrefslogtreecommitdiff
path: root/midx.c
AgeCommit message (Expand)AuthorFilesLines
11 dayspackfile: recover when a multi-pack-index names a removed packElijah Newren1-10/+10
2026-08-19odb/source-packed: flag known-bad objects as corrupt and not missingPatrick Steinhardt1-3/+7
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-1/+1
2026-06-17midx: refactor interfaces to work on "packed" sourcePatrick Steinhardt1-59/+59
2026-06-17odb/source-packed: wire up `reprepare()` callbackPatrick Steinhardt1-1/+1
2026-05-20repack: introduce `--write-midx=incremental`Taylor Blau1-0/+29
2026-05-20midx: expose `midx_layer_contains_pack()`Taylor Blau1-3/+3
2026-05-20midx: use `strvec` for `keep_hashes`Taylor Blau1-10/+10
2026-05-20midx: use `strset` for retained MIDX filesTaylor Blau1-30/+27
2026-03-25Merge branch 'tb/incremental-midx-part-3.2'Junio C Hamano1-4/+35
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-11/+15
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-9/+9
2026-02-24midx: do not require packs to be sorted in lexicographic orderTaylor Blau1-3/+28
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau1-0/+6
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau1-1/+1
2026-02-24midx: mark `get_midx_checksum()` arguments as constTaylor Blau1-1/+1
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano1-10/+9
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt1-7/+7
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-3/+2
2025-12-30Merge branch 'ps/repack-avoid-noop-midx-rewrite'Junio C Hamano1-1/+1
2025-12-11midx: fix `BUG()` when getting preferred pack without a reverse indexPatrick Steinhardt1-1/+1
2025-10-30packfile: always add packfiles to MRU when adding a packPatrick Steinhardt1-2/+0
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt1-1/+1
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt1-0/+6
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt1-19/+4
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-1/+1
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt1-1/+1
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt1-1/+1
2025-08-11midx: compute paths via their sourcePatrick Steinhardt1-29/+25
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt1-10/+11
2025-08-11midx: load multi-pack indices via their sourcePatrick Steinhardt1-32/+25
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt1-9/+9
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt1-2/+3
2025-07-15midx: remove now-unused linked list of multi-pack indicesPatrick Steinhardt1-16/+2
2025-07-15midx: stop using linked list when closing MIDXPatrick Steinhardt1-5/+8
2025-07-15midx: start tracking per object database sourcePatrick Steinhardt1-8/+11
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-3/+3
2025-05-28midx: stop repeatedly looking up nonexistent packfilesPatrick Steinhardt1-2/+10
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt1-1/+0
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt1-1/+2
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-4/+9
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-0/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04midx: inline the `MIDX_MIN_SIZE` definitionKarthik Nayak1-5/+1
2024-12-04midx: pass down `hash_algo` to functions using global variablesKarthik Nayak1-11/+15
2024-12-04midx: pass `repository` to `load_multi_pack_index`Karthik Nayak1-5/+6
2024-12-04midx: cleanup internal usage of `the_repository` and `the_hash_algo`Karthik Nayak1-22/+27
2024-12-04midx: add repository to `multi_pack_index` structKarthik Nayak1-0/+1
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak1-1/+1
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King1-1/+1