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