summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
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
2017-08-23pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan
2017-08-23pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan
2017-08-23pack: move nth_packed_object_{sha1,oid}Jonathan Tan
2017-08-23pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan
2017-08-23pack: move unpack_object_header()Jonathan Tan
2017-08-23pack: move get_size_from_delta()Jonathan Tan
2017-08-23pack: move unpack_object_header_buffer()Jonathan Tan
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan
2017-08-23pack: move install_packed_git()Jonathan Tan
2017-08-23pack: move add_packed_git()Jonathan Tan
2017-08-23pack: move unuse_pack()Jonathan Tan
2017-08-23pack: move use_pack()Jonathan Tan
2017-08-23pack: move pack-closing functionsJonathan Tan
2017-08-23pack: move release_pack_memory()Jonathan Tan
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-08-23pack: move pack_report()Jonathan Tan
2017-08-23pack: move static state variablesJonathan Tan
2017-08-23pack: move pack name-related functionsJonathan Tan