summary refs log tree commit diff
path: root/pack-write.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-6/+7
2021-09-20Merge branch 'tb/pack-finalize-ordering'Junio C Hamano1-29/+28
2021-09-15Merge branch 'ab/reverse-midx-optim'Junio C Hamano1-0/+3
2021-09-09pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason1-9/+13
2021-09-09pack-write.c: rename `.idx` files after `*.rev`Taylor Blau1-1/+1
2021-09-09pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason1-21/+16
2021-09-07pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason1-0/+3
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-6/+2
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano1-11/+25
2021-04-01pack-write.c: extract 'write_rev_file_order'Taylor Blau1-11/+25
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano1-1/+7
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan1-1/+7
2021-01-25pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau1-1/+119
2021-01-14pack-write: die on error in write_promisor_file()Christian Couder1-2/+6
2021-01-12fetch-pack: refactor writing promisor fileChristian Couder1-0/+12
2020-11-25Merge branch 'rs/hashwrite-be64'Junio C Hamano1-4/+1
2020-11-12pack-write: use hashwrite_be64()René Scharfe1-4/+1
2020-11-01pack-write: use hashwrite_be32() instead of double-buffering arrayRené Scharfe1-3/+1
2020-09-19pack-write: use hashwrite_be32() in write_idx_file()René Scharfe1-8/+4
2020-07-30Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano1-3/+2
2020-07-22pack-write/docs: update regarding pack namingJohannes Berg1-3/+2
2019-08-19pack-write: use hash_to_hex when writing checksumsbrian m. carlson1-4/+4
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee1-2/+3
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee1-2/+2
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson1-16/+16
2018-02-02pack-write: switch various SHA-1 values to abstract formsbrian m. carlson1-24/+25
2017-09-27avoid looking at errno for short read_in_full() returnsJeff King1-1/+6
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson1-5/+5
2017-03-28odb_mkstemp: write filename into strbufJeff King1-6/+6
2017-03-28do not check odb_mkstemp return value for errorsJeff King1-2/+2
2017-03-24encode_in_pack_object_header: respect output buffer lengthJeff King1-1/+4
2016-09-29use QSORTRené Scharfe1-2/+1
2016-07-29sha1_file: drop free_pack_by_nameJeff King1-1/+0
2014-09-02pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()René Scharfe1-6/+5
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He1-8/+10
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano1-0/+2
2014-01-10Merge branch 'jk/sha1write-void'Junio C Hamano1-2/+1
2013-12-30pack-objects: implement bitmap writingVicent Marti1-0/+2
2013-12-26do not pretend sha1write returns errorsJeff King1-2/+1
2013-12-05pack-objects: name pack files after trailer hashJeff King1-7/+1
2011-12-21Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason1-3/+3
2011-12-16Merge branch 'jc/stream-to-pack'Junio C Hamano1-0/+53
2011-11-16receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano1-0/+4
2011-10-28finish_tmp_packfile(): a helper functionJunio C Hamano1-0/+31
2011-10-28create_tmp_packfile(): a helper functionJunio C Hamano1-0/+10
2011-10-28write_pack_header(): a helper functionJunio C Hamano1-0/+12
2011-02-27index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano1-1/+17
2011-02-27write_idx_file: need_large_offset() helper functionJunio C Hamano1-10/+19