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