This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git.
from 9839a3e the sentence is incomplete
new f7f7c53 Happy new year
new b87cc99 COMPRESS-124 add support for sparse files in tar
new 50569e5 COMPRESS-124 : add testcases for extracting sparse
new 03b7d1e Merge branch 'COMPRESS-124' of
https://github.com/PeterAlfreadLee/commons-compress into
PeterAlfreadLee-COMPRESS-124
new 9bc32de Merge branch 'PeterAlfreadLee-COMPRESS-124'
new b465bfa COMPRESS-124 review cosmetics
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
NOTICE.txt | 2 +-
.../compress/archivers/tar/TarArchiveEntry.java | 56 ++-
.../archivers/tar/TarArchiveInputStream.java | 415 +++++++++++++++++++--
.../archivers/tar/TarArchiveSparseEntry.java | 22 ++
.../archivers/tar/TarArchiveStructSparse.java | 82 ++++
.../compress/archivers/tar/TarConstants.java | 24 ++
.../commons/compress/archivers/tar/TarUtils.java | 19 +-
.../commons/compress/utils/BoundedInputStream.java | 12 +
.../compress/archivers/tar/SparseFilesTest.java | 182 ++++++++-
.../archivers/tar/TarArchiveInputStreamTest.java | 10 +-
.../compress/archivers/tar/TarUtilsTest.java | 12 +
...ldgnu_sparse.tar => oldgnu_extended_sparse.tar} | Bin 10240 -> 10240 bytes
12 files changed, 798 insertions(+), 38 deletions(-)
create mode 100644
src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveStructSparse.java
copy src/test/resources/{oldgnu_sparse.tar => oldgnu_extended_sparse.tar} (80%)