summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano1-24/+37
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano1-104/+125
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt1-4/+4
2026-01-12packfile: skip unpacking object header for disk size requestsPatrick Steinhardt1-2/+5
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt1-9/+12
2026-01-12packfile: always populate pack-specific info when reading object infoPatrick Steinhardt1-17/+14
2026-01-12packfile: extend `is_delta` field to allow for "unknown" statePatrick Steinhardt1-3/+14
2026-01-12packfile: always declare object info to be OI_PACKEDPatrick Steinhardt1-2/+1
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt1-4/+8
2026-01-09packfile: refactor `find_pack_entry()` to work on the packfile storePatrick Steinhardt1-20/+23
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt1-18/+10
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt1-14/+5
2026-01-09packfile: only prepare owning store in `packfile_store_get_packs()`Patrick Steinhardt1-4/+2
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-46/+81
2026-01-09packfile: refactor misleading code when unusing pack windowsPatrick Steinhardt1-6/+5
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt1-17/+20
2026-01-09packfile: pass source to `prepare_pack()`Patrick Steinhardt1-9/+5
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt1-10/+10
2025-12-30Merge branch 'jc/object-read-stream-fix'Junio C Hamano1-2/+1
2025-12-28Merge branch 'ap/packfile-promisor-object-optim'Junio C Hamano1-1/+2
2025-12-18Merge branch 'jc/object-read-stream-fix' into ps/read-object-info-improvementsJunio C Hamano1-2/+1
2025-12-18odb: do not use "blank" substitute for NULLJunio C Hamano1-2/+1
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano1-17/+182
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano1-17/+182
2025-12-09packfile: skip hash checks in add_promisor_object()Aaron Plattner1-1/+2
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano1-15/+0
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano1-0/+16
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-1/+1
2025-11-23streaming: move logic to read packed objects streams into backendPatrick Steinhardt1-0/+128
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt1-17/+54
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt1-15/+0
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt1-0/+16
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt1-20/+7
2025-10-30packfile: always add packfiles to MRU when adding a packPatrick Steinhardt1-0/+1
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt1-46/+37
2025-10-30packfile: fix approximation of object countsPatrick Steinhardt1-4/+4
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt1-0/+9
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt1-9/+83
2025-10-30packfile: use a `strmap` to store packs by namePatrick Steinhardt1-20/+4
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt1-1/+1
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-2/+2
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-3/+3
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-6/+6
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt1-3/+3
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt1-7/+1
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt1-13/+31
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-5/+6
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-22/+4
2025-09-24packfile: refactor `prepare_packed_git()` to work on packfile storePatrick Steinhardt1-23/+18