summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2018-11-13Merge branch 'ds/test-multi-pack-index'Junio C Hamano
2018-11-13object-store: provide helpers for loose_objects_cacheJeff King
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano
2018-10-26packfile: close multi-pack-index in close_all_packsDerrick Stolee
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon
2018-10-15packfile: express constants in terms of the_hash_algobrian m. carlson
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-20treewide: use get_all_packsDerrick Stolee
2018-08-20packfile: add all_packs listDerrick Stolee
2018-08-20midx: stop reporting garbageDerrick Stolee
2018-08-20multi-pack-index: store local propertyDerrick Stolee
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King
2018-08-13for_each_*_object: take flag arguments as enumJeff King
2018-07-20packfile: skip loading index if in multi-pack-indexDerrick Stolee
2018-07-20midx: prevent duplicate packfile loadsDerrick Stolee
2018-07-20midx: use midx in approximate_object_countDerrick Stolee
2018-07-20midx: use midx in abbreviation calculationsDerrick Stolee
2018-07-20midx: read objects from multi-pack-indexDerrick Stolee
2018-07-20config: create core.multiPackIndex settingDerrick Stolee
2018-07-20midx: sort and deduplicate objects from packfilesDerrick Stolee
2018-07-20packfile: generalize pack directory listDerrick Stolee
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-06-18Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano
2018-06-13packfile: correct zlib buffer handlingJeremy Linton
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-05-02packfile: abstract away hash constant valuesbrian m. carlson
2018-05-02packfile: convert find_pack_entry to object_idbrian m. carlson
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson
2018-05-02packfile: remove unused member from struct pack_entrybrian m. carlson
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller
2018-04-26packfile: add repository argument to cache_or_unpack_entryStefan Beller
2018-04-26packfile: add repository argument to unpack_entryStefan Beller
2018-04-26packfile: add repository argument to read_objectStefan Beller
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder
2018-04-26packfile: add repository argument to packed_to_object_typeStefan Beller
2018-04-26packfile: add repository argument to retry_bad_packed_offsetStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano