summaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorLines
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano-17/+182
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano-15/+0
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano-0/+16
2025-11-23streaming: move into object database subsystemPatrick Steinhardt-1/+1
2025-11-23streaming: move logic to read packed objects streams into backendPatrick Steinhardt-0/+128
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt-17/+54
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt-15/+0
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt-0/+16
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt-20/+7
2025-10-30packfile: always add packfiles to MRU when adding a packPatrick Steinhardt-0/+1
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt-46/+37
2025-10-30packfile: fix approximation of object countsPatrick Steinhardt-4/+4
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt-0/+9
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt-9/+83
2025-10-30packfile: use a `strmap` to store packs by namePatrick Steinhardt-20/+4
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt-1/+1
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt-2/+2
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-3/+3
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt-6/+6
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt-3/+3
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt-7/+1
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt-13/+31
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt-5/+6
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt-22/+4
2025-09-24packfile: refactor `prepare_packed_git()` to work on packfile storePatrick Steinhardt-23/+18
2025-09-24packfile: reorder functions to avoid function declarationPatrick Steinhardt-34/+33
2025-09-24odb: move kept cache into `struct packfile_store`Patrick Steinhardt-8/+8
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt-5/+6
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt-2/+18
2025-09-24odb: move initialization bit into `struct packfile_store`Patrick Steinhardt-3/+3
2025-09-24odb: move list of packfiles into `struct packfile_store`Patrick Steinhardt-17/+25
2025-09-24packfile: introduce a new `struct packfile_store`Patrick Steinhardt-0/+13
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt-2/+2
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt-5/+4
2025-07-15midx: remove now-unused linked list of multi-pack indicesPatrick Steinhardt-1/+0
2025-07-15packfile: stop using linked MIDX list in `get_all_packs()`Patrick Steinhardt-5/+6
2025-07-15packfile: stop using linked MIDX list in `find_pack_entry()`Patrick Steinhardt-6/+5
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt-19/+12
2025-07-15midx: stop using linked list when closing MIDXPatrick Steinhardt-5/+6
2025-07-15packfile: refactor `prepare_packed_git_one()` to work on sourcesPatrick Steinhardt-14/+9
2025-07-15midx: start tracking per object database sourcePatrick Steinhardt-1/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-2/+3
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-8/+8
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt-1/+1
2025-05-30Merge branch 'ps/midx-negative-packfile-cache'Junio C Hamano-0/+11
2025-05-28packfile: explain ordering of how we look up auxiliary pack filesPatrick Steinhardt-0/+11
2025-05-16oid_object_info(): drop type_name strbufJeff King-6/+1