summaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorLines
2018-06-18Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano-0/+3
2018-06-13packfile: correct zlib buffer handlingJeremy Linton-0/+3
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-36/+43
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-3/+3
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-17/+23
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano-1/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-3/+3
2018-05-02packfile: abstract away hash constant valuesbrian m. carlson-29/+37
2018-05-02packfile: convert find_pack_entry to object_idbrian m. carlson-6/+6
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson-2/+2
2018-05-02packfile: remove unused member from struct pack_entrybrian m. carlson-1/+0
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller-30/+28
2018-04-26packfile: add repository argument to cache_or_unpack_entryStefan Beller-2/+3
2018-04-26packfile: add repository argument to unpack_entryStefan Beller-3/+4
2018-04-26packfile: add repository argument to read_objectStefan Beller-3/+5
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder-2/+2
2018-04-26packfile: add repository argument to packed_to_object_typeStefan Beller-7/+9
2018-04-26packfile: add repository argument to retry_bad_packed_offsetStefan Beller-3/+5
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+1
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller-1/+1
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano-39/+37
2018-04-11Merge branch 'sb/object-store'Junio C Hamano-33/+44
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee-1/+1
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano-4/+4
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee-2/+2
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy-1/+4
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller-6/+5
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller-6/+2
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller-4/+4
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller-9/+9
2018-03-26packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller-4/+3
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller-1/+1
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller-5/+5
2018-03-26packfile: add repository argument to prepare_packed_git_oneStefan Beller-3/+4
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller-4/+4
2018-03-26packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller-4/+4
2018-03-26packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesStefan Beller-5/+5
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller-1/+1
2018-03-26pack: move approximate object count to object storeStefan Beller-6/+5
2018-03-26pack: move prepare_packed_git_run_once to object storeStefan Beller-4/+3
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller-2/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller-20/+31
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller-1/+2
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller-0/+1
2018-03-22packfile: define and use bsearch_pack()Derrick Stolee-16/+26
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson-2/+2
2018-03-14packfile: convert unpack_entry to struct object_idbrian m. carlson-11/+11
2018-03-14sha1_file: convert retry_bad_packed_offset to struct object_idbrian m. carlson-4/+4