summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano2021-12-15-1/+2
|\
| * packfile: make `close_pack_revindex()` staticTaylor Blau2021-12-04-1/+2
* | Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano2021-12-10-1/+1
|\ \
| * | packfile: avoid overflowing shift during decodeJonathan Tan2021-11-11-1/+1
* | | Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-29-3/+3
|\ \ \
| * | | odb: guard against data loss checking out a huge fileMatt Cooper2021-11-03-3/+3
* | | | Merge branch 'rs/close-pack-leakfix'Junio C Hamano2021-10-03-0/+1
|\ \ \ \
| * | | | packfile: release bad_objects in close_pack()René Scharfe2021-09-24-0/+1
* | | | | Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano2021-09-23-27/+11
|\ \ \ \ \
| * | | | | packfile: use oidset for bad objectsRené Scharfe2021-09-12-22/+6
| * | | | | packfile: convert has_packed_and_bad() to object_idRené Scharfe2021-09-12-2/+2
| * | | | | packfile: convert mark_bad_packed_object() to object_idRené Scharfe2021-09-12-6/+6
* | | | | | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-20-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | pack-bitmap: read multi-pack bitmapsTaylor Blau2021-09-01-1/+1
| | |_|/ / | |/| | |
* / | | | object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau2021-08-29-0/+6
|/ / / /
* | / / xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-29-2/+2
| |/ / |/| |
* | | Merge branch 'en/dir-traversal'Junio C Hamano2021-05-20-4/+1
|\ \ \
| * | | dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-13-4/+1
| |/ /
* | | is_promisor_object(): free tree buffer after parsingJeff King2021-04-13-0/+1
* | | Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-08-0/+3
|\ \ \
| * | | pack-revindex: read multi-pack reverse indexesTaylor Blau2021-04-01-0/+3
| | |/ | |/|
* | | Merge branch 'tb/geometric-repack'Junio C Hamano2021-03-24-0/+67
|\ \ \ | |_|/ |/| |
| * | packfile: add kept-pack cache for find_kept_pack_entry()Jeff King2021-02-22-43/+56
| * | packfile: introduce 'find_kept_pack_entry()'Taylor Blau2021-02-22-5/+59
| |/
* / use CALLOC_ARRAYRené Scharfe2021-03-13-1/+1
|/
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-25-1/+12
* Merge branch 'tb/pack-revindex-api'Junio C Hamano2021-01-25-24/+52
|\
| * for_each_object_in_pack(): clarify pack vs index orderingJeff King2021-01-14-6/+18
| * for_each_object_in_pack(): convert to new revindex APITaylor Blau2021-01-13-1/+1
| * unpack_entry(): convert to new revindex APITaylor Blau2021-01-13-8/+18
| * packed_object_info(): convert to new revindex APITaylor Blau2021-01-13-2/+9
| * retry_bad_packed_offset(): convert to new revindex APITaylor Blau2021-01-13-4/+3
| * get_delta_base_oid(): convert to new revindex APITaylor Blau2021-01-13-4/+4
* | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-04-1/+1
|/
* Merge branch 'tb/idx-midx-race-fix'Junio C Hamano2020-12-08-17/+2
|\
| * packfile.c: protect against disappearing indexesTaylor Blau2020-11-25-17/+2
* | packfile: detect overflow in .idx file size checksJeff King2020-11-16-3/+3
* | use size_t to store pack .idx byte offsetsJeff King2020-11-16-2/+2
* | compute pack .idx byte offsets using size_tJeff King2020-11-16-6/+6
* | Merge branch 'mt/delta-base-cache-races'Junio C Hamano2020-10-04-19/+29
|\ \
| * | packfile: fix memory leak in add_delta_base_cache()Matheus Tavares2020-09-28-2/+5
| * | packfile: fix race condition on unpack_entry()Matheus Tavares2020-09-28-17/+24
* | | Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano2020-09-22-0/+1
|\ \ \
| * | | packfile: actually set approximate_object_count_validJeff King2020-09-17-0/+1
| |/ /
* / / midx: traverse the local MIDX firstTaylor Blau2020-08-28-0/+11
|/ /
* | packfile: compute and use the index CRC offsetbrian m. carlson2020-05-27-0/+1
* | packfile: drop nth_packed_object_sha1()Jeff King2020-02-24-16/+7
* | packed_object_info(): use object_id internally for delta baseJeff King2020-02-24-17/+15
* | packed_object_info(): use object_id for returning delta baseJeff King2020-02-24-3/+3
* | nth_packed_object_oid(): use customary integer returnJeff King2020-02-24-9/+9