1. f235f6b Simplify code by using getXXXPadCount() methods by Sebastian Bazley · 16 years ago
  2. 1b2e300 Add alignmentBoundary and pad calculation methods to simplify the job for users. by Sebastian Bazley · 16 years ago
  3. e909f5c remove links to broken examples, update the documentation a little, fix link to svn by Stefan Bodewig · 16 years ago
  4. 8101724 minimal package level javadocs by Stefan Bodewig · 16 years ago
  5. b1bfbcb Improve bzip2 creation speed, submitted by Rodrigo Schmidt to Ant, COMPRESS-58 by Stefan Bodewig · 16 years ago
  6. c78e72b Add some TODOs and implementation notes by Sebastian Bazley · 16 years ago
  7. 008ca94 support as much as possible of ZipFile as a stream can do in ZipArchiveInputStream, COMPRESS-47 by Stefan Bodewig · 16 years ago
  8. fc425ae Oops, forgot to change check for initial value when the default changed by Sebastian Bazley · 16 years ago
  9. 84f836e COMPRESS-55 Throw error if user attempts to set an invalid mode by Sebastian Bazley · 16 years ago
  10. 9fbe205 COMPRESS-55 Don't attempt to set mode zero. Print error if mode 0 found not in trailer. by Sebastian Bazley · 16 years ago
  11. 9a87102 Mode defaults to zero, so no need to set it. by Sebastian Bazley · 16 years ago
  12. db7f577 The default value for fileFormat must be chosen so checkNewFormat() and checkOldFormat() both fail; -1 is not suitable. by Sebastian Bazley · 16 years ago
  13. 2b9b452 Re-arrange constants in descending order; ensure numbers are aligned and the same length. by Sebastian Bazley · 16 years ago
  14. 31d002b Ensure a valid mode is set by Sebastian Bazley · 16 years ago
  15. 952d0fc Use constant string for trailer by Sebastian Bazley · 16 years ago
  16. d30ff4d Ensure temp archives are deleted by Sebastian Bazley · 16 years ago
  17. 4f1272b Close files so they can be deleted by Sebastian Bazley · 16 years ago
  18. ad92561 Tidy up streams and files after use by Sebastian Bazley · 16 years ago
  19. e787a37 Tidy up streams and files after use by Sebastian Bazley · 16 years ago
  20. b35d1e7 more resource savings by Stefan Bodewig · 16 years ago
  21. b265682 Disallow mixed header formats in a single output file by Sebastian Bazley · 16 years ago
  22. 0a8aaa5 Javadoc by Sebastian Bazley · 16 years ago
  23. b7ea671 Documentation correction by Sebastian Bazley · 16 years ago
  24. cf37345 Make format final - there is then no need to synch. on the field by Sebastian Bazley · 16 years ago
  25. 04b3c5c COMPRESS-53 Remove src/main/resources by Sebastian Bazley · 16 years ago
  26. 34aa155 free resources in tests more aggressivly by Stefan Bodewig · 16 years ago
  27. 8c36ce3 Show modes as hex (easier to understand) by Sebastian Bazley · 16 years ago
  28. 912a43f Found missing descriptions by Sebastian Bazley · 16 years ago
  29. 004124a Improve cpio tests, submitted by Christian Grobmeier, COMPRESS-28 by Stefan Bodewig · 16 years ago
  30. 728b4e8 Add a DOAP file, COMPRESS-38 by Stefan Bodewig · 16 years ago
  31. 2007633 remove checkstyle plugin, COMPRESS-25 by Stefan Bodewig · 16 years ago
  32. 8732491 Remove old unused M1 relic. by Dennis Lundberg · 16 years ago
  33. a24f831 credit for patch for COMPRESS-23/COMPRESS-33 by Matthew Jason Benson · 16 years ago
  34. d652d98 Remove resources that were left behind from the Maven 1 generated site. by Dennis Lundberg · 16 years ago
  35. 430c225 Remove more sandbox references. by Dennis Lundberg · 16 years ago
  36. 4dcba5a Compress now has its own project in JIRA. by Dennis Lundberg · 16 years ago
  37. 78f2b97 Re-generate compress issue tracking page by Niall Pemberton · 16 years ago
  38. 18834f7 Ignore IDEA project files. by Dennis Lundberg · 16 years ago
  39. 2c0d14b Set EOL style to Native. by Dennis Lundberg · 16 years ago
  40. 0515b72 More formats now supported by Sebastian Bazley · 16 years ago
  41. 9d6dbc3 No point having a single synch. method when the class is otherwise not synch. by Sebastian Bazley · 16 years ago
  42. 8143cde Unused imports and Javadoc syntax fixes by Sebastian Bazley · 16 years ago
  43. e3b752b Ignore target directory tree by Sebastian Bazley · 16 years ago
  44. 11ea2e2 missing license header by Stefan Bodewig · 16 years ago
  45. f03f2f9 +) Cleaned up the site generation by Siegfried Goeschl · 16 years ago
  46. 64feac5 disable checkstyle plugin since we don't provide a configuration and the site goal is broken when we leave the plugin in by Stefan Bodewig · 16 years ago
  47. 176337a Javadoc improvements submitted by Christian Grobmeier, SANDBOX-305 by Stefan Bodewig · 16 years ago
  48. 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 · 16 years ago
  49. b6363ff throw an exception on CRC errors, submitted by Christian Grobmeier, SANDBOX-298 by Stefan Bodewig · 16 years ago
  50. b2e789e bump JUnit dependency by Stefan Bodewig · 16 years ago
  51. 01185cb Sandbox -> Proper in POM except for site stuff by Stefan Bodewig · 16 years ago
  52. e662c75 copy compress from sandbox to proper by Stefan Bodewig · 16 years ago
  53. d9f7989 revert part of the move, need to figure out why only the top level dir was copied first by Stefan Bodewig · 16 years ago
  54. c013e28 use proper size for directories - SANDBOX-303 by Stefan Bodewig · 16 years ago
  55. 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 · 16 years ago
  56. 32eea1e deal with file system roots added as tar entries. SANDBOX-284 by Stefan Bodewig · 16 years ago
  57. 75f92f6 whitespace by Stefan Bodewig · 16 years ago
  58. c24d59c Remove unnecessary method by Sebastian Bazley · 16 years ago
  59. dc281aa Add Javadoc by Sebastian Bazley · 16 years ago
  60. 1d3d6ea Add some minimal Javadoc by Sebastian Bazley · 16 years ago
  61. 60de87b Fix Javadoc by Sebastian Bazley · 16 years ago
  62. eeef242 Javadoc by Sebastian Bazley · 16 years ago
  63. ad3908e Add Javadoc for second method; combine common code. by Sebastian Bazley · 16 years ago
  64. 33176d7 Make some private fields final by Sebastian Bazley · 16 years ago
  65. 8fa12b8 Make some private fields final by Sebastian Bazley · 16 years ago
  66. cec62ce copy-paste error in test. Submitted by Christian Grobmeier. SANDBOX-297 by Stefan Bodewig · 16 years ago
  67. c4a65f0 Improve and unify exception handling in StreamFactories. Submitted by Christian Grobmeier. SANDBOX-299 by Stefan Bodewig · 16 years ago
  68. d524252 proposal text by Stefan Bodewig · 16 years ago
  69. 831a670 remove unneeded boilerplate text by Stefan Bodewig · 16 years ago
  70. 8f44dbf standard NOTICE header, a bit of whitespace by Stefan Bodewig · 16 years ago
  71. 2a395c4 add license header by Stefan Bodewig · 16 years ago
  72. 1ce3b79 bump copyright by Stefan Bodewig · 16 years ago
  73. 7835e42 Unused imports Unnecessary line-wrap by Sebastian Bazley · 16 years ago
  74. 9dd697a simplify location of test files by Stefan Bodewig · 16 years ago
  75. 5f4310f Specify encoding to avoid getting: by Sebastian Bazley · 16 years ago
  76. a436cfa IOException(String, Exception) is for Java 1.6+ by Sebastian Bazley · 16 years ago
  77. c0732cf make tests pass on Linux by Stefan Bodewig · 16 years ago
  78. a942bdf ensure the same encoding is used for name and comment in all places. Submitted by Wolfgang Glas by Stefan Bodewig · 16 years ago
  79. b4c440e typo by Stefan Bodewig · 16 years ago
  80. 5239909 Add option to use UTF-8 for non-encodable file names. SANDBOX-176 by Stefan Bodewig · 16 years ago
  81. d9bd84f Turn Unicode extra field handling into an enum since there are more than two options. SANDBOX-176 by Stefan Bodewig · 16 years ago
  82. 5ccdd3f Remove unnecessary casts by Sebastian Bazley · 16 years ago
  83. 69170ea Remove unnecessary casts by Sebastian Bazley · 16 years ago
  84. 8ebac24 Javadoc fixes by Sebastian Bazley · 16 years ago
  85. 08be5c2 Extraneous ; by Sebastian Bazley · 16 years ago
  86. dfbdfee parse central directory part of extra fields. SANDBOX-292 by Stefan Bodewig · 16 years ago
  87. 633ab9a coding style by Stefan Bodewig · 16 years ago
  88. 9fc82a5 Unused imports and typos, submitted by Wolfgang Glas by Stefan Bodewig · 16 years ago
  89. 2ab601b typo in class name by Stefan Bodewig · 16 years ago
  90. 853176f Improved encoding support for ZIPs, now with Cp437 for JDK 1.4. Submitted by Wolfgang Glas. SANDBOX-176 by Stefan Bodewig · 16 years ago
  91. c3097e6 Improved Changeset support with re-enabled tests, submitted by Christian Grobmeier, SANDBOX-183 by Stefan Bodewig · 16 years ago
  92. fc92ca2 look for Unicode extra fields by default by Stefan Bodewig · 16 years ago
  93. 5402e0d Might as well make all the private variables final by Sebastian Bazley · 16 years ago
  94. 5dda00b Make private variable final (cf CpioArchiveOutputStream) by Sebastian Bazley · 16 years ago
  95. cd6b98a Unused imports; Javadoc fix by Sebastian Bazley · 16 years ago
  96. c059b45 Fix Javadoc - missing parameter name by Sebastian Bazley · 16 years ago
  97. e09c9e5 Remove unnecessary cast by Sebastian Bazley · 16 years ago
  98. be64a2d Fix set() methods that do not actually work. by Sebastian Bazley · 16 years ago
  99. 6640ef9 Protect against possible NPE by Sebastian Bazley · 16 years ago
  100. 89ae6ae Unused variable by Sebastian Bazley · 16 years ago