summaryrefslogtreecommitdiff
path: root/midx.c
AgeCommit message (Expand)Author
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano
2021-02-18midx: use 64-bit multiplication for chunk sizesDerrick Stolee
2021-02-18midx: use chunk-format read APIDerrick Stolee
2021-02-18midx: use chunk-format API in write_midx_internal()Derrick Stolee
2021-02-18midx: drop chunk progress during writeDerrick Stolee
2021-02-18midx: return success/failure in chunk write methodsDerrick Stolee
2021-02-18midx: add num_large_offsets to write_midx_contextDerrick Stolee
2021-02-18midx: add pack_perm to write_midx_contextDerrick Stolee
2021-02-18midx: add entries to write_midx_contextDerrick Stolee
2021-02-18midx: use context in write_midx_pack_names()Derrick Stolee
2021-02-18midx: rename pack_info to write_midx_contextDerrick Stolee
2021-01-25Merge branch 'ma/more-opaque-lock-file'Junio C Hamano
2021-01-06midx: don't peek into `struct lock_file`Martin Ågren
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren
2020-12-08Merge branch 'tb/idx-midx-race-fix'Junio C Hamano
2020-11-25Merge branch 'rs/hashwrite-be64'Junio C Hamano
2020-11-25midx.c: protect against disappearing packsTaylor Blau
2020-11-12midx: use hashwrite_be64()René Scharfe
2020-10-27Merge branch 'ds/maintenance-part-2'Junio C Hamano
2020-09-25midx: use start_delayed_progress()Derrick Stolee
2020-09-25midx: enable core.multiPackIndex by defaultDerrick Stolee
2020-09-19Merge branch 'rs/misc-cleanups'Junio C Hamano
2020-09-09Merge branch 'tb/repack-clearing-midx'Junio C Hamano
2020-09-06midx: use hashwrite_u8() in write_midx_header()René Scharfe
2020-08-28midx: traverse the local MIDX firstTaylor Blau
2020-08-24Merge branch 'rs/more-buffered-io'Junio C Hamano
2020-08-24Merge branch 'jk/unleak-fixes'Junio C Hamano
2020-08-24Merge branch 'ds/midx-repack-to-batch-size'Junio C Hamano
2020-08-17multi-pack-index: use hash version byteDerrick Stolee
2020-08-17midx: use buffered I/O to talk to pack-objectsRené Scharfe
2020-08-13stop calling UNLEAK() before die()Jeff King
2020-08-11multi-pack-index: repack batches below --batch-sizeDerrick Stolee
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-05-10multi-pack-index: respect repack.packKeptObjects=falseDerrick Stolee
2020-05-10midx: teach "git multi-pack-index repack" honor "git repack" configurationsSon Luong Ngoc
2020-05-01Merge branch 'ds/multi-pack-index'Junio C Hamano
2020-04-24multi-pack-index: close file descriptor after mmapDerrick Stolee
2020-03-28midx.c: fix an integer underflowDamien Robert
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King
2019-10-23midx: honor the MIDX_PROGRESS flag in midx_repackWilliam Baker
2019-10-23midx: honor the MIDX_PROGRESS flag in verify_midx_fileWilliam Baker
2019-10-23midx: add progress to expire_midx_packsWilliam Baker
2019-10-23midx: add progress to write_midx_fileWilliam Baker
2019-10-23midx: add MIDX_PROGRESS flagWilliam Baker
2019-08-19midx: switch to using the_hash_algobrian m. carlson
2019-06-11midx: implement midx_repack()Derrick Stolee
2019-06-11multi-pack-index: prepare 'repack' subcommandDerrick Stolee
2019-06-11multi-pack-index: implement 'expire' subcommandDerrick Stolee
2019-06-11midx: refactor permutation logic and pack sortingDerrick Stolee