1. aa0c705 COMPRESS-276 verify there is a current archive entry before reading from or writing to the stream by Stefan Bodewig · 10 years ago
  2. 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
  3. 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
  4. 8af0b6c COMPRESS-272 document the fact .Z hasn't been auto-detected so far by Stefan Bodewig · 10 years ago
  5. c5f9ceb COMPRESS-272 add auto-detect for .Z by Stefan Bodewig · 10 years ago
  6. d4d2148 Don't use '_' as an identifier to avoid a compiler warning with Java 8 by Emmanuel Bourg · 10 years ago
  7. 627e1bb COMPRESS-270 record fix by Stefan Bodewig · 10 years ago
  8. 7be83c0 COMPRESS-270 two more cases where readFully should be used by Stefan Bodewig · 10 years ago
  9. c1ae99e COMPRESS-270 reading PAX headers may fail on unbuffered InputStreams by Stefan Bodewig · 10 years ago
  10. 61792c9 Mark the dependency on org.tukaani:xz as optional by Emmanuel Bourg · 10 years ago
  11. a0a8f3c open for next iteration by Stefan Bodewig · 10 years ago
  12. 5048d93 RC1 has been accepted as Commons Compress 1.8 by Stefan Bodewig · 10 years ago
  13. bf53dc8 Creating Compress 1.8 RC1 tag by Stefan Bodewig · 10 years ago
  14. 978af62 some more doc changes around 7z filters by Stefan Bodewig · 10 years ago
  15. 2db4781 make XML valid by Stefan Bodewig · 10 years ago
  16. 02006b5 COMPRESS-257 Lasse has released XZ for Java 1.5 by Stefan Bodewig · 10 years ago
  17. f7f2dab Simplify by Sebastian Bazley · 10 years ago
  18. a5b1eb1 Conditional testing for XZ BCJ bug by Sebastian Bazley · 10 years ago
  19. 13d106a link to limitations page under documentation entry by Stefan Bodewig · 10 years ago
  20. 59c1780 COMPRESS-257 turn error thrown by XZ into a more useful exception by Stefan Bodewig · 10 years ago
  21. a8c5236 consistent all-upper headings by Stefan Bodewig · 10 years ago
  22. bbac871 Add a 'known limitations' page by Stefan Bodewig · 10 years ago
  23. 951240b Add serialVersionUID by Sebastian Bazley · 10 years ago
  24. eb2daf3 Explicit boxing by Sebastian Bazley · 10 years ago
  25. 72b7d2a Unused import by Sebastian Bazley · 10 years ago
  26. f393acc Generics by Sebastian Bazley · 10 years ago
  27. 4687b89 Fix Javadoc syntax warning from Eclipse by Sebastian Bazley · 10 years ago
  28. 392ee57 Arrays#copyOfRange is Java 1.6+; replace with basic local implementation by Sebastian Bazley · 10 years ago
  29. e936436 add delta filter to 7z by Stefan Bodewig · 10 years ago
  30. b6656eb COMPRESS-257 unfortunately there is a bug in XZ for Java 1.4 which causes the tests to fail by Stefan Bodewig · 10 years ago
  31. 1365093 COMPRESS-257 add the remaining BCJ implementations provided by XZ for Java by Stefan Bodewig · 10 years ago
  32. bd6e3f2 7z doesn't use the single byte id for 7z archives but only for XZ streams by Stefan Bodewig · 10 years ago
  33. 5a8030a COMPRESS-257 add support for x86 BCJ - XZ for Java also supports some of the other BJJs and Delta by Stefan Bodewig · 10 years ago
  34. 6894802 The declared exception IOException is not actually thrown by the constructor. by Gary D. Gregory · 10 years ago
  35. 18d900b Format. by Gary D. Gregory · 10 years ago
  36. 070d464 Add missing serial version ID (default). by Gary D. Gregory · 10 years ago
  37. df3b127 Change indirect accesses to static members to direct accesses (accesses through subtypes). by Gary D. Gregory · 10 years ago
  38. 712a038 Add final modifier to private fields. by Gary D. Gregory · 10 years ago
  39. a5936af unused import by Stefan Bodewig · 10 years ago
  40. 891f056 COMPRESS-258 read back some of the method's options as well by Stefan Bodewig · 10 years ago
  41. 303a757 re-shuffle som code by Stefan Bodewig · 10 years ago
  42. b75dc0d move lookup method for SevenZMethod by byte sequence by Stefan Bodewig · 10 years ago
  43. d07d5eb COMPRESS-258 provide access to methods that have been used when creating the archive - method part, configuration properties to follow by Stefan Bodewig · 10 years ago
  44. ce13559 move static method to end of class by Stefan Bodewig · 10 years ago
  45. 1a502ae COMPRESS-261 allow the per-entry methods to be set to null explicitly by Stefan Bodewig · 10 years ago
  46. 845b370 COMPRESS-261 allow content compression to be overriden per entry by Stefan Bodewig · 10 years ago
  47. 826896c what's coming teaser by Stefan Bodewig · 10 years ago
  48. 1144ed7 COMPRESS-266 document changes by Stefan Bodewig · 10 years ago
  49. 2710364 Gump runs OutOfMemory with the bigger dictionary size, use smaller sizes by Stefan Bodewig · 10 years ago
  50. 77f8f62 COMPRESS-266 tests by Stefan Bodewig · 10 years ago
  51. 1aaf567 wire multiple codecs by the specified binding pairs rather than relying on order by Stefan Bodewig · 10 years ago
  52. 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 · 10 years ago
  53. 3fa07b1 allow some numeric values to be configured easily by Stefan Bodewig · 10 years ago
  54. fef6bca keep options <=> properties translations in a single place, the Codec by Stefan Bodewig · 10 years ago
  55. eb76019 the codec should know the options, not the enum by Stefan Bodewig · 10 years ago
  56. 9c4bbcb a bit more typesafety by using a custom class rather than Map.Entry - more incremental changes to follow by Stefan Bodewig · 10 years ago
  57. 44e2059 COMPRESS-266 now you can set options for 7z methods, still need to write docs and tests by Stefan Bodewig · 10 years ago
  58. 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 · 10 years ago
  59. 00fe306 allow a stack of methods when writing 7z files - preparation for COMPRESS-266 and needed by COMPRESS-257 as well by Stefan Bodewig · 10 years ago
  60. 8b7817b some things I've learned by wading through the format spec by Stefan Bodewig · 10 years ago
  61. 8167612 remove magic number by Stefan Bodewig · 10 years ago
  62. d3cbe22 wrong dates and a typo by Stefan Bodewig · 10 years ago
  63. 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 · 10 years ago
  64. 3a1451b COMPRESS-267 add a matches method to SevenZFile by Stefan Bodewig · 10 years ago
  65. 248fd0c bzzt, wrong, the name ends with Ü not \ - get a cup of coffee by Stefan Bodewig · 10 years ago
  66. 21fd4b6 this assertion will fail on Windows by Stefan Bodewig · 10 years ago
  67. c608c33 COMPRESS-265 tariling backslashes are as bad for PAX headers as trailing slashes - on Windows by Stefan Bodewig · 10 years ago
  68. 8e95f5d COMPRESS-231 set expectations straight by Stefan Bodewig · 10 years ago
  69. 26210c6 cosmetics by Stefan Bodewig · 10 years ago
  70. aed5611 COMPRESS-264 make sure the very first read operation actually fills the ByteBuffer by Stefan Bodewig · 10 years ago
  71. bc741b1 COMPRESS-264 add a (failing) Unit Test by Stefan Bodewig · 10 years ago
  72. 8da3772 COMPRESS-262 be more lenient when parsing tar headers as some dialect use up all space for big numbers by Stefan Bodewig · 10 years ago
  73. c237668 magic strings by Stefan Bodewig · 10 years ago
  74. 7c068db COMPRESS-260 provide read access to GZIP metadata by Stefan Bodewig · 10 years ago
  75. eddcd3b update to new parent release by Stefan Bodewig · 10 years ago
  76. 07b15a1 COMPRESS-259 also honor decompressConcatenated when the format has been specified explicitly by Stefan Bodewig · 11 years ago
  77. cbb5a1a COMPRESS-256 bad calculation of LZMA dictionary sizes by Stefan Bodewig · 11 years ago
  78. 71e4eea no longer try to read one byte ahead in BZip2CompressorInputStream - COMPRESS-253 by Stefan Bodewig · 11 years ago
  79. ad634c0 prepare for next development iteration by Stefan Bodewig · 11 years ago
  80. 4a4ba6b RC2 has been acepted as Compress 1.7 by Stefan Bodewig · 11 years ago
  81. 9b7b9d8 fix test problem when working copy is in a directory with a long name so the absolute path of the file exceeds 100 bytes - reported by Benedikt Ritter by Stefan Bodewig · 11 years ago
  82. 692e7ee tag second RC for Compress 1.7 by Stefan Bodewig · 11 years ago
  83. 33461de bring back javadocs for _internal but make the warning even stronger by Stefan Bodewig · 11 years ago
  84. 7ee2199 exclude _internal from javadocs and guard against forgetting to change commoms.release.version in the future by Stefan Bodewig · 11 years ago
  85. 57b38e7 Creating COMPRESS-1.7-RC1 tag by Stefan Bodewig · 11 years ago
  86. 9694734 record fix for COMPRESS-252 by Stefan Bodewig · 11 years ago
  87. 0d8f244 happy new year by Stefan Bodewig · 11 years ago
  88. 5834b7c method name is wrong by Stefan Bodewig · 11 years ago
  89. a98c124 tame findbugs by Stefan Bodewig · 11 years ago
  90. 77e54b7 even if those arrays are small, ensure they are read completely - also make draining more efficient. by Stefan Bodewig · 11 years ago
  91. 6106e8d use skip for more efficient draining of archive entries by Stefan Bodewig · 11 years ago
  92. 885d205 extract "close and swallow exception" code to IOUtils by Stefan Bodewig · 11 years ago
  93. 661db5c Fixed the decompression of imploded zip entries using a Shannon-Fano tree of depth 16 by Emmanuel Bourg · 11 years ago
  94. 61c3c6d create (currently failing) test cases from TIKA Gump build error by Stefan Bodewig · 11 years ago
  95. ea30897 the modulus logic doesn't work for arbitrary pairs of size and empty files by Stefan Bodewig · 11 years ago
  96. 45e51c2 fix javadoc errors detected by Java8 EA b120 by Stefan Bodewig · 11 years ago
  97. 054ac9e One more test for COMPRESS-252 that extends both bitsets beyond one byte by Stefan Bodewig · 11 years ago
  98. 8caf1f7 upgrade findbugs, this allows us to remove equals from JarEntry but needs a few additional adjustments by Stefan Bodewig · 11 years ago
  99. 281e608 package.html for _internal_ package by Stefan Bodewig · 11 years ago
  100. d7275a2 Rename local variable to avoid hiding class field by Sebastian Bazley · 11 years ago