summaryrefslogtreecommitdiffstats
path: root/pack-write.c
AgeCommit message (Expand)AuthorLines
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak-0/+1
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano-19/+23
2024-10-02Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano-3/+4
2024-09-30pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt-19/+23
2024-09-27pack-objects: use finalize_object_file() to rename pack/idx/etcTaylor Blau-3/+4
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt-1/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano-6/+7
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano-0/+2
2023-04-18pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau-6/+8
2023-04-13pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau-0/+2
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren-0/+1
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren-1/+1
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2022-12-15git: remove duplicate includesSeija Kijin-1/+0
2022-06-16pack-write: drop always-NULL parameterDerrick Stolee-11/+6
2022-05-26pack-mtimes: support writing pack .mtimes filesTaylor Blau-0/+77
2022-05-26chunk-format.h: extract oid_version()Taylor Blau-13/+2
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau-0/+1
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh-6/+7
2021-09-20Merge branch 'tb/pack-finalize-ordering'Junio C Hamano-29/+28
2021-09-15Merge branch 'ab/reverse-midx-optim'Junio C Hamano-0/+3
2021-09-09pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason-9/+13
2021-09-09pack-write.c: rename `.idx` files after `*.rev`Taylor Blau-1/+1
2021-09-09pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason-21/+16
2021-09-07pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason-0/+3
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe-6/+2
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano-11/+25
2021-04-01pack-write.c: extract 'write_rev_file_order'Taylor Blau-11/+25
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano-1/+7
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan-1/+7
2021-01-25pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau-1/+119
2021-01-14pack-write: die on error in write_promisor_file()Christian Couder-2/+6
2021-01-12fetch-pack: refactor writing promisor fileChristian Couder-0/+12
2020-11-25Merge branch 'rs/hashwrite-be64'Junio C Hamano-4/+1
2020-11-12pack-write: use hashwrite_be64()René Scharfe-4/+1
2020-11-01pack-write: use hashwrite_be32() instead of double-buffering arrayRené Scharfe-3/+1
2020-09-19pack-write: use hashwrite_be32() in write_idx_file()René Scharfe-8/+4
2020-07-30Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano-3/+2
2020-07-22pack-write/docs: update regarding pack namingJohannes Berg-3/+2
2019-08-19pack-write: use hash_to_hex when writing checksumsbrian m. carlson-4/+4
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King-1/+1