1. 45e51c2 fix javadoc errors detected by Java8 EA b120 by Stefan Bodewig · 11 years ago
  2. 8caf1f7 upgrade findbugs, this allows us to remove equals from JarEntry but needs a few additional adjustments by Stefan Bodewig · 11 years ago
  3. 90b73bf Add encoding support to CPIO package - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  4. bb2200b Replaced StringBuffers with StringBuilders by Emmanuel Bourg · 11 years ago
  5. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  6. 39c93f4 Trailing spaces by Sebastian Bazley · 12 years ago
  7. 46628ef @Override by Stefan Bodewig · 13 years ago
  8. 3553cda compile without warnings using -Xlint:unchecked by Stefan Bodewig · 13 years ago
  9. 58c56fc reduce PMD whining by Stefan Bodewig · 13 years ago
  10. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  11. 145d876 Javadoc; unused import by Sebastian Bazley · 14 years ago
  12. 231f1df Update count properly in CpioArchiveOutputStream, get rid of CountingStream by Stefan Bodewig · 14 years ago
  13. 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
  14. 1468424 it looks as if CPIO was writing files in blocks with 512 being the default blocksize. COMPRESS-85 by Stefan Bodewig · 14 years ago
  15. e1640e5 check name/directory/size and lastModified read from cpio is consistent with what we write by Stefan Bodewig · 15 years ago
  16. cc3d418 now ar and cpio really use seconds internally and read/write them as such. by Stefan Bodewig · 15 years ago
  17. 38118ec Avoid NPE if closeArchiveEntry called with no active entry by Sebastian Bazley · 15 years ago
  18. eebf2db Typo by Sebastian Bazley · 15 years ago
  19. a45e9cb only write and close is allowed after the call of finish by Christian Grobmeier · 15 years ago
  20. 285ee87 added comments by Christian Grobmeier · 15 years ago
  21. 545bfa8 call of finish() is optional calling finish() twice causes an exception by Christian Grobmeier · 15 years ago
  22. ab26943 added byte counter by Christian Grobmeier · 15 years ago
  23. c69371b COMPRESS-63: fields are stored in ASCII added javadoc by Christian Grobmeier · 15 years ago
  24. 6273f3a COMPRESS-64: finish() does not close archive entries by default any longer by Christian Grobmeier · 15 years ago
  25. d170f34 COMPRESS-64: finish() does not close archive entries by default any longer by Christian Grobmeier · 15 years ago
  26. 479a349 Missing/misplaced TODOs for default charset by Sebastian Bazley · 15 years ago
  27. 865686a COMPRESS-63 - replace dependency on default charset with ASCII where appropriate; by Sebastian Bazley · 15 years ago
  28. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  29. d92df02 Replace specific methods with generic ones by Sebastian Bazley · 15 years ago
  30. 15ce51c Actually close the streams as promised by the Javadoc by Sebastian Bazley · 15 years ago
  31. 09fbdbd Caller must already have set the entry format by Sebastian Bazley · 15 years ago
  32. f235f6b Simplify code by using getXXXPadCount() methods by Sebastian Bazley · 15 years ago
  33. c78e72b Add some TODOs and implementation notes by Sebastian Bazley · 15 years ago
  34. fc425ae Oops, forgot to change check for initial value when the default changed by Sebastian Bazley · 15 years ago
  35. 9a87102 Mode defaults to zero, so no need to set it. by Sebastian Bazley · 15 years ago
  36. 952d0fc Use constant string for trailer by Sebastian Bazley · 15 years ago
  37. b265682 Disallow mixed header formats in a single output file by Sebastian Bazley · 15 years ago
  38. cf37345 Make format final - there is then no need to synch. on the field by Sebastian Bazley · 15 years ago
  39. 004124a Improve cpio tests, submitted by Christian Grobmeier, COMPRESS-28 by Stefan Bodewig · 15 years ago
  40. 9d6dbc3 No point having a single synch. method when the class is otherwise not synch. by Sebastian Bazley · 15 years ago
  41. 176337a Javadoc improvements submitted by Christian Grobmeier, SANDBOX-305 by Stefan Bodewig · 15 years ago
  42. 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
  43. c30b588 no longer extende FilterOutputStream in ArchiveOutputStream by Stefan Bodewig · 16 years ago
  44. 90a05f7 revert Filter*Stream patches since they do more harm than help by Stefan Bodewig · 16 years ago
  45. c828c1d take advantage of FilterOutputStream by Stefan Bodewig · 16 years ago
  46. 3f9bcc6 fix whitespace by Stefan Bodewig · 16 years ago
  47. f77e1f1 merge ZipArchiveOutputStream and ZipOutputStream by Stefan Bodewig · 16 years ago
  48. 5d9f7b4 fix some findbugs issues - SANDBOX-246 by Stefan Bodewig · 16 years ago
  49. 70c8320 applied patch from Christian Grobmeier by Torsten Curdt · 16 years ago