1. 4dcba5a Compress now has its own project in JIRA. by Dennis Lundberg · 16 years ago
  2. 78f2b97 Re-generate compress issue tracking page by Niall Pemberton · 16 years ago
  3. 18834f7 Ignore IDEA project files. by Dennis Lundberg · 16 years ago
  4. 2c0d14b Set EOL style to Native. by Dennis Lundberg · 16 years ago
  5. 0515b72 More formats now supported by Sebastian Bazley · 16 years ago
  6. 9d6dbc3 No point having a single synch. method when the class is otherwise not synch. by Sebastian Bazley · 16 years ago
  7. 8143cde Unused imports and Javadoc syntax fixes by Sebastian Bazley · 16 years ago
  8. e3b752b Ignore target directory tree by Sebastian Bazley · 16 years ago
  9. 11ea2e2 missing license header by Stefan Bodewig · 16 years ago
  10. f03f2f9 +) Cleaned up the site generation by Siegfried Goeschl · 16 years ago
  11. 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
  12. 176337a Javadoc improvements submitted by Christian Grobmeier, SANDBOX-305 by Stefan Bodewig · 16 years ago
  13. 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
  14. b6363ff throw an exception on CRC errors, submitted by Christian Grobmeier, SANDBOX-298 by Stefan Bodewig · 16 years ago
  15. b2e789e bump JUnit dependency by Stefan Bodewig · 16 years ago
  16. 01185cb Sandbox -> Proper in POM except for site stuff by Stefan Bodewig · 16 years ago
  17. e662c75 copy compress from sandbox to proper by Stefan Bodewig · 16 years ago
  18. 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
  19. c013e28 use proper size for directories - SANDBOX-303 by Stefan Bodewig · 16 years ago
  20. 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
  21. 32eea1e deal with file system roots added as tar entries. SANDBOX-284 by Stefan Bodewig · 16 years ago
  22. 75f92f6 whitespace by Stefan Bodewig · 16 years ago
  23. c24d59c Remove unnecessary method by Sebastian Bazley · 16 years ago
  24. dc281aa Add Javadoc by Sebastian Bazley · 16 years ago
  25. 1d3d6ea Add some minimal Javadoc by Sebastian Bazley · 16 years ago
  26. 60de87b Fix Javadoc by Sebastian Bazley · 16 years ago
  27. eeef242 Javadoc by Sebastian Bazley · 16 years ago
  28. ad3908e Add Javadoc for second method; combine common code. by Sebastian Bazley · 16 years ago
  29. 33176d7 Make some private fields final by Sebastian Bazley · 16 years ago
  30. 8fa12b8 Make some private fields final by Sebastian Bazley · 16 years ago
  31. cec62ce copy-paste error in test. Submitted by Christian Grobmeier. SANDBOX-297 by Stefan Bodewig · 16 years ago
  32. c4a65f0 Improve and unify exception handling in StreamFactories. Submitted by Christian Grobmeier. SANDBOX-299 by Stefan Bodewig · 16 years ago
  33. d524252 proposal text by Stefan Bodewig · 16 years ago
  34. 831a670 remove unneeded boilerplate text by Stefan Bodewig · 16 years ago
  35. 8f44dbf standard NOTICE header, a bit of whitespace by Stefan Bodewig · 16 years ago
  36. 2a395c4 add license header by Stefan Bodewig · 16 years ago
  37. 1ce3b79 bump copyright by Stefan Bodewig · 16 years ago
  38. 7835e42 Unused imports Unnecessary line-wrap by Sebastian Bazley · 16 years ago
  39. 9dd697a simplify location of test files by Stefan Bodewig · 16 years ago
  40. 5f4310f Specify encoding to avoid getting: by Sebastian Bazley · 16 years ago
  41. a436cfa IOException(String, Exception) is for Java 1.6+ by Sebastian Bazley · 16 years ago
  42. c0732cf make tests pass on Linux by Stefan Bodewig · 16 years ago
  43. a942bdf ensure the same encoding is used for name and comment in all places. Submitted by Wolfgang Glas by Stefan Bodewig · 16 years ago
  44. b4c440e typo by Stefan Bodewig · 16 years ago
  45. 5239909 Add option to use UTF-8 for non-encodable file names. SANDBOX-176 by Stefan Bodewig · 16 years ago
  46. d9bd84f Turn Unicode extra field handling into an enum since there are more than two options. SANDBOX-176 by Stefan Bodewig · 16 years ago
  47. 5ccdd3f Remove unnecessary casts by Sebastian Bazley · 16 years ago
  48. 69170ea Remove unnecessary casts by Sebastian Bazley · 16 years ago
  49. 8ebac24 Javadoc fixes by Sebastian Bazley · 16 years ago
  50. 08be5c2 Extraneous ; by Sebastian Bazley · 16 years ago
  51. dfbdfee parse central directory part of extra fields. SANDBOX-292 by Stefan Bodewig · 16 years ago
  52. 633ab9a coding style by Stefan Bodewig · 16 years ago
  53. 9fc82a5 Unused imports and typos, submitted by Wolfgang Glas by Stefan Bodewig · 16 years ago
  54. 2ab601b typo in class name by Stefan Bodewig · 16 years ago
  55. 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
  56. c3097e6 Improved Changeset support with re-enabled tests, submitted by Christian Grobmeier, SANDBOX-183 by Stefan Bodewig · 16 years ago
  57. fc92ca2 look for Unicode extra fields by default by Stefan Bodewig · 16 years ago
  58. 5402e0d Might as well make all the private variables final by Sebastian Bazley · 16 years ago
  59. 5dda00b Make private variable final (cf CpioArchiveOutputStream) by Sebastian Bazley · 16 years ago
  60. cd6b98a Unused imports; Javadoc fix by Sebastian Bazley · 16 years ago
  61. c059b45 Fix Javadoc - missing parameter name by Sebastian Bazley · 16 years ago
  62. e09c9e5 Remove unnecessary cast by Sebastian Bazley · 16 years ago
  63. be64a2d Fix set() methods that do not actually work. by Sebastian Bazley · 16 years ago
  64. 6640ef9 Protect against possible NPE by Sebastian Bazley · 16 years ago
  65. 89ae6ae Unused variable by Sebastian Bazley · 16 years ago
  66. ff40903 remove meaningless @since tags, references to Ant and a single unused deprecated method by Stefan Bodewig · 16 years ago
  67. 1cef965 optionally use UnicodeExtraFields to set names and comments of entries when reading. SANDBOX-176 by Stefan Bodewig · 16 years ago
  68. eadbe11 correct signature detection of ZIP archives. by Stefan Bodewig · 16 years ago
  69. ccc77aa make sure UnicodeField sees the same bytes that are actually written to the archive when calculating the CRC by Stefan Bodewig · 16 years ago
  70. 2b5fb91 provide direct access to extra fields by id by Stefan Bodewig · 16 years ago
  71. 2d44864 add an option to implicitly create Unicode Extra Fields in ZiparchiveOutputStream by Stefan Bodewig · 16 years ago
  72. b8753c0 Use a less technical name for method by Stefan Bodewig · 16 years ago
  73. 1638016 remove unused class. SANDBOX-287 by Stefan Bodewig · 16 years ago
  74. e3347fd use desired encoding when decoding a file name by Stefan Bodewig · 16 years ago
  75. c1ae67b re-enable tests disabled by accident. 7ZIP uses CP437 by default by Stefan Bodewig · 16 years ago
  76. a96f1f2 use NIO to decode names as well by Stefan Bodewig · 16 years ago
  77. 51af42b EFS-Flag interop test using 7-Zip created file submitted by wolfgang Glas. SANDBOX-176 by Stefan Bodewig · 16 years ago
  78. 5c4bbc5 separate unicode tests with and without EFS flag by Stefan Bodewig · 16 years ago
  79. ca01ec4 NIO doesn't recognize all encoding names that String.getBytes does, strange. At least it fails for 'UnicodeBig' on my Java 1.4 installation by Stefan Bodewig · 16 years ago
  80. 4ba374a SANDBOX-176 - use and detect the EFS flag. Based on submissions made by Wolfgang Glas to commons-compress and TAMURA Kent to Ant. by Stefan Bodewig · 16 years ago
  81. e451ee4 TestCase for new Unicode extra fields, based on submission by Wolfgang Glas, SANDBOX-176 by Stefan Bodewig · 16 years ago
  82. 684f72e disable test that fails in Gump by Stefan Bodewig · 16 years ago
  83. 1903db4 Add a JarMarker to the very first entry in a jar. SANDBOX-289 by Stefan Bodewig · 16 years ago
  84. 4e2380b Add support for extra fields introduced by InfoZIP in order to store UTF-8 filenames in ZIPs. Submitted by Wolfgang Glas. SANDBOX-176 by Stefan Bodewig · 16 years ago
  85. 0448caf make ZipArchiveOutputStream and ZipFile use UTF-8 by default by Stefan Bodewig · 16 years ago
  86. 4367229 copy Ant's zip tests by Stefan Bodewig · 16 years ago
  87. b8a34d5 Add directory for ZIP specific tests by Stefan Bodewig · 16 years ago
  88. c3a3305 fix whitespace by Stefan Bodewig · 16 years ago
  89. 1bb5321 new testcases by Christian Grobmeier - SANDBOX-183 by Stefan Bodewig · 16 years ago
  90. f1df5fa SANDBOX-288 Use properties to configure the compiler plugin for Java 1.4 through the commons-parent pom and upgrade to the current sandbox parent pom by Niall Pemberton · 16 years ago
  91. 7a5d18e use proper BZip2 signature, SANDBOX-285 by Stefan Bodewig · 16 years ago
  92. 75d59c3 Explicitly set javac source and target to 1.4, submitted by Christian Grobmeier, SANDBOX-288 by Stefan Bodewig · 16 years ago
  93. 0a986c6 fix linefeeds, thanks to Sebb for spotting this by Stefan Bodewig · 16 years ago
  94. 05f1da9 Add missing AL header by Sebastian Bazley · 16 years ago
  95. a7049ab provide convenience getNext*Entry methods to ArchiveInputStream subclasses by Stefan Bodewig · 16 years ago
  96. 6a66703 reduce accessibilty of "constant" byte-arrays. Findbugs issue, SANDBOX-246 by Stefan Bodewig · 16 years ago
  97. 55c78f6 rename Tar*Stream by Stefan Bodewig · 16 years ago
  98. 0ba4e2a merge TarArchive*Stream with Tar*Stream by Stefan Bodewig · 16 years ago
  99. c30b588 no longer extende FilterOutputStream in ArchiveOutputStream by Stefan Bodewig · 16 years ago
  100. 90a05f7 revert Filter*Stream patches since they do more harm than help by Stefan Bodewig · 16 years ago