132 Commits (40bef4992ea86b79fa80ebd7e6fd19fecdc5879b)

Author SHA1 Message Date
Jeff King fc78915674 packfile: fix pack basename computation 6 years ago
Jeff King 4828ce9871 pack-revindex: open index if necessary 6 years ago
Nguyễn Thái Ngọc Duy 5038de1937 packfile.c: add repo_approximate_object_count() 6 years ago
brian m. carlson 538b152324 object-store: rename and expand packed_git's sha1 member 6 years ago
Jeff Hostetler 5ae18df9d8 midx: during verify group objects by packfile to speed verification 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
René Scharfe d4e19e5163 object-store: factor out odb_clear_loose_cache() 6 years ago
Jeff King 3a2e08245c object-store: provide helpers for loose_objects_cache 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Derrick Stolee dc7d664335 packfile: close multi-pack-index in close_all_packs 6 years ago
Stefan Beller 33b94066f2 packfile: allow has_packed_and_bad to handle arbitrary repositories 6 years ago
Josh Steadmon 1127a98cce fuzz: add fuzz testing for packfile indices. 6 years ago
brian m. carlson 268babd6fb packfile: express constants in terms of the_hash_algo 6 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 6 years ago
Jeff King e3ff0683e2 convert "hashcmp() == 0" to hasheq() 6 years ago
Derrick Stolee 454ea2e4d7 treewide: use get_all_packs 7 years ago
Derrick Stolee 0bff5269d3 packfile: add all_packs list 7 years ago
Derrick Stolee fe86c3beb5 midx: stop reporting garbage 7 years ago
Derrick Stolee 2cf489a3bf multi-pack-index: store local property 7 years ago
Jeff King 736eb88fdc for_each_packed_object: support iterating in pack-order 7 years ago
Jeff King a7ff6f5a0f for_each_*_object: take flag arguments as enum 7 years ago
Derrick Stolee 17c35c8969 packfile: skip loading index if in multi-pack-index 7 years ago
Derrick Stolee f3a002bd84 midx: prevent duplicate packfile loads 7 years ago
Derrick Stolee b8990fbfed midx: use midx in approximate_object_count 7 years ago
Derrick Stolee 8aac67a174 midx: use midx in abbreviation calculations 7 years ago
Derrick Stolee 3715a6335c midx: read objects from multi-pack-index 7 years ago
Derrick Stolee c4d25228eb config: create core.multiPackIndex setting 7 years ago
Derrick Stolee fe1ed56f5e midx: sort and deduplicate objects from packfiles 7 years ago
Derrick Stolee 9208e318f5 packfile: generalize pack directory list 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Jeremy Linton b611396e97 packfile: correct zlib buffer handling 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson 37fec86a83 packfile: abstract away hash constant values 7 years ago
brian m. carlson 544443cb3c packfile: convert find_pack_entry to object_id 7 years ago
brian m. carlson 14c3c80c81 packfile: convert has_sha1_pack to object_id 7 years ago
brian m. carlson c51c39418b packfile: remove unused member from struct pack_entry 7 years ago
Stefan Beller 9d98354f48 cache.h: allow oid_object_info to handle arbitrary repositories 7 years ago
Stefan Beller 589de91185 packfile: add repository argument to cache_or_unpack_entry 7 years ago
Stefan Beller 57a6a500be packfile: add repository argument to unpack_entry 7 years ago
Stefan Beller 5da6534dd6 packfile: add repository argument to read_object 7 years ago
Jonathan Nieder 720aaa1a74 packfile: add repository argument to packed_object_info 7 years ago
Stefan Beller 144f4948a1 packfile: add repository argument to packed_to_object_type 7 years ago
Stefan Beller 0df23781fe packfile: add repository argument to retry_bad_packed_offset 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller 7ecd869060 cache.h: add repository argument to oid_object_info_extended 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
Derrick Stolee 049d51a2bb commit-graph: read only from specific pack-indexes 7 years ago
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago