summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
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
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
2018-03-13Merge branch 'jt/binsearch-with-fanout' into HEADJunio C Hamano
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-27Merge branch 'jt/binsearch-with-fanout'Junio C Hamano
2018-02-15packfile: refactor hash search with fanout tableJonathan Tan
2018-02-15packfile: remove GIT_DEBUG_LOOKUP log statementsJonathan Tan
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-14object_info: change member name from 'typename' to 'type_name'Brandon Williams
2018-02-13Merge branch 'ds/use-get-be64'Junio C Hamano
2018-02-13Merge branch 'gs/retire-mru'Junio C Hamano
2018-02-13Merge branch 'ot/mru-on-list'Junio C Hamano
2018-01-24mru: Replace mru.[ch] with list.h implementationGargi Sharma
2018-01-19packfile: use get_be64() for large offsetsDerrick Stolee
2017-12-05fsck: introduce partialclone extensionJonathan Tan
2017-10-09cleanup: fix possible overflow errors in binary searchDerrick Stolee
2017-10-03Merge branch 'jk/read-in-full'Junio C Hamano
2017-10-01mru: use double-linked list from list.hOlga Telezhnaya
2017-09-27distinguish error versus short read from read_in_full()Jeff King
2017-09-14pack: make packed_git_mru global a value instead of a pointerJonathan Nieder
2017-08-23pack: move for_each_packed_object()Jonathan Tan
2017-08-23pack: move has_pack_index()Jonathan Tan
2017-08-23pack: move has_sha1_pack()Jonathan Tan
2017-08-23pack: move find_pack_entry() and make it globalJonathan Tan
2017-08-23pack: move find_sha1_pack()Jonathan Tan