summaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)Author
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio 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
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt
2025-09-24odb: move kept cache into `struct packfile_store`Patrick Steinhardt
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt
2025-09-24odb: move initialization bit into `struct packfile_store`Patrick Steinhardt
2025-09-24odb: move list of packfiles into `struct packfile_store`Patrick Steinhardt
2025-09-24packfile: introduce a new `struct packfile_store`Patrick Steinhardt
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt
2025-04-29object-store: move `struct packed_git` into "packfile.h"Patrick Steinhardt
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano
2025-01-21packfile: factor out --pack_header argument parsingJeff King
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak