summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2020-12-08Merge branch 'tb/idx-midx-race-fix'Junio C Hamano
2020-11-25packfile.c: protect against disappearing indexesTaylor Blau
2020-11-16packfile: detect overflow in .idx file size checksJeff King
2020-11-16use size_t to store pack .idx byte offsetsJeff King
2020-11-16compute pack .idx byte offsets using size_tJeff King
2020-10-04Merge branch 'mt/delta-base-cache-races'Junio C Hamano
2020-09-29packfile: fix memory leak in add_delta_base_cache()Matheus Tavares
2020-09-29packfile: fix race condition on unpack_entry()Matheus Tavares
2020-09-22Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano
2020-09-17packfile: actually set approximate_object_count_validJeff King
2020-08-28midx: traverse the local MIDX firstTaylor Blau
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson
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