1. 070d464 Add missing serial version ID (default). by Gary D. Gregory · 10 years ago
  2. 712a038 Add final modifier to private fields. by Gary D. Gregory · 10 years ago
  3. a5936af unused import by Stefan Bodewig · 10 years ago
  4. 891f056 COMPRESS-258 read back some of the method's options as well by Stefan Bodewig · 10 years ago
  5. 303a757 re-shuffle som code by Stefan Bodewig · 10 years ago
  6. b75dc0d move lookup method for SevenZMethod by byte sequence by Stefan Bodewig · 10 years ago
  7. 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
  8. ce13559 move static method to end of class by Stefan Bodewig · 10 years ago
  9. 1a502ae COMPRESS-261 allow the per-entry methods to be set to null explicitly by Stefan Bodewig · 10 years ago
  10. 845b370 COMPRESS-261 allow content compression to be overriden per entry by Stefan Bodewig · 10 years ago
  11. 1144ed7 COMPRESS-266 document changes by Stefan Bodewig · 10 years ago
  12. 1aaf567 wire multiple codecs by the specified binding pairs rather than relying on order by Stefan Bodewig · 10 years ago
  13. 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
  14. 3fa07b1 allow some numeric values to be configured easily by Stefan Bodewig · 10 years ago
  15. fef6bca keep options <=> properties translations in a single place, the Codec by Stefan Bodewig · 10 years ago
  16. eb76019 the codec should know the options, not the enum by Stefan Bodewig · 10 years ago
  17. 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
  18. 44e2059 COMPRESS-266 now you can set options for 7z methods, still need to write docs and tests by Stefan Bodewig · 10 years ago
  19. 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
  20. 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
  21. 8b7817b some things I've learned by wading through the format spec by Stefan Bodewig · 10 years ago
  22. 8167612 remove magic number by Stefan Bodewig · 10 years ago
  23. 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
  24. 3a1451b COMPRESS-267 add a matches method to SevenZFile by Stefan Bodewig · 10 years ago
  25. c608c33 COMPRESS-265 tariling backslashes are as bad for PAX headers as trailing slashes - on Windows by Stefan Bodewig · 10 years ago
  26. 26210c6 cosmetics by Stefan Bodewig · 10 years ago
  27. aed5611 COMPRESS-264 make sure the very first read operation actually fills the ByteBuffer by Stefan Bodewig · 10 years ago
  28. 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
  29. c237668 magic strings by Stefan Bodewig · 10 years ago
  30. 7c068db COMPRESS-260 provide read access to GZIP metadata by Stefan Bodewig · 10 years ago
  31. 07b15a1 COMPRESS-259 also honor decompressConcatenated when the format has been specified explicitly by Stefan Bodewig · 11 years ago
  32. cbb5a1a COMPRESS-256 bad calculation of LZMA dictionary sizes by Stefan Bodewig · 11 years ago
  33. 71e4eea no longer try to read one byte ahead in BZip2CompressorInputStream - COMPRESS-253 by Stefan Bodewig · 11 years ago
  34. 33461de bring back javadocs for _internal but make the warning even stronger by Stefan Bodewig · 11 years ago
  35. 77e54b7 even if those arrays are small, ensure they are read completely - also make draining more efficient. by Stefan Bodewig · 11 years ago
  36. 6106e8d use skip for more efficient draining of archive entries by Stefan Bodewig · 11 years ago
  37. 885d205 extract "close and swallow exception" code to IOUtils by Stefan Bodewig · 11 years ago
  38. 661db5c Fixed the decompression of imploded zip entries using a Shannon-Fano tree of depth 16 by Emmanuel Bourg · 11 years ago
  39. 45e51c2 fix javadoc errors detected by Java8 EA b120 by Stefan Bodewig · 11 years ago
  40. 8caf1f7 upgrade findbugs, this allows us to remove equals from JarEntry but needs a few additional adjustments by Stefan Bodewig · 11 years ago
  41. 281e608 package.html for _internal_ package by Stefan Bodewig · 11 years ago
  42. d7275a2 Rename local variable to avoid hiding class field by Sebastian Bazley · 11 years ago
  43. 41dc6e8 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  44. 3e45dc8 Rename private field to avoid multiple name clashes with fields and parameters by Sebastian Bazley · 11 years ago
  45. eee4f61 Revert some paren changes. by Gary D. Gregory · 11 years ago
  46. 7f84f26 make clear AbstractLZWInputStream is only public for technical reasons by Stefan Bodewig · 11 years ago
  47. 651c295 Explicit boxing by Sebastian Bazley · 11 years ago
  48. e94bf1a Javadoc. by Gary D. Gregory · 11 years ago
  49. 5436797 Rename local variable to avoid hiding field by Sebastian Bazley · 11 years ago
  50. 6311a90 Javadoc. by Gary D. Gregory · 11 years ago
  51. f11922f Javadoc. by Gary D. Gregory · 11 years ago
  52. 14a57a1 Add missing '@Deprecated' annotations. by Gary D. Gregory · 11 years ago
  53. b3b9ab6 explain why JarArchiveEntry overrides equals/hashCode by Stefan Bodewig · 11 years ago
  54. b739157 Rename local variable to avoid hiding class field by Sebastian Bazley · 11 years ago
  55. ca25d44 The declared exception IOException is not actually thrown by the method partialClear(). by Gary D. Gregory · 11 years ago
  56. 6e64f0b Javadoc. by Gary D. Gregory · 11 years ago
  57. e40f6e0 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  58. 80d4929 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  59. 83afa3d Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  60. 492af6f Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  61. 88d7809 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  62. 8a2f04c Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  63. db4109f Java5 compatibility by Stefan Bodewig · 11 years ago
  64. c364195 Convert 'for' loops to enhanced 'for' loops. by Gary D. Gregory · 11 years ago
  65. 7134f38 Proper links to the snappy specification by Emmanuel Bourg · 11 years ago
  66. 3bc692d Move PureJavaCrc32C to the snappy package and make it package private by Emmanuel Bourg · 11 years ago
  67. 34ad7f3 try-with-resources support for the *File classes by Stefan Bodewig · 11 years ago
  68. 3306ac9 make PMD a bit happier by Stefan Bodewig · 11 years ago
  69. 5c2d32b COMPRESS-252 off-by-one error writing bitsets that leads to corrupt 7z headers by Stefan Bodewig · 11 years ago
  70. afce414 can't write shrunk entries either by Stefan Bodewig · 11 years ago
  71. f9487ac Explode support for ZipFile and ZipArchiveInputStream (COMPRESS-115) by Emmanuel Bourg · 11 years ago
  72. 3fd6f60 data descriptor is not supported for shrunk entries by Stefan Bodewig · 11 years ago
  73. 8d44f86 Changed canReadEntryData() to support shrunk entries by Emmanuel Bourg · 11 years ago
  74. 1b47ffe Support shrunk entries in ZipArchiveInputStream by Emmanuel Bourg · 11 years ago
  75. bfc8e03 Defer checking the inflater state to the readDeflated() method by Emmanuel Bourg · 11 years ago
  76. 429462a Formatting by Emmanuel Bourg · 11 years ago
  77. d11e8d1 Moved the entry crc into the CurrentEntry inner class by Emmanuel Bourg · 11 years ago
  78. 8bfb898 Update the entry CRC in the main read() method only (fixes the CRC for stored entries with a data descriptor) by Emmanuel Bourg · 11 years ago
  79. c6c7ec4 Renamed the 'start' parameter in the read methods to 'offset' for consistency with the standard terminology by Emmanuel Bourg · 11 years ago
  80. c83c462 Exception chaining by Emmanuel Bourg · 11 years ago
  81. 29f975e Replaced ZipArchiveInputStream.Buffer with a ByteBuffer by Emmanuel Bourg · 11 years ago
  82. 8301ee7 Modified ZipArchiveInputStream.Buffer to look more like a java.nio.ByteBuffer by Emmanuel Bourg · 11 years ago
  83. 7e06782 avoid magic constant number by Stefan Bodewig · 11 years ago
  84. 3c6e807 GzipCompressorOutputStream revamp to support custom compression level and header metadata (COMPRESS-250) by Emmanuel Bourg · 11 years ago
  85. ec5bd47 reduce duplication in read method by Stefan Bodewig · 11 years ago
  86. b3ddff6 force caller to deal with 0-reads by Stefan Bodewig · 11 years ago
  87. 9150d65 reduce code duplication in the two LZW input streams by Stefan Bodewig · 11 years ago
  88. d5c1cd3 Add a finish() method to GzipCompressorOutputStream by Emmanuel Bourg · 11 years ago
  89. a60d2e5 Flush the underlying GZIPOutputStream when calling flush() on GzipCompressorOutputStream by Emmanuel Bourg · 11 years ago
  90. 65ee709 Hide UnshrinkingInputStream from the public API by Emmanuel Bourg · 11 years ago
  91. 345b8fc got my logic backwards, missing test? by Stefan Bodewig · 11 years ago
  92. 655f35b some explicit checks as long as ZipArchiveInputStream doesn't support unshrinking by Stefan Bodewig · 11 years ago
  93. 09a4199 COMPRESS-242 make X5455_ExtendedTimestamp more convenient by Stefan Bodewig · 11 years ago
  94. 4f0e81f properly retain backwards compatibility by Stefan Bodewig · 11 years ago
  95. b4e5f6e argh, 'fixed' the wrong argument by Stefan Bodewig · 11 years ago
  96. 75823ee make clirr and checkstyle happier by Stefan Bodewig · 11 years ago
  97. 3f2f313 COMPRESS-147 checksum verification by Stefan Bodewig · 11 years ago
  98. d658439 CRC32 is supposed to be an unsigned int by Stefan Bodewig · 11 years ago
  99. 622f3f9 COMPRESS-147 yet another theoretical int overflow by Stefan Bodewig · 11 years ago
  100. 274addb if you try to be defensive then do it right by Stefan Bodewig · 11 years ago