This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from 76b39537c Javadoc and internal refactoring
new 7e3e12ff9 Format and comment
new 6146a9354 Some TarArchiveEntry code now throw ArchiveException instead
of IllegalArgumentException.
new f11a3cb1d Some TarArchiveEntry code now throw ArchiveException instead
of IllegalArgumentException.
new 09adf7138 Add and use CpioArchiveEntry.setTimeMillis(long)
The 4 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:
src/changes/changes.xml | 9 ++
.../compress/archivers/ArchiveException.java | 32 ++++
.../compress/archivers/ar/ArArchiveEntry.java | 7 +-
.../archivers/ar/ArArchiveInputStream.java | 3 +-
.../compress/archivers/cpio/CpioArchiveEntry.java | 15 +-
.../archivers/cpio/CpioArchiveOutputStream.java | 2 +-
.../compress/archivers/tar/TarArchiveEntry.java | 162 ++++++++++-----------
.../commons/compress/archivers/tar/TarUtils.java | 25 ++--
.../archivers/zip/X5455_ExtendedTimestamp.java | 9 +-
.../compress/harmony/pack200/FileBands.java | 3 +-
.../commons/compress/utils/ParsingUtils.java | 3 +-
.../commons/compress/archivers/CpioTest.java | 6 +-
.../archivers/lha/LhaArchiveInputStreamTest.java | 3 +-
.../archivers/tar/TarArchiveEntryTest.java | 8 +-
.../archivers/tar/TarArchiveOutputStreamTest.java | 4 +-
.../archivers/zip/X5455_ExtendedTimestampTest.java | 3 +-
16 files changed, 173 insertions(+), 121 deletions(-)