aboutsummaryrefslogtreecommitdiffstats
path: root/packfile.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King1-3/+2
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano1-0/+3
2019-09-13packfile: expose get_delta_base()Jeff King1-0/+3
2019-09-09Merge branch 'ds/midx-expire-repack'Junio C Hamano1-1/+1
2019-08-20packfile.h: drop extern from function declarationDenton Liu1-1/+1
2019-07-19Merge branch 'ds/midx-expire-repack'Junio C Hamano1-0/+7
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano1-1/+1
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee1-1/+1
2019-06-11repack: refactor pack deletion for future useDerrick Stolee1-0/+7
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano1-1/+2
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano1-41/+47
2019-04-16packfile: fix pack basename computationJeff King1-0/+6
2019-04-16packfile.h: drop extern from function declarationsJeff King1-41/+41
2019-04-08packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy1-1/+2
2019-03-22midx: during verify group objects by packfile to speed verificationJeff Hostetler1-0/+2
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano1-1/+1
2018-10-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller1-1/+1
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon1-0/+13
2018-08-20packfile: add all_packs listDerrick Stolee1-0/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano1-0/+9
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano1-17/+0
2018-08-14for_each_*_object: move declarations to object-store.hJeff King1-20/+0
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King1-3/+5
2018-08-13for_each_*_object: give more comprehensive docstringsJeff King1-4/+8
2018-08-13for_each_*_object: take flag arguments as enumJeff King1-2/+3
2018-08-13for_each_*_object: store flag definitions in a single locationJeff King1-6/+2
2018-07-26packfile: ensure that enum object_type is definedBeat Bolli1-1/+1
2018-07-20midx: use midx in abbreviation calculationsDerrick Stolee1-0/+1
2018-07-20midx: sort and deduplicate objects from packfilesDerrick Stolee1-0/+2
2018-07-20packfile: generalize pack directory listDerrick Stolee1-0/+6
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+5
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-2/+4
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+5
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+2
2018-05-02packfile: convert find_pack_entry to object_idbrian m. carlson1-1/+1
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson1-1/+1
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller1-4/+4
2018-04-26packfile: add repository argument to unpack_entryStefan Beller1-1/+2
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder1-1/+2
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano1-4/+7
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-1/+4
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-0/+2
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy1-1/+0
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller1-2/+1
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller1-1/+6
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller1-2/+1
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller1-2/+1
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller1-1/+2
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller1-1/+2
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller1-1/+1
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller1-1/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-0/+3
2018-03-22packfile: define and use bsearch_pack()Derrick Stolee1-0/+8
2017-12-05fsck: introduce partialclone extensionJonathan Tan1-0/+13
2017-08-23pack: move for_each_packed_object()Jonathan Tan1-0/+11
2017-08-23pack: move has_pack_index()Jonathan Tan1-0/+2
2017-08-23pack: move has_sha1_pack()Jonathan Tan1-0/+2
2017-08-23pack: move find_pack_entry() and make it globalJonathan Tan1-0/+2
2017-08-23pack: move find_sha1_pack()Jonathan Tan1-0/+3
2017-08-23pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan1-2/+7
2017-08-23pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan1-0/+16
2017-08-23pack: move nth_packed_object_{sha1,oid}Jonathan Tan1-1/+15
2017-08-23pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan1-0/+10
2017-08-23pack: move unpack_object_header()Jonathan Tan1-0/+1
2017-08-23pack: move get_size_from_delta()Jonathan Tan1-0/+1
2017-08-23pack: move unpack_object_header_buffer()Jonathan Tan1-0/+2
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan1-2/+14
2017-08-23pack: move install_packed_git()Jonathan Tan1-0/+2
2017-08-23pack: move add_packed_git()Jonathan Tan1-0/+1
2017-08-23pack: move unuse_pack()Jonathan Tan1-0/+1
2017-08-23pack: move use_pack()Jonathan Tan1-11/+3
2017-08-23pack: move pack-closing functionsJonathan Tan1-0/+11
2017-08-23pack: move release_pack_memory()Jonathan Tan1-0/+4
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan1-0/+8
2017-08-23pack: move pack_report()Jonathan Tan1-0/+2
2017-08-23pack: move static state variablesJonathan Tan1-0/+9
2017-08-23pack: move pack name-related functionsJonathan Tan1-0/+27