summaryrefslogtreecommitdiff
path: root/packfile.h
AgeCommit message (Expand)Author
2020-08-28midx: traverse the local MIDX firstTaylor Blau
2020-02-24packfile: drop nth_packed_object_sha1()Jeff King
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano
2019-09-13packfile: expose get_delta_base()Jeff King
2019-09-09Merge branch 'ds/midx-expire-repack'Junio C Hamano
2019-08-20packfile.h: drop extern from function declarationDenton Liu
2019-07-19Merge branch 'ds/midx-expire-repack'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee
2019-06-11repack: refactor pack deletion for future useDerrick Stolee
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano
2019-04-16packfile: fix pack basename computationJeff King
2019-04-16packfile.h: drop extern from function declarationsJeff King
2019-04-08packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy
2019-03-22midx: during verify group objects by packfile to speed verificationJeff Hostetler
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano
2018-10-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon
2018-08-20packfile: add all_packs listDerrick Stolee
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano
2018-08-14for_each_*_object: move declarations to object-store.hJeff King
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King
2018-08-13for_each_*_object: give more comprehensive docstringsJeff King
2018-08-13for_each_*_object: take flag arguments as enumJeff King
2018-08-13for_each_*_object: store flag definitions in a single locationJeff King
2018-07-26packfile: ensure that enum object_type is definedBeat Bolli
2018-07-20midx: use midx in abbreviation calculationsDerrick Stolee
2018-07-20midx: sort and deduplicate objects from packfilesDerrick Stolee
2018-07-20packfile: generalize pack directory listDerrick Stolee
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-02packfile: convert find_pack_entry to object_idbrian m. carlson
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller
2018-04-26packfile: add repository argument to unpack_entryStefan Beller
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller