aboutsummaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26packfile: add repository argument to unpack_entryStefan Beller1-3/+4
2018-04-26packfile: add repository argument to read_objectStefan Beller1-3/+5
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder1-2/+2
2018-04-26packfile: add repository argument to packed_to_object_typeStefan Beller1-7/+9
2018-04-26packfile: add repository argument to retry_bad_packed_offsetStefan Beller1-3/+5
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller1-1/+1
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano1-39/+37
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-33/+44
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-1/+1
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano1-4/+4
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-2/+2
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy1-1/+4
2018-03-26packfile: allow find_pack_entry to handle arbitrary repositoriesStefan Beller1-6/+5
2018-03-26packfile: add repository argument to find_pack_entryStefan Beller1-6/+2
2018-03-26packfile: allow reprepare_packed_git to handle arbitrary repositoriesStefan Beller1-4/+4
2018-03-26packfile: allow prepare_packed_git to handle arbitrary repositoriesStefan Beller1-9/+9
2018-03-26packfile: allow prepare_packed_git_one to handle arbitrary repositoriesStefan Beller1-4/+3
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller1-1/+1
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller1-5/+5
2018-03-26packfile: add repository argument to prepare_packed_git_oneStefan Beller1-3/+4
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller1-4/+4
2018-03-26packfile: allow rearrange_packed_git to handle arbitrary repositoriesStefan Beller1-4/+4
2018-03-26packfile: allow prepare_packed_git_mru to handle arbitrary repositoriesStefan Beller1-5/+5
2018-03-26sha1_file: add repository argument to prepare_alt_odbStefan Beller1-1/+1
2018-03-26pack: move approximate object count to object storeStefan Beller1-6/+5
2018-03-26pack: move prepare_packed_git_run_once to object storeStefan Beller1-4/+3
2018-03-26object-store: close all packs upon clearing the object storeStefan Beller1-2/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-20/+31
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller1-1/+2
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller1-0/+1
2018-03-22packfile: define and use bsearch_pack()Derrick Stolee1-16/+26
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-2/+2
2018-03-14packfile: convert unpack_entry to struct object_idbrian m. carlson1-11/+11
2018-03-14sha1_file: convert retry_bad_packed_offset to struct object_idbrian m. carlson1-4/+4
2018-03-13Merge branch 'jt/binsearch-with-fanout' into HEADJunio C Hamano1-25/+4
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-4/+4
2018-02-27Merge branch 'jt/binsearch-with-fanout'Junio C Hamano1-25/+4
2018-02-15packfile: refactor hash search with fanout tableJonathan Tan1-14/+4
2018-02-15packfile: remove GIT_DEBUG_LOOKUP log statementsJonathan Tan1-11/+0
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2018-02-14object_info: change member name from 'typename' to 'type_name'Brandon Williams1-3/+3
2018-02-13Merge branch 'ds/use-get-be64'Junio C Hamano1-2/+1
2018-02-13Merge branch 'gs/retire-mru'Junio C Hamano1-8/+9
2018-02-13Merge branch 'ot/mru-on-list'Junio C Hamano1-3/+4
2018-01-24mru: Replace mru.[ch] with list.h implementationGargi Sharma1-8/+9
2018-01-19packfile: use get_be64() for large offsetsDerrick Stolee1-2/+1
2017-12-05fsck: introduce partialclone extensionJonathan Tan1-3/+74
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee1-1/+1
2017-10-03Merge branch 'jk/read-in-full'Junio C Hamano1-2/+9
2017-10-01mru: use double-linked list from list.hOlga Telezhnaya1-3/+4
2017-09-27distinguish error versus short read from read_in_full()Jeff King1-2/+9
2017-09-14pack: make packed_git_mru global a value instead of a pointerJonathan Nieder1-7/+5
2017-08-23pack: move for_each_packed_object()Jonathan Tan1-0/+40
2017-08-23pack: move has_pack_index()Jonathan Tan1-0/+8
2017-08-23pack: move has_sha1_pack()Jonathan Tan1-0/+6
2017-08-23pack: move find_pack_entry() and make it globalJonathan Tan1-0/+53
2017-08-23pack: move find_sha1_pack()Jonathan Tan1-0/+13
2017-08-23pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan1-1/+75
2017-08-23pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan1-0/+33
2017-08-23pack: move nth_packed_object_{sha1,oid}Jonathan Tan1-0/+31
2017-08-23pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan1-0/+661
2017-08-23pack: move unpack_object_header()Jonathan Tan1-0/+26
2017-08-23pack: move get_size_from_delta()Jonathan Tan1-0/+40
2017-08-23pack: move unpack_object_header_buffer()Jonathan Tan1-0/+25
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan1-0/+217
2017-08-23pack: move install_packed_git()Jonathan Tan1-1/+10
2017-08-23pack: move add_packed_git()Jonathan Tan1-0/+53
2017-08-23pack: move unuse_pack()Jonathan Tan1-0/+9
2017-08-23pack: move use_pack()Jonathan Tan1-9/+294
2017-08-23pack: move pack-closing functionsJonathan Tan1-0/+54
2017-08-23pack: move release_pack_memory()Jonathan Tan1-0/+49
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan1-0/+149
2017-08-23pack: move pack_report()Jonathan Tan1-0/+24
2017-08-23pack: move static state variablesJonathan Tan1-0/+14
2017-08-23pack: move pack name-related functionsJonathan Tan1-0/+23