summaryrefslogtreecommitdiff
path: root/packfile.c
AgeCommit message (Expand)Author
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-01-12Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano
2022-01-12packfile: fix off-by-one error in decoding logicJunio C Hamano
2021-12-15Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano
2021-12-10Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano
2021-12-05packfile: make `close_pack_revindex()` staticTaylor Blau
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano
2021-11-11packfile: avoid overflowing shift during decodeJonathan Tan
2021-11-03odb: guard against data loss checking out a huge fileMatt Cooper
2021-10-04Merge branch 'rs/close-pack-leakfix'Junio C Hamano
2021-09-24packfile: release bad_objects in close_pack()René Scharfe
2021-09-23Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano
2021-09-12packfile: use oidset for bad objectsRené Scharfe
2021-09-12packfile: convert has_packed_and_bad() to object_idRené Scharfe
2021-09-12packfile: convert mark_bad_packed_object() to object_idRené Scharfe
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau
2021-08-30object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau
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