forked from apache/commons-compress
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[COMPRESS-612] improve TAR support for file times (apache#254)
* COMPRESS-612: improve TAR support for file times R/W atime and ctime support for XSTAR/XUSTAR/POSIX R/W high precision (100ns increments) time support for POSIX Read support for atime and ctime for OLDGNU/GNU Use FileTime instead of Date to allow for higher precision * COMPRESS-612: split ctime and birthtime * COMPRESS-612: address review notes, more tests * COMPRESS-612: Test older formats, add comments * COMPRESS-612: Fix GNU tar tests * COMPRESS-612: Improve documentation
- Loading branch information
1 parent
fa0690d
commit b7f0cbb
Showing
28 changed files
with
1,149 additions
and
48 deletions.
There are no files selected for viewing
388 changes: 358 additions & 30 deletions
388
src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.