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. a6fbdae support writing big files using star extensions. COMPRESS-165. Patch by John Kodis. by Stefan Bodewig · 13 years ago
  5. 5dad112 Allow PAX headers to set sizes bigger than 8GiB. COMPRESS-163. Based on patch by John Kodis by Stefan Bodewig · 13 years ago
  6. 6daf585 be more aggressive when closing/deleting temporary files in tests by Stefan Bodewig · 13 years ago
  7. 26d12c5 Reject illegal sizes by Sebastian Bazley · 15 years ago
  8. 421e379 Use generic methods by Sebastian Bazley · 15 years ago
  9. 8143cde Unused imports and Javadoc syntax fixes by Sebastian Bazley · 15 years ago
  10. c013e28 use proper size for directories - SANDBOX-303 by Stefan Bodewig · 15 years ago
  11. 82594a2 Make tests pass on Linux - this is only hiding a different issue that I'll open a JIRA ticket for tomorrow, directories have a size different from 0 when queried via File.length() on Unix-like systems by Stefan Bodewig · 15 years ago
  12. 32eea1e deal with file system roots added as tar entries. SANDBOX-284 by Stefan Bodewig · 15 years ago