Sign in
googlers
/
jrn
/
git
/
80e03855413c7ac3727df572d44131656e467426
/
packfile.c
736eb88
for_each_packed_object: support iterating in pack-order
by Jeff King
· 7 years ago
a7ff6f5
for_each_*_object: take flag arguments as enum
by Jeff King
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
faff812
Merge branch 'jl/zlib-restore-nul-termination'
by Junio C Hamano
· 7 years ago
b611396
packfile: correct zlib buffer handling
by Jeremy Linton
· 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
· 7 years ago
c89b6e1
Merge branch 'ds/lazy-load-trees'
by Junio C Hamano
· 7 years ago
b10edb2
Merge branch 'ds/commit-graph'
by Junio C Hamano
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
37fec86
packfile: abstract away hash constant values
by brian m. carlson
· 7 years ago
544443c
packfile: convert find_pack_entry to object_id
by brian m. carlson
· 7 years ago
14c3c80
packfile: convert has_sha1_pack to object_id
by brian m. carlson
· 7 years ago
c51c394
packfile: remove unused member from struct pack_entry
by brian m. carlson
· 7 years ago
9d98354
cache.h: allow oid_object_info to handle arbitrary repositories
by Stefan Beller
· 7 years ago
589de91
packfile: add repository argument to cache_or_unpack_entry
by Stefan Beller
· 7 years ago
57a6a50
packfile: add repository argument to unpack_entry
by Stefan Beller
· 7 years ago
5da6534
packfile: add repository argument to read_object
by Stefan Beller
· 7 years ago
720aaa1
packfile: add repository argument to packed_object_info
by Jonathan Nieder
· 7 years ago
144f494
packfile: add repository argument to packed_to_object_type
by Stefan Beller
· 7 years ago
0df2378
packfile: add repository argument to retry_bad_packed_offset
by Stefan Beller
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 7 years ago
7ecd869
cache.h: add repository argument to oid_object_info_extended
by Stefan Beller
· 7 years ago
3a1ec60
Merge branch 'sb/packfiles-in-repository'
by Junio C Hamano
· 7 years ago
cf0b179
Merge branch 'sb/object-store'
by Junio C Hamano
· 7 years ago
2e27bd7
treewide: replace maybe_tree with accessor methods
by Derrick Stolee
· 7 years ago
891435d
treewide: rename tree to maybe_tree
by Derrick Stolee
· 7 years ago
2d5792f
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
by Junio C Hamano
· 7 years ago
049d51a
commit-graph: read only from specific pack-indexes
by Derrick Stolee
· 7 years ago
464416a
packfile: keep prepare_packed_git() private
by Nguyễn Thái Ngọc Duy
· 7 years ago
0a0dd63
packfile: allow find_pack_entry to handle arbitrary repositories
by Stefan Beller
· 7 years ago
613b42f2
packfile: add repository argument to find_pack_entry
by Stefan Beller
· 7 years ago
4c2a13b
packfile: allow reprepare_packed_git to handle arbitrary repositories
by Stefan Beller
· 7 years ago
0f90a9f
packfile: allow prepare_packed_git to handle arbitrary repositories
by Stefan Beller
· 7 years ago
935cdd6
packfile: allow prepare_packed_git_one to handle arbitrary repositories
by Stefan Beller
· 7 years ago
a49d283
packfile: add repository argument to reprepare_packed_git
by Stefan Beller
· 7 years ago
6fdb4e9
packfile: add repository argument to prepare_packed_git
by Stefan Beller
· 7 years ago
072a109
packfile: add repository argument to prepare_packed_git_one
by Stefan Beller
· 7 years ago
5babff1
packfile: allow install_packed_git to handle arbitrary repositories
by Stefan Beller
· 7 years ago
c235bea
packfile: allow rearrange_packed_git to handle arbitrary repositories
by Stefan Beller
· 7 years ago
804be79
packfile: allow prepare_packed_git_mru to handle arbitrary repositories
by Stefan Beller
· 7 years ago
0b20903
sha1_file: add repository argument to prepare_alt_odb
by Stefan Beller
· 7 years ago
9a00580
pack: move approximate object count to object store
by Stefan Beller
· 7 years ago
5508f69
pack: move prepare_packed_git_run_once to object store
by Stefan Beller
· 7 years ago
d0b5986
object-store: close all packs upon clearing the object store
by Stefan Beller
· 7 years ago
a80d72d
object-store: move packed_git and packed_git_mru to object store
by Stefan Beller
· 7 years ago
031dc92
object-store: move alt_odb_list and alt_odb_tail to object store
by Stefan Beller
· 7 years ago
0d4a132
object-store: migrate alternates struct and functions from cache.h
by Stefan Beller
· 7 years ago
3d475f4
packfile: define and use bsearch_pack()
by Derrick Stolee
· 7 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 7 years ago
4310b0c
packfile: convert unpack_entry to struct object_id
by brian m. carlson
· 7 years ago
d169d66
sha1_file: convert retry_bad_packed_offset to struct object_id
by brian m. carlson
· 7 years ago
7d4bebf
Merge branch 'jt/binsearch-with-fanout' into HEAD
by Junio C Hamano
· 7 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 7 years ago
f2fcbeb
Merge branch 'jt/binsearch-with-fanout'
by Junio C Hamano
· 7 years ago
b4e00f7
packfile: refactor hash search with fanout table
by Jonathan Tan
· 7 years ago
4669e7d
packfile: remove GIT_DEBUG_LOOKUP log statements
by Jonathan Tan
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
6ca32f4
object_info: change member name from 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
2dc69ee
Merge branch 'ds/use-get-be64'
by Junio C Hamano
· 7 years ago
8676223
Merge branch 'gs/retire-mru'
by Junio C Hamano
· 7 years ago
afc8aa3
Merge branch 'ot/mru-on-list'
by Junio C Hamano
· 7 years ago
ec2dd32
mru: Replace mru.[ch] with list.h implementation
by Gargi Sharma
· 7 years ago
ad622a2
packfile: use get_be64() for large offsets
by Derrick Stolee
· 7 years ago
498f1f6
fsck: introduce partialclone extension
by Jonathan Tan
· 7 years ago
19716b2
cleanup: fix possible overflow errors in binary search
by Derrick Stolee
· 7 years ago
cb1083c
Merge branch 'jk/read-in-full'
by Junio C Hamano
· 7 years ago
8865859
mru: use double-linked list from list.h
by Olga Telezhnaya
· 7 years ago
41dcc4d
distinguish error versus short read from read_in_full()
by Jeff King
· 7 years ago
607bd83
pack: make packed_git_mru global a value instead of a pointer
by Jonathan Nieder
· 7 years ago
7709f46
pack: move for_each_packed_object()
by Jonathan Tan
· 8 years ago
f9a8672
pack: move has_pack_index()
by Jonathan Tan
· 8 years ago
150e300
pack: move has_sha1_pack()
by Jonathan Tan
· 8 years ago
1a1e5d4
pack: move find_pack_entry() and make it global
by Jonathan Tan
· 8 years ago
d6fe003
pack: move find_sha1_pack()
by Jonathan Tan
· 8 years ago
a255195
pack: move find_pack_entry_one(), is_pack_valid()
by Jonathan Tan
· 8 years ago
9e0f45f
pack: move check_pack_index_ptr(), nth_packed_object_offset()
by Jonathan Tan
· 8 years ago
d5a1676
pack: move nth_packed_object_{sha1,oid}
by Jonathan Tan
· 8 years ago
f1d8130
pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry()
by Jonathan Tan
· 8 years ago
3588dd6
pack: move unpack_object_header()
by Jonathan Tan
· 8 years ago
7b3aa75
pack: move get_size_from_delta()
by Jonathan Tan
· 8 years ago
32b42e1
pack: move unpack_object_header_buffer()
by Jonathan Tan
· 8 years ago
0abe14f
pack: move {,re}prepare_packed_git and approximate_object_count
by Jonathan Tan
· 8 years ago
e65f186
pack: move install_packed_git()
by Jonathan Tan
· 8 years ago
9a42865
pack: move add_packed_git()
by Jonathan Tan
· 8 years ago
97de180
pack: move unuse_pack()
by Jonathan Tan
· 8 years ago
84f80ad
pack: move use_pack()
by Jonathan Tan
· 8 years ago
3836d88
pack: move pack-closing functions
by Jonathan Tan
· 8 years ago
f0e17e8
pack: move release_pack_memory()
by Jonathan Tan
· 8 years ago
0317f45
pack: move open_pack_index(), parse_pack_index()
by Jonathan Tan
· 8 years ago
8e21176
pack: move pack_report()
by Jonathan Tan
· 8 years ago
6d6a80e
pack: move static state variables
by Jonathan Tan
· 8 years ago
4f39cd8
pack: move pack name-related functions
by Jonathan Tan
· 8 years ago