summaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorLines
12 daysMerge branch 'ps/odb-cleanup'Junio C Hamano-1/+1
2026-04-06Merge branch 'tb/stdin-packs-excluded-but-open'Junio C Hamano-1/+2
2026-03-31treewide: use enum for `odb_for_each_object()` flagsPatrick Steinhardt-1/+1
2026-03-27pack-objects: support excluded-open packs with --stdin-packsTaylor Blau-1/+2
2026-03-20object-file: move logic to compute packed abbreviation lengthPatrick Steinhardt-0/+111
2026-03-20object-name: move logic to iterate through packed prefixed objectsPatrick Steinhardt-0/+174
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-6/+6
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano-10/+26
2026-03-12odb: introduce generic object countingPatrick Steinhardt-27/+0
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt-2/+2
2026-03-12packfile: extract logic to count number of objectsPatrick Steinhardt-10/+35
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano-10/+26
2026-03-05odb/source: make `read_object_info()` function pluggablePatrick Steinhardt-1/+9
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-9/+17
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-8/+8
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano-16/+24
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano-1/+1
2026-02-23Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sourcesJunio C Hamano-1/+1
2026-02-23packfile: expose function to read object stream for an offsetPatrick Steinhardt-16/+24
2026-02-12odb: convert object info flags into an enumPatrick Steinhardt-1/+1
2026-01-26odb: drop unused `for_each_{loose,packed}_object()` functionsPatrick Steinhardt-64/+35
2026-01-26odb: introduce mtime fields for object info requestsPatrick Steinhardt-7/+34
2026-01-26treewide: enumerate promisor objects via `odb_for_each_object()`Patrick Steinhardt-15/+22
2026-01-26packfile: introduce function to iterate through objectsPatrick Steinhardt-0/+51
2026-01-26packfile: extract function to iterate through objects of a storePatrick Steinhardt-33/+45
2026-01-26odb: fix flags parameter to be unsignedPatrick Steinhardt-2/+2
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt-10/+10
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano-24/+37
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano-104/+125
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano-103/+124
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano-24/+37
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt-4/+4
2026-01-12packfile: skip unpacking object header for disk size requestsPatrick Steinhardt-2/+5
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt-9/+12
2026-01-12packfile: always populate pack-specific info when reading object infoPatrick Steinhardt-17/+14
2026-01-12packfile: extend `is_delta` field to allow for "unknown" statePatrick Steinhardt-3/+14
2026-01-12packfile: always declare object info to be OI_PACKEDPatrick Steinhardt-2/+1
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt-4/+8
2026-01-09packfile: refactor `find_pack_entry()` to work on the packfile storePatrick Steinhardt-20/+23
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt-18/+10
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt-14/+5
2026-01-09packfile: only prepare owning store in `packfile_store_get_packs()`Patrick Steinhardt-4/+2
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-46/+81
2026-01-09packfile: refactor misleading code when unusing pack windowsPatrick Steinhardt-6/+5
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt-17/+20
2026-01-09packfile: pass source to `prepare_pack()`Patrick Steinhardt-9/+5
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt-10/+10
2025-12-30Merge branch 'jc/object-read-stream-fix'Junio C Hamano-2/+1
2025-12-28Merge branch 'ap/packfile-promisor-object-optim'Junio C Hamano-1/+2
2025-12-18Merge branch 'jc/object-read-stream-fix' into ps/read-object-info-improvementsJunio C Hamano-2/+1