summaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorLines
2018-11-13Merge branch 'ds/test-multi-pack-index'Junio C Hamano-0/+5
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano-2/+3
2018-10-26packfile: close multi-pack-index in close_all_packsDerrick Stolee-0/+5
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon-19/+25
2018-10-15packfile: express constants in terms of the_hash_algobrian m. carlson-2/+3
2018-09-17Merge branch 'jk/cocci'Junio C Hamano-6/+6
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King-1/+1
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King-5/+5
2018-08-20treewide: use get_all_packsDerrick Stolee-1/+1
2018-08-20packfile: add all_packs listDerrick Stolee-0/+27
2018-08-20midx: stop reporting garbageDerrick Stolee-3/+4
2018-08-20multi-pack-index: store local propertyDerrick Stolee-2/+2
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano-42/+127
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King-5/+16
2018-08-13for_each_*_object: take flag arguments as enumJeff King-1/+2
2018-07-20packfile: skip loading index if in multi-pack-indexDerrick Stolee-2/+17
2018-07-20midx: prevent duplicate packfile loadsDerrick Stolee-0/+9
2018-07-20midx: use midx in approximate_object_countDerrick Stolee-0/+3
2018-07-20midx: use midx in abbreviation calculationsDerrick Stolee-0/+6
2018-07-20midx: read objects from multi-pack-indexDerrick Stolee-1/+7
2018-07-20config: create core.multiPackIndex settingDerrick Stolee-1/+5
2018-07-20midx: sort and deduplicate objects from packfilesDerrick Stolee-0/+17
2018-07-20packfile: generalize pack directory listDerrick Stolee-38/+63
2018-06-29object: add repository argument to parse_objectStefan Beller-1/+1
2018-06-18Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano-0/+3
2018-06-13packfile: correct zlib buffer handlingJeremy Linton-0/+3
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-36/+43
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-3/+3
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-17/+23
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano-1/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-3/+3
2018-05-02packfile: abstract away hash constant valuesbrian m. carlson-29/+37
2018-05-02packfile: convert find_pack_entry to object_idbrian m. carlson-6/+6
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson-2/+2
2018-05-02packfile: remove unused member from struct pack_entrybrian m. carlson-1/+0
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller-30/+28
2018-04-26packfile: add repository argument to cache_or_unpack_entryStefan Beller-2/+3
2018-04-26packfile: add repository argument to unpack_entryStefan Beller-3/+4
2018-04-26packfile: add repository argument to read_objectStefan Beller-3/+5
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder-2/+2
2018-04-26packfile: add repository argument to packed_to_object_typeStefan Beller-7/+9
2018-04-26packfile: add repository argument to retry_bad_packed_offsetStefan Beller-3/+5
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+1
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller-1/+1
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano-39/+37
2018-04-11Merge branch 'sb/object-store'Junio C Hamano-33/+44
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee-1/+1
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano-4/+4