summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2020-02-24packfile: drop nth_packed_object_sha1()Jeff King
2020-02-24packed_object_info(): use object_id internally for delta baseJeff King
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano
2020-01-17grep: protect packed_git [re-]initializationMatheus Tavares
2020-01-17object-store: allow threaded access to object readingMatheus Tavares
2020-01-06Merge branch 'ew/packfile-syscall-optim'Junio C Hamano
2019-12-26packfile: replace lseek+read with preadEric Wong
2019-12-26packfile: remove redundant fcntl F_GETFD/F_SETFDEric Wong
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-13packfile: expose get_delta_base()Jeff King
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-29Merge branch 'ds/close-object-store' into maintJunio C Hamano
2019-07-29Merge branch 'rs/copy-array' into maintJunio C Hamano
2019-07-25Merge branch 'mh/import-transport-fd-fix' into maintJunio C Hamano
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