]> git.ipfire.org Git - thirdparty/libarchive.git/commit
[PATCH v3] Add read_concatenated_archives
authorKevin Locke <kevin@kevinlocke.name>
Sat, 11 Jan 2014 23:38:52 +0000 (16:38 -0700)
committerKevin Locke <kevin@kevinlocke.name>
Sun, 12 Jan 2014 20:44:57 +0000 (13:44 -0700)
commitb66ce8c56072aae09601ed04f75888d94c0722e2
treec49bd064cb0d88dcf61a4204499fe8afe0b4ef56
parenta6c076b1c844f41d471c06da1db770efe5518e20
[PATCH v3] Add read_concatenated_archives

As discussed in http://code.google.com/p/libarchive/issues/detail?id=348
the read_concatenated_archives option provides functionality similar to
the GNUtar --ignore-zeros option in order to support reading from
archives which have been concatenated together.

Changes in v2:
 * Replace recursion with looping for reading concatenated archives.

Changes in v3:
 * Improve comments about archive format detection and looping when
   reading concatenated archives.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
libarchive/archive_read_set_options.3
libarchive/archive_read_support_format_tar.c
tar/bsdtar.1