]> git.ipfire.org Git - thirdparty/libarchive.git/commit
The size of output buffer should be the multiple number of the write block size
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 6 Jan 2012 05:53:29 +0000 (00:53 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 6 Jan 2012 05:53:29 +0000 (00:53 -0500)
commite6f12d29671538f2d00f01ed2ad5ebbe0b5b5e87
treedf86e1cc05a84c53ebb60a1a3d6f92543e844184
parentc7d6d08b9748613f9c12bb3080fc41d53ca61ac6
The size of output buffer should be the multiple number of the write block size
in order to reduce an extra copy of output data at archive_write.c.

SVN-Revision: 4090
libarchive/archive_write.c
libarchive/archive_write_add_filter_bzip2.c
libarchive/archive_write_add_filter_compress.c
libarchive/archive_write_add_filter_gzip.c
libarchive/archive_write_add_filter_xz.c
libarchive/archive_write_set_format_7zip.c