summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2018-06-18Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano
2018-06-13packfile: correct zlib buffer handlingJeremy Linton
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-05-02packfile: abstract away hash constant valuesbrian m. carlson
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-05-02packfile: remove unused member from struct pack_entrybrian m. carlson
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller
2018-04-26packfile: add repository argument to cache_or_unpack_entryStefan Beller
2018-04-26packfile: add repository argument to unpack_entryStefan Beller
2018-04-26packfile: add repository argument to read_objectStefan Beller
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder
2018-04-26packfile: add repository argument to packed_to_object_typeStefan Beller
2018-04-26packfile: add repository argument to retry_bad_packed_offsetStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio 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
2018-03-26packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26packfile: add repository argument to prepare_packed_git_oneStefan Beller
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller
2018-03-26packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesStefan Beller
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller
2018-03-26pack: move approximate object count to object storeStefan Beller
2018-03-26pack: move prepare_packed_git_run_once to object storeStefan Beller
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2018-03-22packfile: define and use bsearch_pack()Derrick Stolee
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14packfile: convert unpack_entry to struct object_idbrian m. carlson
2018-03-14sha1_file: convert retry_bad_packed_offset to struct object_idbrian m. carlson