summaryrefslogtreecommitdiff
path: root/packfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-4/+4
|\
| * object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
| * object_info: change member name from 'typename' to 'type_name'Brandon Williams2018-02-141-3/+3
* | Merge branch 'jt/binsearch-with-fanout'Junio C Hamano2018-02-271-25/+4
|\ \
| * | packfile: refactor hash search with fanout tablejt/binsearch-with-fanoutJonathan Tan2018-02-151-14/+4
| * | packfile: remove GIT_DEBUG_LOOKUP log statementsJonathan Tan2018-02-151-11/+0
| |/
* | Merge branch 'ds/use-get-be64'Junio C Hamano2018-02-131-2/+1
|\ \
| * | packfile: use get_be64() for large offsetsds/use-get-be64Derrick Stolee2018-01-191-2/+1
| |/
* | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-131-8/+9
|\ \
| * | mru: Replace mru.[ch] with list.h implementationgs/retire-mruGargi Sharma2018-01-241-8/+9
* | | Merge branch 'ot/mru-on-list'Junio C Hamano2018-02-131-3/+4
|\ \ \ | |/ /
| * | mru: use double-linked list from list.hot/mru-on-listOlga Telezhnaya2017-10-011-3/+4
* | | fsck: introduce partialclone extensionJonathan Tan2017-12-051-3/+74
| |/ |/|
* | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-101-1/+1
* | Merge branch 'jk/read-in-full'Junio C Hamano2017-10-031-2/+9
|\ \ | |/ |/|
| * distinguish error versus short read from read_in_full()Jeff King2017-09-271-2/+9
* | pack: make packed_git_mru global a value instead of a pointerJonathan Nieder2017-09-141-7/+5
|/
* pack: move for_each_packed_object()Jonathan Tan2017-08-231-0/+40
* pack: move has_pack_index()Jonathan Tan2017-08-231-0/+8
* pack: move has_sha1_pack()Jonathan Tan2017-08-231-0/+6
* pack: move find_pack_entry() and make it globalJonathan Tan2017-08-231-0/+53
* pack: move find_sha1_pack()Jonathan Tan2017-08-231-0/+13
* pack: move find_pack_entry_one(), is_pack_valid()Jonathan Tan2017-08-231-1/+75
* pack: move check_pack_index_ptr(), nth_packed_object_offset()Jonathan Tan2017-08-231-0/+33
* pack: move nth_packed_object_{sha1,oid}Jonathan Tan2017-08-231-0/+31
* pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()Jonathan Tan2017-08-231-0/+661
* pack: move unpack_object_header()Jonathan Tan2017-08-231-0/+26
* pack: move get_size_from_delta()Jonathan Tan2017-08-231-0/+40
* pack: move unpack_object_header_buffer()Jonathan Tan2017-08-231-0/+25
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-0/+217
* pack: move install_packed_git()Jonathan Tan2017-08-231-1/+10
* pack: move add_packed_git()Jonathan Tan2017-08-231-0/+53
* pack: move unuse_pack()Jonathan Tan2017-08-231-0/+9
* pack: move use_pack()Jonathan Tan2017-08-231-9/+294
* pack: move pack-closing functionsJonathan Tan2017-08-231-0/+54
* pack: move release_pack_memory()Jonathan Tan2017-08-231-0/+49
* pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+149
* pack: move pack_report()Jonathan Tan2017-08-231-0/+24
* pack: move static state variablesJonathan Tan2017-08-231-0/+14
* pack: move pack name-related functionsJonathan Tan2017-08-231-0/+23