summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2019-06-13Merge branch 'mh/import-transport-fd-fix'Junio C Hamano
2019-05-19Merge branch 'ds/midx-too-many-packs'Junio C Hamano
2019-05-16Use xmmap_gently instead of xmmap in use_packMike Hommey
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-05-07midx: add packs to packed_git linked listDerrick Stolee
2019-05-07midx: pass a repository pointerDerrick Stolee
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano
2019-04-16packfile: fix pack basename computationJeff King
2019-04-16pack-revindex: open index if necessaryJeff King
2019-04-08packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson
2019-03-22midx: during verify group objects by packfile to speed verificationJeff Hostetler
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-08object-store: factor out odb_clear_loose_cache()René Scharfe
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-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller
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