summaryrefslogtreecommitdiffstats
path: root/packfile.c
AgeCommit message (Expand)AuthorLines
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano-4/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren-4/+1
2021-04-13is_promisor_object(): free tree buffer after parsingJeff King-0/+1
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano-0/+3
2021-04-01pack-revindex: read multi-pack reverse indexesTaylor Blau-0/+3
2021-03-24Merge branch 'tb/geometric-repack'Junio C Hamano-0/+67
2021-03-13use CALLOC_ARRAYRené Scharfe-1/+1
2021-02-22packfile: add kept-pack cache for find_kept_pack_entry()Jeff King-43/+56
2021-02-22packfile: introduce 'find_kept_pack_entry()'Taylor Blau-5/+59
2021-01-25packfile: prepare for the existence of '*.rev' filesTaylor Blau-1/+12
2021-01-25Merge branch 'tb/pack-revindex-api'Junio C Hamano-24/+52
2021-01-14for_each_object_in_pack(): clarify pack vs index orderingJeff King-6/+18
2021-01-13for_each_object_in_pack(): convert to new revindex APITaylor Blau-1/+1
2021-01-13unpack_entry(): convert to new revindex APITaylor Blau-8/+18
2021-01-13packed_object_info(): convert to new revindex APITaylor Blau-2/+9
2021-01-13retry_bad_packed_offset(): convert to new revindex APITaylor Blau-4/+3
2021-01-13get_delta_base_oid(): convert to new revindex APITaylor Blau-4/+4
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren-1/+1
2020-12-08Merge branch 'tb/idx-midx-race-fix'Junio C Hamano-17/+2
2020-11-25packfile.c: protect against disappearing indexesTaylor Blau-17/+2
2020-11-16packfile: detect overflow in .idx file size checksJeff King-3/+3
2020-11-16use size_t to store pack .idx byte offsetsJeff King-2/+2
2020-11-16compute pack .idx byte offsets using size_tJeff King-6/+6
2020-10-04Merge branch 'mt/delta-base-cache-races'Junio C Hamano-19/+29
2020-09-28packfile: fix memory leak in add_delta_base_cache()Matheus Tavares-2/+5
2020-09-28packfile: fix race condition on unpack_entry()Matheus Tavares-17/+24
2020-09-22Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano-0/+1
2020-09-17packfile: actually set approximate_object_count_validJeff King-0/+1
2020-08-28midx: traverse the local MIDX firstTaylor Blau-0/+11
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson-0/+1
2020-02-24packfile: drop nth_packed_object_sha1()Jeff King-16/+7
2020-02-24packed_object_info(): use object_id internally for delta baseJeff King-17/+15
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King-3/+3
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King-9/+9
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano-0/+34
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano-5/+5
2020-01-17grep: protect packed_git [re-]initializationMatheus Tavares-0/+2
2020-01-17object-store: allow threaded access to object readingMatheus Tavares-0/+32
2020-01-06Merge branch 'ew/packfile-syscall-optim'Junio C Hamano-14/+2
2019-12-26packfile: replace lseek+read with preadEric Wong-3/+2
2019-12-26packfile: remove redundant fcntl F_GETFD/F_SETFDEric Wong-11/+0
2019-12-03packfile.c: speed up loading lots of packfilesColin Stolley-9/+10
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano-8/+14
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano-1/+0
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano-2/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong-2/+7
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong-2/+3
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong-1/+1