summaryrefslogtreecommitdiffstats
path: root/packfile.h
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-0/+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-0/+2
2026-03-20object-file: move logic to compute packed abbreviation lengthPatrick Steinhardt-0/+5
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-1/+1
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano-2/+5
2026-03-12odb: introduce generic object countingPatrick Steinhardt-6/+0
2026-03-12odb/source: introduce generic object countingPatrick Steinhardt-0/+1
2026-03-12packfile: extract logic to count number of objectsPatrick Steinhardt-0/+9
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano-2/+5
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-2/+5
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-2/+2
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano-0/+5
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-0/+5
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-2/+0
2026-01-26packfile: introduce function to iterate through objectsPatrick Steinhardt-0/+15
2026-01-26odb: fix flags parameter to be unsignedPatrick Steinhardt-2/+2
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt-2/+2
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano-2/+5
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano-25/+77
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt-2/+1
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt-0/+4
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt-0/+3
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt-6/+0
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-8/+54
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt-8/+17
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt-3/+3
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano-1/+16
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano-1/+16
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano-1/+0
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano-0/+3
2025-11-23streaming: move logic to read packed objects streams into backendPatrick Steinhardt-0/+5
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt-1/+11
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt-1/+0
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt-0/+3
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt-10/+17
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt-12/+4
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt-0/+8
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt-3/+16
2025-10-30packfile: use a `strmap` to store packs by namePatrick Steinhardt-2/+2
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt-2/+2
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt-0/+8
2025-10-16packfile: drop `packfile_store_get_packs()`Patrick Steinhardt-6/+0
2025-09-24packfile: refactor `get_packed_git_mru()` to work on packfile storePatrick Steinhardt-2/+5
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt-1/+6
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt-1/+6