summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2019-12-03packfile.c: speed up loading lots of packfilesColin Stolley
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-07packfile: use hashmap_entry in delta_base_cache_entryEric Wong
2019-10-03treewide: remove duplicate #include directivesRené Scharfe
2019-09-30Merge branch 'rs/get-tagged-oid'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-05use get_tagged_oid()René Scharfe
2019-08-19packfile: replace sha1_to_hexbrian m. carlson
2019-08-13packfile: drop release_pack_memory()Jeff King
2019-07-19Merge branch 'ds/midx-expire-repack'Junio C Hamano
2019-07-09Merge branch 'rs/copy-array'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-18use COPY_ARRAY for copying arraysRené Scharfe
2019-06-13Merge branch 'mh/import-transport-fd-fix'Junio C Hamano
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee
2019-06-12packfile: close commit-graph in close_all_packsDerrick Stolee
2019-06-11repack: refactor pack deletion for future useDerrick Stolee
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