summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt1-6/+6
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano1-10/+26
2026-03-12odb: introduce generic object countingPatrick Steinhardt1-27/+0
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt1-2/+2
2026-03-12packfile: extract logic to count number of objectsPatrick Steinhardt1-10/+35
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano1-10/+26
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt1-1/+9
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-9/+17
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-8/+8
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano1-16/+24
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano1-1/+1
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano1-1/+1
2026-02-23packfile: expose function to read object stream for an offsetPatrick Steinhardt1-16/+24
2026-02-12odb: convert object info flags into an enumPatrick Steinhardt1-1/+1
2026-01-26odb: drop unused `for_each_{loose,packed}_object()` functionsPatrick Steinhardt1-64/+35
2026-01-26odb: introduce mtime fields for object info requestsPatrick Steinhardt1-7/+34
2026-01-26treewide: enumerate promisor objects via `odb_for_each_object()`Patrick Steinhardt1-15/+22
2026-01-26packfile: introduce function to iterate through objectsPatrick Steinhardt1-0/+51
2026-01-26packfile: extract function to iterate through objects of a storePatrick Steinhardt1-33/+45
2026-01-26odb: fix flags parameter to be unsignedPatrick Steinhardt1-2/+2
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt1-10/+10
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-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano1-103/+124
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano1-24/+37
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