summaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt1-2/+2
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-0/+8
2025-10-16packfile: drop `packfile_store_get_packs()`Patrick Steinhardt1-6/+0
2025-09-24packfile: refactor `get_packed_git_mru()` to work on packfile storePatrick Steinhardt1-2/+5
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-1/+6
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt1-1/+6
2025-09-24packfile: move `get_multi_pack_index()` into "midx.c"Patrick Steinhardt1-1/+9
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt1-0/+8
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-2/+7
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-1/+8
2025-09-24odb: move kept cache into `struct packfile_store`Patrick Steinhardt1-0/+14
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt1-0/+3
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt1-14/+6
2025-09-24odb: move initialization bit into `struct packfile_store`Patrick Steinhardt1-0/+6
2025-09-24odb: move list of packfiles into `struct packfile_store`Patrick Steinhardt1-1/+14
2025-09-24packfile: introduce a new `struct packfile_store`Patrick Steinhardt1-0/+18
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt1-2/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-2/+2
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt1-2/+2
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt1-0/+19
2025-04-29object-store: move `struct packed_git` into "packfile.h"Patrick Steinhardt1-1/+58
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau1-0/+2
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano1-0/+6
2025-01-21packfile: factor out --pack_header argument parsingJeff King1-0/+6
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak1-1/+1
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-1/+1
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak1-2/+3
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak1-1/+2
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak1-2/+4
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King1-2/+2
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King1-2/+7
2024-10-25packfile: warn people away from parse_packed_git()Jeff King1-1/+10
2024-10-25packfile: drop sha1_pack_index_name()Jeff King1-7/+0
2024-10-25packfile: drop sha1_pack_name()Jeff King1-7/+0
2024-10-25packfile: drop has_pack_index()Jeff King1-2/+0
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau1-0/+4
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-0/+2
2023-11-20packfile.c: fix a typo in `each_file_in_pack_dir_fn()`'s declarationJohannes Schindelin1-1/+1
2023-04-24packfile.h: move pack_window and pack_entry from cache.hElijah Newren1-2/+14
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+0
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+0
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+3
2021-12-15Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano1-1/+0
2021-12-04packfile: make `close_pack_revindex()` staticTaylor Blau1-1/+0
2021-09-12packfile: convert has_packed_and_bad() to object_idRené Scharfe1-1/+1
2021-09-12packfile: convert mark_bad_packed_object() to object_idRené Scharfe1-1/+1
2021-02-22packfile: introduce 'find_kept_pack_entry()'Taylor Blau1-0/+5
2021-01-25packfile: prepare for the existence of '*.rev' filesTaylor Blau1-0/+1
2020-08-28midx: traverse the local MIDX firstTaylor Blau1-0/+1
2020-02-24packfile: drop nth_packed_object_sha1()Jeff King1-9/+3