1. e5a26fd Unused imports by Sebastian Bazley · 13 years ago
  2. 8862a48 Missing @Override by Sebastian Bazley · 13 years ago
  3. c4f3433 Avoid "empty flow control statement" warning by Sebastian Bazley · 13 years ago
  4. 2e54015 Javadoc by Sebastian Bazley · 13 years ago
  5. 23e22d2 Unnecessary @SuppressWarnings - fallthrough is commented by Sebastian Bazley · 13 years ago
  6. 1770ed0 Unused imports by Sebastian Bazley · 13 years ago
  7. 003af76 Typo by Sebastian Bazley · 13 years ago
  8. fa237cc document support for concatenated streams by Stefan Bodewig · 13 years ago
  9. 6b4172e some '@Override's that have been removed by accident by Stefan Bodewig · 13 years ago
  10. 30c859c support for concatenated streams in Gzip input. COMPRESS-154. Submitted by Lasse Collin by Stefan Bodewig · 13 years ago
  11. fa886ac make XZInputStream default to not support concatenated streams to be consistent with bzip2 and soon gzip by Stefan Bodewig · 13 years ago
  12. 20fd83a support uncompressing concatenated .bz2 files. COMPRESS-146. Submitted by Lasse Collin by Stefan Bodewig · 13 years ago
  13. 3217007 extract common file name munging code from the *Utils classes by Stefan Bodewig · 13 years ago
  14. ec0dd9b Christian has an ASF id by Stefan Bodewig · 13 years ago
  15. e166fa7 documentation for XZ by Stefan Bodewig · 13 years ago
  16. 1b86ffa XZUtils modelled after GzipUtils by Stefan Bodewig · 13 years ago
  17. eaba993 Initial test for XZ. COMPRESS-156 by Stefan Bodewig · 13 years ago
  18. aa73926 support for XZ compression format submitted by Lasse Collin. COMPRESS-156 by Stefan Bodewig · 13 years ago
  19. 3447a36 1.3 has been released, open up for 1.4 by Stefan Bodewig · 13 years ago
  20. e43a802 increase test coverage by Stefan Bodewig · 13 years ago
  21. ab6edbc unused code by Stefan Bodewig · 13 years ago
  22. f51fee1 Improve test-coverage for DumpArchiveEntry and fix a bug found by doing so by Stefan Bodewig · 13 years ago
  23. f3b51a5 remove unneeded cast to int in bitwise operations, add tests for convert methods by Stefan Bodewig · 13 years ago
  24. 8038cf7 unused field by Stefan Bodewig · 13 years ago
  25. 94355f3 Upgrade to JUnit 4.10 from 4.8.2. by Gary D. Gregory · 13 years ago
  26. da27454 Upgrade to maven-pmd-plugin 2.5 (=PMD 4.2.5) from 2.4 (=PMD 4.2.2). The reports are the same. by Gary D. Gregory · 13 years ago
  27. 7c7a207 Migrate to cobertura-maven-plugin 2.5.1 (= Cobertura 1.9.4.1) from 2.2 (= Cobertura 1.9). by Gary D. Gregory · 13 years ago
  28. 950543f Give proper credit to Michael (not Markus) Kuss by Stefan Bodewig · 13 years ago
  29. 002c8a3 SVN ignore maven-eclipse.xml by Gary D. Gregory · 13 years ago
  30. 5eab478 Remove unused imports. by Gary D. Gregory · 13 years ago
  31. 010795e Fix typo in // comment. by Gary D. Gregory · 13 years ago
  32. cb384be Tests for Counting(In|Out)putStream by Stefan Bodewig · 13 years ago
  33. 18b78a4 improve test-coverage of pack200 package by Stefan Bodewig · 13 years ago
  34. 9032b12 Use a constant for the length of the expected signature by Stefan Bodewig · 13 years ago
  35. f811c7b back to snapshot version by Stefan Bodewig · 13 years ago
  36. 68d0c02 prepare for 1.3RC1 by Stefan Bodewig · 13 years ago
  37. 84368f7 Tweaks to docs pre-release by Stefan Bodewig · 13 years ago
  38. 64f0022 Unused imports by Stefan Bodewig · 13 years ago
  39. 267a334 Having a thread-safe count in an otherwise not-thread-safe stream doesn't make much sense by Stefan Bodewig · 13 years ago
  40. c547b01 Pack200CompressorInputStream's getBytesRead method always returns 0 by Stefan Bodewig · 13 years ago
  41. fdac147 TarArchiveOutputStream's getBytesWritten doesn't work. COMPRESS-160 by Stefan Bodewig · 13 years ago
  42. ec0db74 Those classes are so much more useful with public constructors by Stefan Bodewig · 13 years ago
  43. 41fc7c5 Add Counting(In|Out)putStreams by Stefan Bodewig · 13 years ago
  44. ff9b6fd Move to Parent 22, remove Clirr (now provided by parent), modernize javadoc, exclude test archives from RAT report by Stefan Bodewig · 13 years ago
  45. f35bdab Add a tarball holding all zips needed for zip64 interop tests by Stefan Bodewig · 13 years ago
  46. bb54f6d PKZip integration tests. COMPRESS-36 by Stefan Bodewig · 13 years ago
  47. 31b05e9 we know jar doesn't like all archives that other tools - including compress - consider valid by Stefan Bodewig · 13 years ago
  48. 2eb442b documentation for the pack200 compressor package by Stefan Bodewig · 13 years ago
  49. 9d48613 Convenience overloads by Stefan Bodewig · 13 years ago
  50. 2a87945 don't rely on pack/unpack closing the input in exceptional situations by Stefan Bodewig · 13 years ago
  51. 615cda3 address FindBugs issues by Stefan Bodewig · 13 years ago
  52. f4ff200 obviously incomplete documentation for pack200 streams. COMPRESS-142 by Stefan Bodewig · 13 years ago
  53. 32b8e3b Typos by Sebastian Bazley · 13 years ago
  54. 8743675 Utility class that "normalizes" a JAR archive so it can be signed without Pack200 breaking the signature by Stefan Bodewig · 13 years ago
  55. 2accfc4 re-create test Pack200 archive using Java5 by Stefan Bodewig · 13 years ago
  56. 8aeba82 change some class names in the pack200 package. COMPRESS-142 by Stefan Bodewig · 13 years ago
  57. 16912b6 explain why we pack200 package doesn't pump streams. COMPRESS-142 by Stefan Bodewig · 13 years ago
  58. 65c2498 Fix dump stream detection based on magic value - 24 is the offset used inside my Ubuntu Linux magic file and seems to work for the example archives. COMPRESS-132 by Stefan Bodewig · 13 years ago
  59. b7095f3 Pack200 support. COMPRESS-142 by Stefan Bodewig · 13 years ago
  60. 67248f0 Add documentation for dump support. COMPRESS-132 by Stefan Bodewig · 13 years ago
  61. 54ac6da Add a getNextDumpEntry method to parallel what the other archivers do by Stefan Bodewig · 13 years ago
  62. cdb582d Remove unnecessary @SuppressWarnings; document necessary ones by Sebastian Bazley · 13 years ago
  63. 3b3f4cf Unthrown Exception by Sebastian Bazley · 13 years ago
  64. bdf9470 No need to override factory from super-class by Sebastian Bazley · 13 years ago
  65. 8896a5c Add specific check for incorrect classpath, rather than relying on NPE by Sebastian Bazley · 13 years ago
  66. 4525a60 Redundant null check by Sebastian Bazley · 13 years ago
  67. 072d794 Javadoc by Sebastian Bazley · 13 years ago
  68. 624a89a Javadoc references by Sebastian Bazley · 13 years ago
  69. 82c16de Fix up some raw types by Sebastian Bazley · 13 years ago
  70. e7f2f3c dump code doesn't support BZIP right now. COMPRESS-132 by Stefan Bodewig · 13 years ago
  71. 4b27ac7 ensure DumpArchiveInputStream closes underlying stream. COMPRESS-132 by Stefan Bodewig · 13 years ago
  72. 6715dba I don't think leading slashes is what one would expect from the content of a dump archive. COMPRESS-132 by Stefan Bodewig · 13 years ago
  73. 5fffb01 labeled break is not needed, there is only one loop. COMPRESS-132 by Stefan Bodewig · 13 years ago
  74. 281591e make DumpArchiveEntry's getName consistent with other implementations by adding a trailing / for directories. Strip leading . if present. COMPRESS-132 by Stefan Bodewig · 13 years ago
  75. b0e55a1 make extraction tests pass for dump. COMPRESS-132 by Stefan Bodewig · 13 years ago
  76. 0b26aa5 (mostly failing) testcase for dump stream. COMPRESS-132 by Stefan Bodewig · 13 years ago
  77. e635c30 Linux dump archives containing test1.xml and test2.xml (along with some dirs that the tests will need to ignore) by Stefan Bodewig · 13 years ago
  78. 34e9390 address issues detected by findbugs by Stefan Bodewig · 13 years ago
  79. 6972162 make PMD happier by Stefan Bodewig · 13 years ago
  80. 0ad7f0f whitespace by Stefan Bodewig · 13 years ago
  81. 07ec353 reduce public API of dump package, fix equals in DumpArchiveSummary. COMPRESS-132 by Stefan Bodewig · 13 years ago
  82. a15f6c6 Unnecessay cast by Sebastian Bazley · 13 years ago
  83. 207e421 Raw types - internal code by Sebastian Bazley · 13 years ago
  84. 3502040 Javadoc fixes by Sebastian Bazley · 13 years ago
  85. fb06e3a Missing @Override by Sebastian Bazley · 13 years ago
  86. 2e44b5b Javadoc fixes by Sebastian Bazley · 13 years ago
  87. 720b3b1 Unused import by Sebastian Bazley · 13 years ago
  88. f357449 Java5 suppport, COMPRESS-132 by Stefan Bodewig · 13 years ago
  89. dfea836 DumpArchiveInputStream didn't count bytes read. COMPRESS-132 by Stefan Bodewig · 13 years ago
  90. a932366 add dump to ArchiveStreamFactory by Stefan Bodewig · 13 years ago
  91. 054452a Initial code base for read-only Unix dump support contributed by Bear Giles. COMPRESS-132 by Stefan Bodewig · 13 years ago
  92. 3ed497f forgot @Override by Stefan Bodewig · 13 years ago
  93. 3ae0c50 document ZIP64 support by Stefan Bodewig · 13 years ago
  94. d3283fa recommend using the File-arg version of ZipArchiveOutputStream by Stefan Bodewig · 13 years ago
  95. 7e74dd4 formatting only by Stefan Bodewig · 13 years ago
  96. b64aa8a address issues detected by FindBugs and PMD by Stefan Bodewig · 13 years ago
  97. 18e1a3a It seems WinZip uses 'version needed to extract' from the central directory entry to parse the local file header ignoring the 'version' stored in the LFH. Make sure the two values agree, which they did not in 'Always' mode. by Stefan Bodewig · 13 years ago
  98. 6daf585 be more aggressive when closing/deleting temporary files in tests by Stefan Bodewig · 13 years ago
  99. 7c71493 Interop tests with WinZip by Stefan Bodewig · 13 years ago
  100. 500d940 Move ZIP64 (integration) tests to a separate run-it profile as suggested by Mark Struberg by Stefan Bodewig · 13 years ago