andrebrait opened a new pull request #254: URL: https://github.com/apache/commons-compress/pull/254
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 Possible breaking change: `ctime` and `atime` are not part of the _**extra**_ PAX headers anymore. This means that, if anyone is using those manually, they won't be able to do that anymore. A possible solution would be to add them to the extra PAX headers anyway and update their values when setting the corresponding date fields. The other way around (updating the dates when setting the headers) is already working. Looking for feedback on that so I know if you think that's a problem or not. I'm als looking for feedback into possibly making BIGNUMBER_POSIX and possibly LONGNAME_POSIX the defaults, or at least having expand most errors related to big numbers to reference BIGNUMBER_POSIX and/or BIGNUMBER_GNU (although that's problematic for some TAR tools). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
