summaryrefslogtreecommitdiff
path: root/packfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/packfile-syscall-optim'Junio C Hamano2020-01-061-14/+2
|\
| * packfile: replace lseek+read with preadEric Wong2019-12-261-3/+2
| * packfile: remove redundant fcntl F_GETFD/F_SETFDEric Wong2019-12-261-11/+0
| * Merge branch 'ds/close-object-store' into maintJunio C Hamano2019-07-291-1/+4
| |\
| * \ Merge branch 'rs/copy-array' into maintJunio C Hamano2019-07-291-3/+3
| |\ \
| * \ \ Merge branch 'mh/import-transport-fd-fix' into maintJunio C Hamano2019-07-251-1/+1
| |\ \ \
* | | | | packfile.c: speed up loading lots of packfilesColin Stolley2019-12-031-9/+10
* | | | | Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-8/+14
|\ \ \ \ \
| * | | | | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-2/+7
| * | | | | hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-2/+3
| * | | | | hashmap_remove takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | | | | hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | | | | hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | | | | packfile: use hashmap_entry in delta_base_cache_entryEric Wong2019-10-071-1/+1
* | | | | | Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-111-1/+0
|\ \ \ \ \ \
| * | | | | | treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
* | | | | | | Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | packfile: replace sha1_to_hexbrian m. carlson2019-08-191-2/+2
| |/ / / / /
* | | | | | Merge branch 'rs/get-tagged-oid'Junio C Hamano2019-09-301-1/+1
|\ \ \ \ \ \
| * | | | | | use get_tagged_oid()René Scharfe2019-09-051-1/+1
| |/ / / / /
* | | | | | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-1/+2
|\ \ \ \ \ \
| * | | | | | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-1/+2
* | | | | | | packfile: drop release_pack_memory()Jeff King2019-08-131-18/+0
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'ds/midx-expire-repack'Junio C Hamano2019-07-191-0/+28
|\ \ \ \ \ \
| * | | | | | repack: refactor pack deletion for future useDerrick Stolee2019-06-111-0/+28
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'rs/copy-array'Junio C Hamano2019-07-091-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | use COPY_ARRAY for copying arraysRené Scharfe2019-06-171-3/+3
| |/ / / /
* | | | | Merge branch 'ds/close-object-store'Junio C Hamano2019-07-091-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | packfile: rename close_all_packs to close_object_storeDerrick Stolee2019-06-121-1/+1
| * | | packfile: close commit-graph in close_all_packsDerrick Stolee2019-06-121-0/+3
* | | | Merge branch 'mh/import-transport-fd-fix'Junio C Hamano2019-06-131-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Use xmmap_gently instead of xmmap in use_packMike Hommey2019-05-161-1/+1
| |/
* | Merge branch 'ds/midx-too-many-packs'Junio C Hamano2019-05-191-21/+9
|\ \
| * | midx: add packs to packed_git linked listDerrick Stolee2019-05-071-20/+8
| * | midx: pass a repository pointerDerrick Stolee2019-05-071-2/+2
* | | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-7/+7
|\ \ \ | |/ / |/| |
| * | packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy2019-04-081-7/+7
| |/
* | Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-3/+3
|\ \
| * | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-3/+3
| |/
* | Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano2019-04-251-3/+15
|\ \
| * | packfile: fix pack basename computationJeff King2019-04-161-1/+11
| * | pack-revindex: open index if necessaryJeff King2019-04-161-2/+4
| |/
* | midx: during verify group objects by packfile to speed verificationJeff Hostetler2019-03-221-1/+1
|/
* Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-2/+3
|\
| * packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller2018-10-191-2/+3
* | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-1/+1
|\ \
| * | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-1/+1
* | | object-store: factor out odb_clear_loose_cache()René Scharfe2019-01-081-5/+2
|/ /
* | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-6/+14
|\ \
| * | object-store: provide helpers for loose_objects_cacheJeff King2018-11-131-0/+8