summaryrefslogtreecommitdiff
path: root/midx.c
AgeCommit message (Expand)Author
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-06-29midx: report checksum mismatches during 'verify'Taylor Blau
2021-06-29midx: don't reuse corrupt MIDXs when writingTaylor Blau
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-01midx.c: improve cache locality in midx_pack_order_cmp()Jeff King
2021-04-01pack-revindex: write multi-pack reverse indexesTaylor Blau
2021-04-01pack-revindex: read multi-pack reverse indexesTaylor Blau
2021-04-01midx: make some functions non-staticTaylor Blau
2021-04-01midx: keep track of the checksumTaylor Blau
2021-04-01midx: don't free midx_name earlyTaylor Blau
2021-04-01midx: allow marking a pack as preferredTaylor Blau
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano
2021-02-24Merge branch 'ds/chunked-file-api' into tb/reverse-midxJunio 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