summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2021-06-30xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong
2021-05-19Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-12dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-04-13is_promisor_object(): free tree buffer after parsingJeff King
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-01pack-revindex: read multi-pack reverse indexesTaylor Blau
2021-03-24Merge branch 'tb/geometric-repack'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-23packfile: add kept-pack cache for find_kept_pack_entry()Jeff King
2021-02-23packfile: introduce 'find_kept_pack_entry()'Taylor Blau
2021-01-26packfile: prepare for the existence of '*.rev' filesTaylor Blau
2021-01-25Merge branch 'tb/pack-revindex-api'Junio C Hamano
2021-01-15for_each_object_in_pack(): clarify pack vs index orderingJeff King
2021-01-14for_each_object_in_pack(): convert to new revindex APITaylor Blau
2021-01-14unpack_entry(): convert to new revindex APITaylor Blau
2021-01-14packed_object_info(): convert to new revindex APITaylor Blau
2021-01-14retry_bad_packed_offset(): convert to new revindex APITaylor Blau
2021-01-14get_delta_base_oid(): convert to new revindex APITaylor Blau
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren
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