1. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  2. 46212e5 some Javadoc fixes by Stefan Bodewig · 12 years ago
  3. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  4. a0e435e Always use blocks for conditional statements by Sebastian Bazley · 12 years ago
  5. e81176f @Override is not valid for interface implementations in Java5 by Stefan Bodewig · 13 years ago
  6. 46628ef @Override by Stefan Bodewig · 13 years ago
  7. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  8. 7b115db Misspelt Javadoc tag by Sebastian Bazley · 14 years ago
  9. 57cb8c8 allow format to be specified with convenience constructors by Stefan Bodewig · 14 years ago
  10. b11dca2 make block size configurable, auto-generate unique values for inode and dev, provide a reasonable default for mode. COMPRESS-85 by Stefan Bodewig · 14 years ago
  11. e1640e5 check name/directory/size and lastModified read from cpio is consistent with what we write by Stefan Bodewig · 15 years ago
  12. 06fbac9 whitespace by Stefan Bodewig · 15 years ago
  13. 17ffd7f add getLastModifiedDate to ArchiveEntry - implement it assuming cpio and ar use seconds since epoch for their time values by Stefan Bodewig · 15 years ago
  14. 28c23fb added equals / hashCode based on the name property by Christian Grobmeier · 15 years ago
  15. 70ce471 Fix Javadoc complaint by Sebastian Bazley · 15 years ago
  16. 2de1b50 Only set size if File#isFile() is true by Sebastian Bazley · 15 years ago
  17. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  18. 1736719 Mode will be zero for trailers in old format cpio archives too. by Sebastian Bazley · 15 years ago
  19. f17ce4b Make entry "constants" final by Sebastian Bazley · 15 years ago
  20. 1b2e300 Add alignmentBoundary and pad calculation methods to simplify the job for users. by Sebastian Bazley · 15 years ago
  21. 84f836e COMPRESS-55 Throw error if user attempts to set an invalid mode by Sebastian Bazley · 15 years ago
  22. db7f577 The default value for fileFormat must be chosen so checkNewFormat() and checkOldFormat() both fail; -1 is not suitable. by Sebastian Bazley · 15 years ago
  23. 0a8aaa5 Javadoc by Sebastian Bazley · 15 years ago
  24. b7ea671 Documentation correction by Sebastian Bazley · 15 years ago
  25. 8c36ce3 Show modes as hex (easier to understand) by Sebastian Bazley · 15 years ago
  26. 8143cde Unused imports and Javadoc syntax fixes by Sebastian Bazley · 15 years ago
  27. 176337a Javadoc improvements submitted by Christian Grobmeier, SANDBOX-305 by Stefan Bodewig · 15 years ago
  28. 41f4a20 clean up protected/public API - SANDBOX-294 - a combination of patches by Sebb, Christian Grobmeier and discussion on the dev list http://mail-archives.apache.org/mod_mbox/commons-dev/200903.mbox/%3Cy1ufxhbifdo.fsf@v30161.1blu.de%3E by Stefan Bodewig · 15 years ago
  29. 5d9f7b4 fix some findbugs issues - SANDBOX-246 by Stefan Bodewig · 16 years ago
  30. 70c8320 applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago