1. 5c0f2b2 COMPRESS-263 add DEFLATE support, submitted by Matthias Stevens by Stefan Bodewig · 10 years ago
  2. 9c02632 COMPRESS-283 take note of a fixed bug that didn't make it to the changelog or even JIRA by Stefan Bodewig · 10 years ago
  3. 39572d1 COMPRESS-280 aftermath, ZipArchiveInputStream can't know the size before the data descriptor has been read by Stefan Bodewig · 10 years ago
  4. b7b5e5e post-release merging and bumping by Stefan Bodewig · 10 years ago
  5. 3547741 RC1 is Compress 1.8.1 by Stefan Bodewig · 10 years ago
  6. 5356ed3 typo by Stefan Bodewig · 10 years ago
  7. c42e491 typo by Stefan Bodewig · 10 years ago
  8. 03bf7ea Creating compress-1.8.1-RC1 tag by Stefan Bodewig · 10 years ago
  9. ec5eebf preliminary release notes for 1.8.1 by Stefan Bodewig · 10 years ago
  10. b72c4f9 Make svn and RAT ignore some stuff present in my workspace by Stefan Bodewig · 10 years ago
  11. 5857162 COMPRESS-275 document XZ for Java dependency on the limitations page as well by Stefan Bodewig · 10 years ago
  12. b32018e change version of next release to 1.8.1 by Stefan Bodewig · 10 years ago
  13. f2c2b9f COMPRESS-280 add explicit argument verification by Stefan Bodewig · 10 years ago
  14. c9c1565 COMPRESS-280 don't call read in TarArchiveInputStream#skip by Stefan Bodewig · 10 years ago
  15. 38aaf2c clean up test output by Stefan Bodewig · 10 years ago
  16. ddb5fd6 COMPRESS-279 detect a truncated tar archive and throw an exception by Stefan Bodewig · 10 years ago
  17. 1ea7e01 COMPRESS-278 all empty numeric fields should be ignored in tars by Stefan Bodewig · 10 years ago
  18. 383d903 fix date by Stefan Bodewig · 10 years ago
  19. 5ab06da COMPRESS-273 sprinkle in a few null checks by Stefan Bodewig · 10 years ago
  20. 2d3e016 COMPRESS-174 verify BZip2CompressorInputStream rejects input of wrong format by Stefan Bodewig · 10 years ago
  21. 551db60 Explain why it's OK to share static mutable field - it's write-only by Sebastian Bazley · 10 years ago
  22. 8e5f665 COMPRESS-274 unnanmed entries cause trouble for ChangeSet#delete* by Stefan Bodewig · 10 years ago
  23. a1379c0 ArjArchiveInputStream#canReadEntryData wasn't checking the entry it was supposed to check by Stefan Bodewig · 10 years ago
  24. c28a1c0 actually, these have been bug fixes by Stefan Bodewig · 10 years ago
  25. aa0c705 COMPRESS-276 verify there is a current archive entry before reading from or writing to the stream by Stefan Bodewig · 10 years ago
  26. 0508270 COMPRESS-277 share the buffer used in skip - concurrent writes to the buffer won't do any harm as the data is discarded ayway by Stefan Bodewig · 10 years ago
  27. 557800a COMPRESS-277 make sure IOUtils#skip deals with streams that return 0 on skip even though more could be read by Stefan Bodewig · 10 years ago
  28. 8af0b6c COMPRESS-272 document the fact .Z hasn't been auto-detected so far by Stefan Bodewig · 10 years ago
  29. c5f9ceb COMPRESS-272 add auto-detect for .Z by Stefan Bodewig · 10 years ago
  30. d4d2148 Don't use '_' as an identifier to avoid a compiler warning with Java 8 by Emmanuel Bourg · 10 years ago
  31. 627e1bb COMPRESS-270 record fix by Stefan Bodewig · 10 years ago
  32. 7be83c0 COMPRESS-270 two more cases where readFully should be used by Stefan Bodewig · 10 years ago
  33. c1ae99e COMPRESS-270 reading PAX headers may fail on unbuffered InputStreams by Stefan Bodewig · 10 years ago
  34. 61792c9 Mark the dependency on org.tukaani:xz as optional by Emmanuel Bourg · 10 years ago
  35. a0a8f3c open for next iteration by Stefan Bodewig · 11 years ago
  36. 5048d93 RC1 has been accepted as Commons Compress 1.8 by Stefan Bodewig · 11 years ago
  37. bf53dc8 Creating Compress 1.8 RC1 tag by Stefan Bodewig · 11 years ago
  38. 978af62 some more doc changes around 7z filters by Stefan Bodewig · 11 years ago
  39. 2db4781 make XML valid by Stefan Bodewig · 11 years ago
  40. 02006b5 COMPRESS-257 Lasse has released XZ for Java 1.5 by Stefan Bodewig · 11 years ago
  41. f7f2dab Simplify by Sebastian Bazley · 11 years ago
  42. a5b1eb1 Conditional testing for XZ BCJ bug by Sebastian Bazley · 11 years ago
  43. 13d106a link to limitations page under documentation entry by Stefan Bodewig · 11 years ago
  44. 59c1780 COMPRESS-257 turn error thrown by XZ into a more useful exception by Stefan Bodewig · 11 years ago
  45. a8c5236 consistent all-upper headings by Stefan Bodewig · 11 years ago
  46. bbac871 Add a 'known limitations' page by Stefan Bodewig · 11 years ago
  47. 951240b Add serialVersionUID by Sebastian Bazley · 11 years ago
  48. eb2daf3 Explicit boxing by Sebastian Bazley · 11 years ago
  49. 72b7d2a Unused import by Sebastian Bazley · 11 years ago
  50. f393acc Generics by Sebastian Bazley · 11 years ago
  51. 4687b89 Fix Javadoc syntax warning from Eclipse by Sebastian Bazley · 11 years ago
  52. 392ee57 Arrays#copyOfRange is Java 1.6+; replace with basic local implementation by Sebastian Bazley · 11 years ago
  53. e936436 add delta filter to 7z by Stefan Bodewig · 11 years ago
  54. b6656eb COMPRESS-257 unfortunately there is a bug in XZ for Java 1.4 which causes the tests to fail by Stefan Bodewig · 11 years ago
  55. 1365093 COMPRESS-257 add the remaining BCJ implementations provided by XZ for Java by Stefan Bodewig · 11 years ago
  56. bd6e3f2 7z doesn't use the single byte id for 7z archives but only for XZ streams by Stefan Bodewig · 11 years ago
  57. 5a8030a COMPRESS-257 add support for x86 BCJ - XZ for Java also supports some of the other BJJs and Delta by Stefan Bodewig · 11 years ago
  58. 6894802 The declared exception IOException is not actually thrown by the constructor. by Gary D. Gregory · 11 years ago
  59. 18d900b Format. by Gary D. Gregory · 11 years ago
  60. 070d464 Add missing serial version ID (default). by Gary D. Gregory · 11 years ago
  61. df3b127 Change indirect accesses to static members to direct accesses (accesses through subtypes). by Gary D. Gregory · 11 years ago
  62. 712a038 Add final modifier to private fields. by Gary D. Gregory · 11 years ago
  63. a5936af unused import by Stefan Bodewig · 11 years ago
  64. 891f056 COMPRESS-258 read back some of the method's options as well by Stefan Bodewig · 11 years ago
  65. 303a757 re-shuffle som code by Stefan Bodewig · 11 years ago
  66. b75dc0d move lookup method for SevenZMethod by byte sequence by Stefan Bodewig · 11 years ago
  67. d07d5eb COMPRESS-258 provide access to methods that have been used when creating the archive - method part, configuration properties to follow by Stefan Bodewig · 11 years ago
  68. ce13559 move static method to end of class by Stefan Bodewig · 11 years ago
  69. 1a502ae COMPRESS-261 allow the per-entry methods to be set to null explicitly by Stefan Bodewig · 11 years ago
  70. 845b370 COMPRESS-261 allow content compression to be overriden per entry by Stefan Bodewig · 11 years ago
  71. 826896c what's coming teaser by Stefan Bodewig · 11 years ago
  72. 1144ed7 COMPRESS-266 document changes by Stefan Bodewig · 11 years ago
  73. 2710364 Gump runs OutOfMemory with the bigger dictionary size, use smaller sizes by Stefan Bodewig · 11 years ago
  74. 77f8f62 COMPRESS-266 tests by Stefan Bodewig · 11 years ago
  75. 1aaf567 wire multiple codecs by the specified binding pairs rather than relying on order by Stefan Bodewig · 11 years ago
  76. b5baeae when using more than one codec the codecs must be combined using 'binding pairs' and the 'compressed size' of each codec must be recorded by Stefan Bodewig · 11 years ago
  77. 3fa07b1 allow some numeric values to be configured easily by Stefan Bodewig · 11 years ago
  78. fef6bca keep options <=> properties translations in a single place, the Codec by Stefan Bodewig · 11 years ago
  79. eb76019 the codec should know the options, not the enum by Stefan Bodewig · 11 years ago
  80. 9c4bbcb a bit more typesafety by using a custom class rather than Map.Entry - more incremental changes to follow by Stefan Bodewig · 11 years ago
  81. 44e2059 COMPRESS-266 now you can set options for 7z methods, still need to write docs and tests by Stefan Bodewig · 11 years ago
  82. 2cf0595 add infrastructure for user specified options for 7z codecs - would finish COMPRESS-266 immediately if there was a Pair class in Java5. by Stefan Bodewig · 11 years ago
  83. 00fe306 allow a stack of methods when writing 7z files - preparation for COMPRESS-266 and needed by COMPRESS-257 as well by Stefan Bodewig · 11 years ago
  84. 8b7817b some things I've learned by wading through the format spec by Stefan Bodewig · 11 years ago
  85. 8167612 remove magic number by Stefan Bodewig · 11 years ago
  86. d3cbe22 wrong dates and a typo by Stefan Bodewig · 11 years ago
  87. a99d1e3 COMPRESS-267 throw a specific exception in ArchiveStreamFactory if asked to read/write 7z - or any other future format we don't support streaming for by Stefan Bodewig · 11 years ago
  88. 3a1451b COMPRESS-267 add a matches method to SevenZFile by Stefan Bodewig · 11 years ago
  89. 248fd0c bzzt, wrong, the name ends with Ü not \ - get a cup of coffee by Stefan Bodewig · 11 years ago
  90. 21fd4b6 this assertion will fail on Windows by Stefan Bodewig · 11 years ago
  91. c608c33 COMPRESS-265 tariling backslashes are as bad for PAX headers as trailing slashes - on Windows by Stefan Bodewig · 11 years ago
  92. 8e95f5d COMPRESS-231 set expectations straight by Stefan Bodewig · 11 years ago
  93. 26210c6 cosmetics by Stefan Bodewig · 11 years ago
  94. aed5611 COMPRESS-264 make sure the very first read operation actually fills the ByteBuffer by Stefan Bodewig · 11 years ago
  95. bc741b1 COMPRESS-264 add a (failing) Unit Test by Stefan Bodewig · 11 years ago
  96. 8da3772 COMPRESS-262 be more lenient when parsing tar headers as some dialect use up all space for big numbers by Stefan Bodewig · 11 years ago
  97. c237668 magic strings by Stefan Bodewig · 11 years ago
  98. 7c068db COMPRESS-260 provide read access to GZIP metadata by Stefan Bodewig · 11 years ago
  99. eddcd3b update to new parent release by Stefan Bodewig · 11 years ago
  100. 07b15a1 COMPRESS-259 also honor decompressConcatenated when the format has been specified explicitly by Stefan Bodewig · 11 years ago