1. 45e51c2 fix javadoc errors detected by Java8 EA b120 by Stefan Bodewig · 11 years ago
  2. 054ac9e One more test for COMPRESS-252 that extends both bitsets beyond one byte by Stefan Bodewig · 11 years ago
  3. 8caf1f7 upgrade findbugs, this allows us to remove equals from JarEntry but needs a few additional adjustments by Stefan Bodewig · 11 years ago
  4. 281e608 package.html for _internal_ package by Stefan Bodewig · 11 years ago
  5. d7275a2 Rename local variable to avoid hiding class field by Sebastian Bazley · 11 years ago
  6. 1b18577 Make constant final. by Gary D. Gregory · 11 years ago
  7. 2a42281 Avoid dead store by Sebastian Bazley · 11 years ago
  8. 41dc6e8 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  9. 3e45dc8 Rename private field to avoid multiple name clashes with fields and parameters by Sebastian Bazley · 11 years ago
  10. eee4f61 Revert some paren changes. by Gary D. Gregory · 11 years ago
  11. 7f84f26 make clear AbstractLZWInputStream is only public for technical reasons by Stefan Bodewig · 11 years ago
  12. 651c295 Explicit boxing by Sebastian Bazley · 11 years ago
  13. 2bd0fef Ensure parent tearDown() is called (thanks to Findbugs) by Sebastian Bazley · 11 years ago
  14. e94bf1a Javadoc. by Gary D. Gregory · 11 years ago
  15. 5436797 Rename local variable to avoid hiding field by Sebastian Bazley · 11 years ago
  16. 6311a90 Javadoc. by Gary D. Gregory · 11 years ago
  17. f11922f Javadoc. by Gary D. Gregory · 11 years ago
  18. 6c372ba Add missing '@Override' annotations. by Gary D. Gregory · 11 years ago
  19. 14a57a1 Add missing '@Deprecated' annotations. by Gary D. Gregory · 11 years ago
  20. b3b9ab6 explain why JarArchiveEntry overrides equals/hashCode by Stefan Bodewig · 11 years ago
  21. b739157 Rename local variable to avoid hiding class field by Sebastian Bazley · 11 years ago
  22. ca25d44 The declared exception IOException is not actually thrown by the method partialClear(). by Gary D. Gregory · 11 years ago
  23. 6e64f0b Javadoc. by Gary D. Gregory · 11 years ago
  24. e40f6e0 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  25. 80d4929 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  26. 83afa3d Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  27. 492af6f Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  28. 88d7809 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  29. 8a2f04c Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  30. db4109f Java5 compatibility by Stefan Bodewig · 11 years ago
  31. c364195 Convert 'for' loops to enhanced 'for' loops. by Gary D. Gregory · 11 years ago
  32. e73f648 Remove unused imports. by Gary D. Gregory · 11 years ago
  33. 7134f38 Proper links to the snappy specification by Emmanuel Bourg · 11 years ago
  34. 3bc692d Move PureJavaCrc32C to the snappy package and make it package private by Emmanuel Bourg · 11 years ago
  35. 34ad7f3 try-with-resources support for the *File classes by Stefan Bodewig · 11 years ago
  36. 3306ac9 make PMD a bit happier by Stefan Bodewig · 11 years ago
  37. da4f65f note support for IMPLODE in zip page by Stefan Bodewig · 11 years ago
  38. 5c2d32b COMPRESS-252 off-by-one error writing bitsets that leads to corrupt 7z headers by Stefan Bodewig · 11 years ago
  39. afce414 can't write shrunk entries either by Stefan Bodewig · 11 years ago
  40. b7fc931 Added myself to the list of developers by Emmanuel Bourg · 11 years ago
  41. f9487ac Explode support for ZipFile and ZipArchiveInputStream (COMPRESS-115) by Emmanuel Bourg · 11 years ago
  42. 3fd6f60 data descriptor is not supported for shrunk entries by Stefan Bodewig · 11 years ago
  43. 8d44f86 Changed canReadEntryData() to support shrunk entries by Emmanuel Bourg · 11 years ago
  44. 1b47ffe Support shrunk entries in ZipArchiveInputStream by Emmanuel Bourg · 11 years ago
  45. 8be4fba Set the end of line to LF on the test files to avoid failures on Windows by Emmanuel Bourg · 11 years ago
  46. bfc8e03 Defer checking the inflater state to the readDeflated() method by Emmanuel Bourg · 11 years ago
  47. 429462a Formatting by Emmanuel Bourg · 11 years ago
  48. d11e8d1 Moved the entry crc into the CurrentEntry inner class by Emmanuel Bourg · 11 years ago
  49. 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
  50. c6c7ec4 Renamed the 'start' parameter in the read methods to 'offset' for consistency with the standard terminology by Emmanuel Bourg · 11 years ago
  51. c83c462 Exception chaining by Emmanuel Bourg · 11 years ago
  52. 29f975e Replaced ZipArchiveInputStream.Buffer with a ByteBuffer by Emmanuel Bourg · 11 years ago
  53. 8301ee7 Modified ZipArchiveInputStream.Buffer to look more like a java.nio.ByteBuffer by Emmanuel Bourg · 11 years ago
  54. 30e3ded sort by date by Stefan Bodewig · 11 years ago
  55. 7e06782 avoid magic constant number by Stefan Bodewig · 11 years ago
  56. 180c2b8 make test compile by Stefan Bodewig · 11 years ago
  57. 3c6e807 GzipCompressorOutputStream revamp to support custom compression level and header metadata (COMPRESS-250) by Emmanuel Bourg · 11 years ago
  58. ec5bd47 reduce duplication in read method by Stefan Bodewig · 11 years ago
  59. b3ddff6 force caller to deal with 0-reads by Stefan Bodewig · 11 years ago
  60. 9150d65 reduce code duplication in the two LZW input streams by Stefan Bodewig · 11 years ago
  61. 408b4a5 add a test for unshrinking support in ZipFile by Stefan Bodewig · 11 years ago
  62. d5c1cd3 Add a finish() method to GzipCompressorOutputStream by Emmanuel Bourg · 11 years ago
  63. a60d2e5 Flush the underlying GZIPOutputStream when calling flush() on GzipCompressorOutputStream by Emmanuel Bourg · 11 years ago
  64. db34a32 Renamed TestZipEncodings to ZipEncodingTest for consistency by Emmanuel Bourg · 11 years ago
  65. 65ee709 Hide UnshrinkingInputStream from the public API by Emmanuel Bourg · 11 years ago
  66. 345b8fc got my logic backwards, missing test? by Stefan Bodewig · 11 years ago
  67. 655f35b some explicit checks as long as ZipArchiveInputStream doesn't support unshrinking by Stefan Bodewig · 11 years ago
  68. 09a4199 COMPRESS-242 make X5455_ExtendedTimestamp more convenient by Stefan Bodewig · 11 years ago
  69. 4f0e81f properly retain backwards compatibility by Stefan Bodewig · 11 years ago
  70. b4e5f6e argh, 'fixed' the wrong argument by Stefan Bodewig · 11 years ago
  71. 75823ee make clirr and checkstyle happier by Stefan Bodewig · 11 years ago
  72. 3f2f313 COMPRESS-147 checksum verification by Stefan Bodewig · 11 years ago
  73. d658439 CRC32 is supposed to be an unsigned int by Stefan Bodewig · 11 years ago
  74. 9e45844 COMPRESS-147 test for unskippable chunks by Stefan Bodewig · 11 years ago
  75. 7f35f89 COMPRESS-147 test for available method by Stefan Bodewig · 11 years ago
  76. 622f3f9 COMPRESS-147 yet another theoretical int overflow by Stefan Bodewig · 11 years ago
  77. 274addb if you try to be defensive then do it right by Stefan Bodewig · 11 years ago
  78. a150df5 COMPRESS-147 be extra defensive against overflows - can actually not happen with the current snappy compressors where offset will always be <= 32768 by Stefan Bodewig · 11 years ago
  79. 0851aed COMPRESS-147 unit test for the remaining chunk types along with necessary fixes. by Stefan Bodewig · 11 years ago
  80. 4e19109 Add an UnshrinkingInputStream based on ZCompressorInputStream, by Damjan Jovanovic · 11 years ago
  81. ea3bde8 Count bytes read from ZCompressorInputStream. by Damjan Jovanovic · 11 years ago
  82. 92c8527 testcase for COMPRESS-245 provided by Andreas Aronsson by Stefan Bodewig · 11 years ago
  83. b0cd9d4 track .Z and Snappy additions by Stefan Bodewig · 11 years ago
  84. b330233 wrong fix-date by Stefan Bodewig · 11 years ago
  85. 2221ee8 COMPRESS-245 TarArchiveInputStream might fail to read a stream if a single call to read() returns less than a full record by Stefan Bodewig · 11 years ago
  86. 74abef2 Use better variable naming. by Damjan Jovanovic · 11 years ago
  87. 81a7b28 Some cleanups to ZCompressorInputStream. by Damjan Jovanovic · 11 years ago
  88. c53f88e COMPRESS-147 test file big enough to make the Snappy buffers slide by Stefan Bodewig · 11 years ago
  89. 3e39e47 COMPRESS-147 some cosmetics by Stefan Bodewig · 11 years ago
  90. 5fb7664 COMPRESS-147 document Snappy stuff, remove now unused Deconmpressor class by Stefan Bodewig · 11 years ago
  91. 56b7c80 COMPRESS-147 and COMPRESS-243 - add .Z and Snappy to Factory by Stefan Bodewig · 11 years ago
  92. 0a08d37 Add a missing close() method. Make read() deal with 0 bytes read. by Damjan Jovanovic · 11 years ago
  93. db52cdc Add read-only support for the .Z file format. by Damjan Jovanovic · 11 years ago
  94. 011a0e7 add a comment explaining why there is a long and not an int by Stefan Bodewig · 11 years ago
  95. db0ea95 COMPRESS-244 might overflow a 32bit int in SevenZFile#readUint64 - based on patch by Nico Kruber by Stefan Bodewig · 11 years ago
  96. 161781f COMPRESS-147 CompressorInputStream didn't know the concept of pushback, also take adavantage of count ignoring -1s by Stefan Bodewig · 11 years ago
  97. 8c6d38e COMPRESS-147 some cleanup, fix counting, simple available implementation by Stefan Bodewig · 11 years ago
  98. 425ea1a COMPRESS-147 incomplete InputStreams for Snappy by Stefan Bodewig · 11 years ago
  99. 5e1dc46 wrong index in flush when not using the default block size by Stefan Bodewig · 11 years ago
  100. 90fc55e COMPRESS-147 initial SnappyDecompressor by BELUGA BEHR by Stefan Bodewig · 11 years ago