summaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt1-2/+2
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano1-2/+5
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano1-25/+77
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt1-2/+1
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt1-0/+4
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt1-0/+3
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt1-6/+0
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-8/+54
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt1-8/+17
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt1-3/+3
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano1-1/+16
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano1-1/+16
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano1-1/+0
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano1-0/+3
2025-11-23streaming: move logic to read packed objects streams into backendPatrick Steinhardt1-0/+5
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt1-1/+11
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt1-1/+0
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt1-0/+3
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt1-10/+17
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt1-12/+4
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt1-0/+8
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt1-3/+16
2025-10-30packfile: use a `strmap` to store packs by namePatrick Steinhardt1-2/+2
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt1-2/+2
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-0/+8
2025-10-16packfile: drop `packfile_store_get_packs()`Patrick Steinhardt1-6/+0
2025-09-24packfile: refactor `get_packed_git_mru()` to work on packfile storePatrick Steinhardt1-2/+5
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-1/+6
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt1-1/+6
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt1-1/+9
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt1-0/+8
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-2/+7
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-1/+8
2025-09-24odb: move kept cache into `struct packfile_store`Patrick Steinhardt1-0/+14
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt1-0/+3
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt1-14/+6
2025-09-24odb: move initialization bit into `struct packfile_store`Patrick Steinhardt1-0/+6
2025-09-24odb: move list of packfiles into `struct packfile_store`Patrick Steinhardt1-1/+14
2025-09-24packfile: introduce a new `struct packfile_store`Patrick Steinhardt1-0/+18
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt1-2/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-2/+2
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt1-2/+2
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt1-0/+19
2025-04-29object-store: move `struct packed_git` into "packfile.h"Patrick Steinhardt1-1/+58
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau1-0/+2
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano1-0/+6
2025-01-21packfile: factor out --pack_header argument parsingJeff King1-0/+6
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak1-1/+1
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-1/+1
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak1-2/+3