1. 45e51c2 fix javadoc errors detected by Java8 EA b120 by Stefan Bodewig · 11 years ago
  2. 8a2f04c Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  3. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  4. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  5. 8038cf7 unused field by Stefan Bodewig · 13 years ago
  6. 1b915c7 support writing of BSD dialect AR archives with long file names. COMPRESS-144 by Stefan Bodewig · 13 years ago
  7. 46628ef @Override by Stefan Bodewig · 13 years ago
  8. 8006d31 Javadoc tidyup by Sebastian Bazley · 14 years ago
  9. cf76a53 check name/size and lastModified read from ar is consistent with what we write by Stefan Bodewig · 15 years ago
  10. 13b90ae Check for closing non-existent entry by Sebastian Bazley · 15 years ago
  11. a45e9cb only write and close is allowed after the call of finish by Christian Grobmeier · 15 years ago
  12. 285ee87 added comments by Christian Grobmeier · 15 years ago
  13. 545bfa8 call of finish() is optional calling finish() twice causes an exception by Christian Grobmeier · 15 years ago
  14. ab26943 added byte counter by Christian Grobmeier · 15 years ago
  15. d170f34 COMPRESS-64: finish() does not close archive entries by default any longer by Christian Grobmeier · 15 years ago
  16. 6dfdfb5 COMPRESS-64: added finish() as abstract method and implemented it empty for Ar-Archiver. Added Javadocs by Christian Grobmeier · 15 years ago
  17. 865686a COMPRESS-63 - replace dependency on default charset with ASCII where appropriate; by Sebastian Bazley · 15 years ago
  18. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  19. b0922dc Remove methods already provided by superclass by Sebastian Bazley · 15 years ago
  20. 29f1d08 make closeArchiveEntry a NOP if called repeatedly. This makes ArTestCase fail for all platforms consistently 8-) by Stefan Bodewig · 15 years ago
  21. 6140bf0 Move header and trailer strings to ArArchiveEntry constants by Sebastian Bazley · 15 years ago
  22. a91e7c7 Javadoc - thread safety by Sebastian Bazley · 15 years ago
  23. 1d3d6ea Add some minimal Javadoc by Sebastian Bazley · 15 years ago
  24. c30b588 no longer extende FilterOutputStream in ArchiveOutputStream by Stefan Bodewig · 16 years ago
  25. 90a05f7 revert Filter*Stream patches since they do more harm than help by Stefan Bodewig · 16 years ago
  26. c828c1d take advantage of FilterOutputStream by Stefan Bodewig · 16 years ago
  27. 3f9bcc6 fix whitespace by Stefan Bodewig · 16 years ago
  28. f77e1f1 merge ZipArchiveOutputStream and ZipOutputStream by Stefan Bodewig · 16 years ago
  29. 890a7e0 fixed the one-off problem, got rid of some unused methods by Torsten Curdt · 16 years ago
  30. ca16539 import of new redesign branch by Torsten Curdt · 16 years ago