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