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