aboutsummaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)Author
7 daysMerge branch 'ps/odb-cleanup'Junio C Hamano
8 daysMerge branch 'tb/stdin-packs-excluded-but-open'Junio C Hamano
2026-03-31treewide: 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-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: 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-26packfile: introduce function to iterate through objectsPatrick 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-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano
2025-11-23streaming: move logic to read packed objects streams into backendPatrick Steinhardt
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt
2025-10-30packfile: use a `strmap` to store packs by namePatrick Steinhardt
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt
2025-10-16packfile: drop `packfile_store_get_packs()`Patrick Steinhardt
2025-09-24packfile: refactor `get_packed_git_mru()` to work on packfile storePatrick Steinhardt
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt