aboutsummaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-2/+17
|\
| * pack-mtimes: support reading .mtimes filesTaylor Blau2022-05-261-2/+17
* | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
|\ \ | |/ |/|
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano2022-01-121-1/+1
|\ \
| * | packfile: fix off-by-one error in decoding logicJunio C Hamano2022-01-121-1/+1
* | | Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano2021-12-151-1/+2
|\ \ \
| * | | packfile: make `close_pack_revindex()` staticTaylor Blau2021-12-041-1/+2
* | | | Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano2021-12-101-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | packfile: avoid overflowing shift during decodeJonathan Tan2021-11-111-1/+1
* | | | Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-291-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | odb: guard against data loss checking out a huge fileMatt Cooper2021-11-031-3/+3
* | | | Merge branch 'rs/close-pack-leakfix'Junio C Hamano2021-10-031-0/+1
|\ \ \ \
| * | | | packfile: release bad_objects in close_pack()René Scharfe2021-09-241-0/+1
* | | | | Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano2021-09-231-27/+11
|\ \ \ \ \
| * | | | | packfile: use oidset for bad objectsRené Scharfe2021-09-121-22/+6
| * | | | | packfile: convert has_packed_and_bad() to object_idRené Scharfe2021-09-121-2/+2
| * | | | | packfile: convert mark_bad_packed_object() to object_idRené Scharfe2021-09-121-6/+6
* | | | | | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-201-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | pack-bitmap: read multi-pack bitmapsTaylor Blau2021-09-011-1/+1
| | |_|/ / | |/| | |
* / | | | object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau2021-08-291-0/+6
|/ / / /
* | / / xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-291-2/+2
| |/ / |/| |
* | | Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-4/+1
|\ \ \
| * | | dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-4/+1
| |/ /
* | | is_promisor_object(): free tree buffer after parsingJeff King2021-04-131-0/+1
* | | Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-081-0/+3
|\ \ \
| * | | pack-revindex: read multi-pack reverse indexesTaylor Blau2021-04-011-0/+3
| | |/ | |/|
* | | Merge branch 'tb/geometric-repack'Junio C Hamano2021-03-241-0/+67
|\ \ \ | |_|/ |/| |
| * | packfile: add kept-pack cache for find_kept_pack_entry()Jeff King2021-02-221-43/+56
| * | packfile: introduce 'find_kept_pack_entry()'Taylor Blau2021-02-221-5/+59
| |/
* / use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
|/
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-251-1/+12
* Merge branch 'tb/pack-revindex-api'Junio C Hamano2021-01-251-24/+52
|\
| * for_each_object_in_pack(): clarify pack vs index orderingJeff King2021-01-141-6/+18
| * for_each_object_in_pack(): convert to new revindex APITaylor Blau2021-01-131-1/+1
| * unpack_entry(): convert to new revindex APITaylor Blau2021-01-131-8/+18
| * packed_object_info(): convert to new revindex APITaylor Blau2021-01-131-2/+9
| * retry_bad_packed_offset(): convert to new revindex APITaylor Blau2021-01-131-4/+3
| * get_delta_base_oid(): convert to new revindex APITaylor Blau2021-01-131-4/+4
* | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
|/
* Merge branch 'tb/idx-midx-race-fix'Junio C Hamano2020-12-081-17/+2
|\
| * packfile.c: protect against disappearing indexesTaylor Blau2020-11-251-17/+2
* | packfile: detect overflow in .idx file size checksJeff King2020-11-161-3/+3
* | use size_t to store pack .idx byte offsetsJeff King2020-11-161-2/+2
* | compute pack .idx byte offsets using size_tJeff King2020-11-161-6/+6
* | Merge branch 'mt/delta-base-cache-races'Junio C Hamano2020-10-041-19/+29
|\ \
| * | packfile: fix memory leak in add_delta_base_cache()Matheus Tavares2020-09-281-2/+5
| * | packfile: fix race condition on unpack_entry()Matheus Tavares2020-09-281-17/+24
* | | Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano2020-09-221-0/+1
|\ \ \
| * | | packfile: actually set approximate_object_count_validJeff King2020-09-171-0/+1
| |/ /