aboutsummaryrefslogtreecommitdiff
path: root/pack-write.c
Commit message (Expand)AuthorAge
* avoid looking at errno for short read_in_full() returnsJeff King2017-09-27
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-08
* odb_mkstemp: write filename into strbufJeff King2017-03-28
* do not check odb_mkstemp return value for errorsJeff King2017-03-28
* encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-24
* use QSORTRené Scharfe2016-09-29
* sha1_file: drop free_pack_by_nameJeff King2016-07-29
* pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()René Scharfe2014-09-02
* finish_tmp_packfile():use strbuf for pathname constructionSun He2014-03-03
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\
| * pack-objects: implement bitmap writingVicent Marti2013-12-30
* | Merge branch 'jk/sha1write-void'Junio C Hamano2014-01-10
|\ \
| * | do not pretend sha1write returns errorsJeff King2013-12-26
| |/
* | pack-objects: name pack files after trailer hashJeff King2013-12-05
|/
* Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason2011-12-21
* Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\
| * finish_tmp_packfile(): a helper functionJunio C Hamano2011-10-28
| * create_tmp_packfile(): a helper functionJunio C Hamano2011-10-28
| * write_pack_header(): a helper functionJunio C Hamano2011-10-28
* | receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano2011-11-16
|/
* index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano2011-02-27
* write_idx_file: need_large_offset() helper functionJunio C Hamano2011-02-27
* index-pack: --verifyJunio C Hamano2011-02-27
* write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-27
* move encode_in_pack_object_header() to a better placeNicolas Pitre2010-02-23
* make "index-pack" a built-inLinus Torvalds2010-01-22
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-25
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-25
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
|/
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-22
* fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre2008-08-29
* improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-29
* index-pack: be careful after fixing up the header/footerLinus Torvalds2008-08-27
* pack.indexversion config option now defaults to 2Nicolas Pitre2008-06-25
* Make pack creation always fsync() the resultLinus Torvalds2008-05-31
* Cleanup xread() loops to use read_in_full()Heikki Orsila2008-05-03
* Merge branch 'np/progress'Junio C Hamano2007-11-02
|\
| * fix const issues with some functionsNicolas Pitre2007-10-17
* | Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-19
|/
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-14
* Unify write_index_file functionsGeert Bosch2007-06-02
* Fix signedness on return value from xread()Johan Herland2007-05-15
* Create pack-write.c for common pack writing codeDana L. How2007-05-02