summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* / / midx: traverse the local MIDX firstTaylor Blau2020-08-281-0/+11
|/ /
* | packfile: compute and use the index CRC offsetbrian m. carlson2020-05-271-0/+1
* | packfile: drop nth_packed_object_sha1()Jeff King2020-02-241-16/+7
* | packed_object_info(): use object_id internally for delta baseJeff King2020-02-241-17/+15
* | packed_object_info(): use object_id for returning delta baseJeff King2020-02-241-3/+3
* | nth_packed_object_oid(): use customary integer returnJeff King2020-02-241-9/+9
* | Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano2020-02-141-0/+34
|\ \
| * | grep: protect packed_git [re-]initializationMatheus Tavares2020-01-171-0/+2
| * | object-store: allow threaded access to object readingMatheus Tavares2020-01-171-0/+32
* | | Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano2020-02-141-5/+5
|\ \ \ | |/ / |/| |
| * | packfile: expose get_delta_base()Jeff King2019-09-131-5/+5
* | | Merge branch 'ew/packfile-syscall-optim'Junio C Hamano2020-01-061-14/+2
|\ \ \
| * | | packfile: replace lseek+read with preadEric Wong2019-12-261-3/+2
| * | | packfile: remove redundant fcntl F_GETFD/F_SETFDEric Wong2019-12-261-11/+0
| * | | Merge branch 'ds/close-object-store' into maintJunio C Hamano2019-07-291-1/+4
| |\ \ \
| * \ \ \ Merge branch 'rs/copy-array' into maintJunio C Hamano2019-07-291-3/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'mh/import-transport-fd-fix' into maintJunio C Hamano2019-07-251-1/+1
| |\ \ \ \ \
* | | | | | | packfile.c: speed up loading lots of packfilesColin Stolley2019-12-031-9/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-8/+14
|\ \ \ \ \ \
| * | | | | | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-2/+7
| * | | | | | hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-2/+3