1. ddb5fd6 COMPRESS-279 detect a truncated tar archive and throw an exception by Stefan Bodewig · 10 years ago
  2. 1ea7e01 COMPRESS-278 all empty numeric fields should be ignored in tars by Stefan Bodewig · 10 years ago
  3. 383d903 fix date by Stefan Bodewig · 10 years ago
  4. 5ab06da COMPRESS-273 sprinkle in a few null checks by Stefan Bodewig · 10 years ago
  5. 2d3e016 COMPRESS-174 verify BZip2CompressorInputStream rejects input of wrong format by Stefan Bodewig · 10 years ago
  6. 551db60 Explain why it's OK to share static mutable field - it's write-only by Sebastian Bazley · 10 years ago
  7. 8e5f665 COMPRESS-274 unnanmed entries cause trouble for ChangeSet#delete* by Stefan Bodewig · 10 years ago
  8. a1379c0 ArjArchiveInputStream#canReadEntryData wasn't checking the entry it was supposed to check by Stefan Bodewig · 10 years ago
  9. c28a1c0 actually, these have been bug fixes by Stefan Bodewig · 10 years ago
  10. aa0c705 COMPRESS-276 verify there is a current archive entry before reading from or writing to the stream by Stefan Bodewig · 10 years ago
  11. 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
  12. 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
  13. 8af0b6c COMPRESS-272 document the fact .Z hasn't been auto-detected so far by Stefan Bodewig · 10 years ago
  14. c5f9ceb COMPRESS-272 add auto-detect for .Z by Stefan Bodewig · 10 years ago
  15. d4d2148 Don't use '_' as an identifier to avoid a compiler warning with Java 8 by Emmanuel Bourg · 10 years ago
  16. 627e1bb COMPRESS-270 record fix by Stefan Bodewig · 10 years ago
  17. 7be83c0 COMPRESS-270 two more cases where readFully should be used by Stefan Bodewig · 10 years ago
  18. c1ae99e COMPRESS-270 reading PAX headers may fail on unbuffered InputStreams by Stefan Bodewig · 10 years ago
  19. 61792c9 Mark the dependency on org.tukaani:xz as optional by Emmanuel Bourg · 10 years ago
  20. a0a8f3c open for next iteration by Stefan Bodewig · 10 years ago
  21. 5048d93 RC1 has been accepted as Commons Compress 1.8 by Stefan Bodewig · 10 years ago
  22. bf53dc8 Creating Compress 1.8 RC1 tag by Stefan Bodewig · 10 years ago
  23. 978af62 some more doc changes around 7z filters by Stefan Bodewig · 10 years ago
  24. 2db4781 make XML valid by Stefan Bodewig · 10 years ago
  25. 02006b5 COMPRESS-257 Lasse has released XZ for Java 1.5 by Stefan Bodewig · 10 years ago
  26. f7f2dab Simplify by Sebastian Bazley · 10 years ago
  27. a5b1eb1 Conditional testing for XZ BCJ bug by Sebastian Bazley · 10 years ago
  28. 13d106a link to limitations page under documentation entry by Stefan Bodewig · 10 years ago
  29. 59c1780 COMPRESS-257 turn error thrown by XZ into a more useful exception by Stefan Bodewig · 10 years ago
  30. a8c5236 consistent all-upper headings by Stefan Bodewig · 10 years ago
  31. bbac871 Add a 'known limitations' page by Stefan Bodewig · 10 years ago
  32. 951240b Add serialVersionUID by Sebastian Bazley · 10 years ago
  33. eb2daf3 Explicit boxing by Sebastian Bazley · 10 years ago
  34. 72b7d2a Unused import by Sebastian Bazley · 10 years ago
  35. f393acc Generics by Sebastian Bazley · 10 years ago
  36. 4687b89 Fix Javadoc syntax warning from Eclipse by Sebastian Bazley · 10 years ago
  37. 392ee57 Arrays#copyOfRange is Java 1.6+; replace with basic local implementation by Sebastian Bazley · 10 years ago
  38. e936436 add delta filter to 7z by Stefan Bodewig · 10 years ago
  39. 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
  40. 1365093 COMPRESS-257 add the remaining BCJ implementations provided by XZ for Java by Stefan Bodewig · 10 years ago
  41. bd6e3f2 7z doesn't use the single byte id for 7z archives but only for XZ streams by Stefan Bodewig · 10 years ago
  42. 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
  43. 6894802 The declared exception IOException is not actually thrown by the constructor. by Gary D. Gregory · 10 years ago
  44. 18d900b Format. by Gary D. Gregory · 10 years ago
  45. 070d464 Add missing serial version ID (default). by Gary D. Gregory · 10 years ago
  46. df3b127 Change indirect accesses to static members to direct accesses (accesses through subtypes). by Gary D. Gregory · 10 years ago
  47. 712a038 Add final modifier to private fields. by Gary D. Gregory · 10 years ago
  48. a5936af unused import by Stefan Bodewig · 10 years ago
  49. 891f056 COMPRESS-258 read back some of the method's options as well by Stefan Bodewig · 10 years ago
  50. 303a757 re-shuffle som code by Stefan Bodewig · 10 years ago
  51. b75dc0d move lookup method for SevenZMethod by byte sequence by Stefan Bodewig · 10 years ago
  52. 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
  53. ce13559 move static method to end of class by Stefan Bodewig · 10 years ago
  54. 1a502ae COMPRESS-261 allow the per-entry methods to be set to null explicitly by Stefan Bodewig · 10 years ago
  55. 845b370 COMPRESS-261 allow content compression to be overriden per entry by Stefan Bodewig · 10 years ago
  56. 826896c what's coming teaser by Stefan Bodewig · 10 years ago
  57. 1144ed7 COMPRESS-266 document changes by Stefan Bodewig · 10 years ago
  58. 2710364 Gump runs OutOfMemory with the bigger dictionary size, use smaller sizes by Stefan Bodewig · 10 years ago
  59. 77f8f62 COMPRESS-266 tests by Stefan Bodewig · 10 years ago
  60. 1aaf567 wire multiple codecs by the specified binding pairs rather than relying on order by Stefan Bodewig · 10 years ago
  61. 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
  62. 3fa07b1 allow some numeric values to be configured easily by Stefan Bodewig · 10 years ago
  63. fef6bca keep options <=> properties translations in a single place, the Codec by Stefan Bodewig · 10 years ago
  64. eb76019 the codec should know the options, not the enum by Stefan Bodewig · 10 years ago
  65. 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
  66. 44e2059 COMPRESS-266 now you can set options for 7z methods, still need to write docs and tests by Stefan Bodewig · 10 years ago
  67. 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
  68. 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
  69. 8b7817b some things I've learned by wading through the format spec by Stefan Bodewig · 10 years ago
  70. 8167612 remove magic number by Stefan Bodewig · 10 years ago
  71. d3cbe22 wrong dates and a typo by Stefan Bodewig · 10 years ago
  72. 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
  73. 3a1451b COMPRESS-267 add a matches method to SevenZFile by Stefan Bodewig · 10 years ago
  74. 248fd0c bzzt, wrong, the name ends with Ü not \ - get a cup of coffee by Stefan Bodewig · 10 years ago
  75. 21fd4b6 this assertion will fail on Windows by Stefan Bodewig · 10 years ago
  76. c608c33 COMPRESS-265 tariling backslashes are as bad for PAX headers as trailing slashes - on Windows by Stefan Bodewig · 10 years ago
  77. 8e95f5d COMPRESS-231 set expectations straight by Stefan Bodewig · 10 years ago
  78. 26210c6 cosmetics by Stefan Bodewig · 10 years ago
  79. aed5611 COMPRESS-264 make sure the very first read operation actually fills the ByteBuffer by Stefan Bodewig · 10 years ago
  80. bc741b1 COMPRESS-264 add a (failing) Unit Test by Stefan Bodewig · 10 years ago
  81. 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
  82. c237668 magic strings by Stefan Bodewig · 10 years ago
  83. 7c068db COMPRESS-260 provide read access to GZIP metadata by Stefan Bodewig · 10 years ago
  84. eddcd3b update to new parent release by Stefan Bodewig · 10 years ago
  85. 07b15a1 COMPRESS-259 also honor decompressConcatenated when the format has been specified explicitly by Stefan Bodewig · 11 years ago
  86. cbb5a1a COMPRESS-256 bad calculation of LZMA dictionary sizes by Stefan Bodewig · 11 years ago
  87. 71e4eea no longer try to read one byte ahead in BZip2CompressorInputStream - COMPRESS-253 by Stefan Bodewig · 11 years ago
  88. ad634c0 prepare for next development iteration by Stefan Bodewig · 11 years ago
  89. 4a4ba6b RC2 has been acepted as Compress 1.7 by Stefan Bodewig · 11 years ago
  90. 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
  91. 692e7ee tag second RC for Compress 1.7 by Stefan Bodewig · 11 years ago
  92. 33461de bring back javadocs for _internal but make the warning even stronger by Stefan Bodewig · 11 years ago
  93. 7ee2199 exclude _internal from javadocs and guard against forgetting to change commoms.release.version in the future by Stefan Bodewig · 11 years ago
  94. 57b38e7 Creating COMPRESS-1.7-RC1 tag by Stefan Bodewig · 11 years ago
  95. 9694734 record fix for COMPRESS-252 by Stefan Bodewig · 11 years ago
  96. 0d8f244 happy new year by Stefan Bodewig · 11 years ago
  97. 5834b7c method name is wrong by Stefan Bodewig · 11 years ago
  98. a98c124 tame findbugs by Stefan Bodewig · 11 years ago
  99. 77e54b7 even if those arrays are small, ensure they are read completely - also make draining more efficient. by Stefan Bodewig · 11 years ago
  100. 6106e8d use skip for more efficient draining of archive entries by Stefan Bodewig · 11 years ago