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