1. 811fb4e COMPRESS-191 add checksum check to TarArchiveEntry. Submitted by Jukka Zitting. by Stefan Bodewig · 12 years ago
  2. d7119be Replace magic strings "UTF-8", "US-ASCII", and so on with references to a new .util class CharsetNames (like in other commons components.) The Charsets class will be more useful when [compress] moves to Java 6 and can use String#getBytes(Charset) instead of String#getBytes(String). by Gary D. Gregory · 12 years ago
  3. 39c93f4 Trailing spaces by Sebastian Bazley · 12 years ago
  4. c2bc7a4 properly parse non-ASCII content in PAX extension headers. COMPRESS-184 by Stefan Bodewig · 12 years ago
  5. be286da user STAR encoding for all numeric fields in tar headers if they don't fit in the 'normal' range. COMPRESS-182 by Stefan Bodewig · 12 years ago
  6. 1ffe1b1 parse last modification date from PAX headers if present. COMPRESS-182 by Stefan Bodewig · 12 years ago
  7. 6c71a2b STAR and GNU tar may use binary encoding for all numeric values, including modification time. COMPRESS-182 by Stefan Bodewig · 12 years ago
  8. 40f2e63 workaround for tar implementations that insert a NUL byte into header fields. COMPRESS-181 by Stefan Bodewig · 12 years ago
  9. 5c136a3 prove parsing of PAX headers works correctly. COMPRESS-167 by Stefan Bodewig · 13 years ago