aboutsummaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2025-12-18odb: do not use "blank" substitute for NULLJunio C Hamano
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-09packfile: skip hash checks in add_promisor_object()Aaron Plattner
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 into object database subsystemPatrick Steinhardt
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: always add packfiles to MRU when adding a packPatrick Steinhardt
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt
2025-10-30packfile: fix approximation of object countsPatrick 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-24packfile: refactor `prepare_packed_git()` to work on packfile storePatrick Steinhardt
2025-09-24packfile: reorder functions to avoid function declarationPatrick 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-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt
2025-07-15midx: remove now-unused linked list of multi-pack indicesPatrick Steinhardt
2025-07-15packfile: stop using linked MIDX list in `get_all_packs()`Patrick Steinhardt
2025-07-15packfile: stop using linked MIDX list in `find_pack_entry()`Patrick Steinhardt
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt
2025-07-15midx: stop using linked list when closing MIDXPatrick Steinhardt
2025-07-15packfile: refactor `prepare_packed_git_one()` to work on sourcesPatrick Steinhardt
2025-07-15midx: start tracking per object database sourcePatrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt