]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add support for multi extent.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 16 Oct 2009 16:42:36 +0000 (12:42 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 16 Oct 2009 16:42:36 +0000 (12:42 -0400)
commit73cf372fd21e2a42c93d70c02f6e2ae187383f14
tree961aed86471d792a9dd021ea4261f0e17fc27100
parent203d368afde2951c7ae44b0fc966b68035132020
Add support for multi extent.

e.g.
-- Reuslt of previous bsdtar.
%bsdtar tvf test_read_format_iso_multi_extent.iso
dr-xr-xr-x  2 1      2        2048  1  2  1970 .
-r--r--r--  1 1      2      129024  1  2  1970 file
-r--r--r--  1 1      2      129024  1  2  1970 file
-r--r--r--  1 1      2        4232  1  2  1970 file

-- After patch.
%bsdtar tvf test_read_format_iso_multi_extent.iso
dr-xr-xr-x  2 1      2        2048  1  2  1970 .
-r--r--r--  1 1      2      262280  1  2  1970 file

SVN-Revision: 1537
Makefile.am
libarchive/archive_read_support_format_iso9660.c
libarchive/test/CMakeLists.txt
libarchive/test/test_read_format_iso_multi_extent.c [new file with mode: 0644]
libarchive/test/test_read_format_iso_multi_extent.iso.bz2.uu [new file with mode: 0644]