aboutsummaryrefslogtreecommitdiffstats
path: root/pack-write.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-27index-pack: --verifyJunio C Hamano1-10/+16
2011-02-27write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano1-6/+11
2010-02-23move encode_in_pack_object_header() to a better placeNicolas Pitre1-0/+27
2010-01-22make "index-pack" a built-inLinus Torvalds1-2/+2
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-5/+5
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano1-4/+2
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano1-4/+2
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-15/+15
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis1-1/+1
2008-08-29fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre1-3/+8
2008-08-29improve reliability of fixup_pack_header_footer()Nicolas Pitre1-12/+59
2008-08-27index-pack: be careful after fixing up the header/footerLinus Torvalds1-0/+1
2008-06-25pack.indexversion config option now defaults to 2Nicolas Pitre1-1/+1
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-1/+1
2008-05-03Cleanup xread() loops to use read_in_full()Heikki Orsila1-6/+2
2007-11-02Merge branch 'np/progress'Junio C Hamano1-1/+2
2007-10-17fix const issues with some functionsNicolas Pitre1-1/+2
2007-09-19Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce1-0/+26
2007-08-14Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino1-1/+1
2007-06-02Unify write_index_file functionsGeert Bosch1-0/+142
2007-05-15Fix signedness on return value from xread()Johan Herland1-1/+1
2007-05-02Create pack-write.c for common pack writing codeDana L. How1-0/+39