1. ab17a70 Add missing '@Override' annotations to implementations of interface methods. by ggregory · 8 years ago
  2. 8954b8b Refactor magic string. by ggregory · 8 years ago
  3. 21d1f01 reduce code duplication with patch by Thomas Meyer by Stefan Bodewig · 8 years ago
  4. 76b0184 silence Java8's javadoc, add a few @since tags by Stefan Bodewig · 8 years ago
  5. f933447 plug a few more native memory leaks by Stefan Bodewig · 8 years ago
  6. 30f1ac1 COMPRESS-332 snappy stream returns 0 when it should return -1 by Stefan Bodewig · 9 years ago
  7. 9e1ac89 lots of useless javadoc tags to make site build work on Java8 by Stefan Bodewig · 9 years ago
  8. f255882 COMPRESS-300 remove protected fields from LZWInputStream by Stefan Bodewig · 9 years ago
  9. 9ebe7bb committed local change by accident by Stefan Bodewig · 9 years ago
  10. a73d5f2 yet another potential AIOBException in zip package by Stefan Bodewig · 9 years ago
  11. c9259fd Minor formating. by Gary D. Gregory · 9 years ago
  12. 8271475 fix @since tag by Stefan Bodewig · 9 years ago
  13. b72b5c7 COMPRESS-316 detect DEFLATE streams with ZLIB header, submitted by Nick Burch by Stefan Bodewig · 9 years ago
  14. 6e8bb88 COMPRESS-313 add auto-detection for LZMA streams by Stefan Bodewig · 9 years ago
  15. 5cf68bd return 0 from read when asked to read 0 bytes - COMPRESS-309 by Stefan Bodewig · 9 years ago
  16. 2a95bf8 Javadoc by Sebastian Bazley · 9 years ago
  17. b1caea2 Add test cases for concatenated compressed files by Sebastian Bazley · 9 years ago
  18. d6144b9 Javadoc by Sebastian Bazley · 9 years ago
  19. 121cae7 COMPRESS-303 Restore immutability/thread-safety to CompressorStreamFactory. by Sebastian Bazley · 9 years ago
  20. 1f91bbb Javadoc corrections and enhancements by Sebastian Bazley · 9 years ago
  21. d84b2ec r1453945 broke immutability by Sebastian Bazley · 9 years ago
  22. 1053ec1 expand BitInputStream to allow reading of up to 63 bits at once by Stefan Bodewig · 10 years ago
  23. 09aecce Fixed style issues as reported by IntelliJ by Kristian Rosenvold · 10 years ago
  24. 4e6b2cb Made site build on jdk8. Fixed stricter javadoc requirements by Kristian Rosenvold · 10 years ago
  25. d241f50 Optimize the LZW implementation, by Damjan Jovanovic · 10 years ago
  26. f6305b7 No need to explicitly extend Object. by Gary D. Gregory · 10 years ago
  27. c7689fd No need to explicitly extend Object. by Gary D. Gregory · 10 years ago
  28. 6c53bc9 Remove unused imports. by Gary D. Gregory · 10 years ago
  29. cfad3dc Inflater knows the amount of data it has written by Stefan Bodewig · 10 years ago
  30. d505f34 deal with some potential int overflows by Stefan Bodewig · 10 years ago
  31. df1d2a4 COMPRESS-285 use a volatile enum rather than an AtomicInteger by Stefan Bodewig · 10 years ago
  32. 1cca1f2 COMPRESS-285 add some tests that can only test the XZ is there case - wouldn't know how to get rid of it during tests by Stefan Bodewig · 10 years ago
  33. c7beb9f COMPRESS-285 optionally cache whether XZ for Java is available by Stefan Bodewig · 10 years ago
  34. efd7f9a COMPRESS-285 only check for XZ for Java's presence when really faced with an XZ stream by Stefan Bodewig · 10 years ago
  35. ab04039 COMPRESS-285 check for XZ last by Stefan Bodewig · 10 years ago
  36. 5833b55 Use the more modern, compact, and flexible Javadoc "{@code ...}" instead of the HTML "<tt>...</tt>". by Gary D. Gregory · 10 years ago
  37. 988e1fe COMPRESS-263 add boilerplate docs for DEFLATE by Stefan Bodewig · 10 years ago
  38. 5643963 COMPRESS-263 isZlibHeaderPresent => withZlibHeader by Stefan Bodewig · 10 years ago
  39. 5c0f2b2 COMPRESS-263 add DEFLATE support, submitted by Matthias Stevens by Stefan Bodewig · 10 years ago
  40. c5f9ceb COMPRESS-272 add auto-detect for .Z by Stefan Bodewig · 10 years ago
  41. 7be83c0 COMPRESS-270 two more cases where readFully should be used by Stefan Bodewig · 10 years ago
  42. 6894802 The declared exception IOException is not actually thrown by the constructor. by Gary D. Gregory · 10 years ago
  43. 712a038 Add final modifier to private fields. by Gary D. Gregory · 10 years ago
  44. c237668 magic strings by Stefan Bodewig · 10 years ago
  45. 7c068db COMPRESS-260 provide read access to GZIP metadata by Stefan Bodewig · 10 years ago
  46. 07b15a1 COMPRESS-259 also honor decompressConcatenated when the format has been specified explicitly by Stefan Bodewig · 11 years ago
  47. 71e4eea no longer try to read one byte ahead in BZip2CompressorInputStream - COMPRESS-253 by Stefan Bodewig · 11 years ago
  48. 33461de bring back javadocs for _internal but make the warning even stronger by Stefan Bodewig · 11 years ago
  49. 885d205 extract "close and swallow exception" code to IOUtils by Stefan Bodewig · 11 years ago
  50. 45e51c2 fix javadoc errors detected by Java8 EA b120 by Stefan Bodewig · 11 years ago
  51. 281e608 package.html for _internal_ package by Stefan Bodewig · 11 years ago
  52. 3e45dc8 Rename private field to avoid multiple name clashes with fields and parameters by Sebastian Bazley · 11 years ago
  53. 7f84f26 make clear AbstractLZWInputStream is only public for technical reasons by Stefan Bodewig · 11 years ago
  54. 651c295 Explicit boxing by Sebastian Bazley · 11 years ago
  55. e40f6e0 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  56. 80d4929 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  57. 83afa3d Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  58. 492af6f Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  59. db4109f Java5 compatibility by Stefan Bodewig · 11 years ago
  60. 7134f38 Proper links to the snappy specification by Emmanuel Bourg · 11 years ago
  61. 3bc692d Move PureJavaCrc32C to the snappy package and make it package private by Emmanuel Bourg · 11 years ago
  62. 7e06782 avoid magic constant number by Stefan Bodewig · 11 years ago
  63. 3c6e807 GzipCompressorOutputStream revamp to support custom compression level and header metadata (COMPRESS-250) by Emmanuel Bourg · 11 years ago
  64. ec5bd47 reduce duplication in read method by Stefan Bodewig · 11 years ago
  65. b3ddff6 force caller to deal with 0-reads by Stefan Bodewig · 11 years ago
  66. 9150d65 reduce code duplication in the two LZW input streams by Stefan Bodewig · 11 years ago
  67. d5c1cd3 Add a finish() method to GzipCompressorOutputStream by Emmanuel Bourg · 11 years ago
  68. a60d2e5 Flush the underlying GZIPOutputStream when calling flush() on GzipCompressorOutputStream by Emmanuel Bourg · 11 years ago
  69. 3f2f313 COMPRESS-147 checksum verification by Stefan Bodewig · 11 years ago
  70. 622f3f9 COMPRESS-147 yet another theoretical int overflow by Stefan Bodewig · 11 years ago
  71. 274addb if you try to be defensive then do it right by Stefan Bodewig · 11 years ago
  72. 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
  73. 0851aed COMPRESS-147 unit test for the remaining chunk types along with necessary fixes. by Stefan Bodewig · 11 years ago
  74. 4e19109 Add an UnshrinkingInputStream based on ZCompressorInputStream, by Damjan Jovanovic · 11 years ago
  75. ea3bde8 Count bytes read from ZCompressorInputStream. by Damjan Jovanovic · 11 years ago
  76. 74abef2 Use better variable naming. by Damjan Jovanovic · 11 years ago
  77. 81a7b28 Some cleanups to ZCompressorInputStream. by Damjan Jovanovic · 11 years ago
  78. 3e39e47 COMPRESS-147 some cosmetics by Stefan Bodewig · 11 years ago
  79. 5fb7664 COMPRESS-147 document Snappy stuff, remove now unused Deconmpressor class by Stefan Bodewig · 11 years ago
  80. 56b7c80 COMPRESS-147 and COMPRESS-243 - add .Z and Snappy to Factory by Stefan Bodewig · 11 years ago
  81. 0a08d37 Add a missing close() method. Make read() deal with 0 bytes read. by Damjan Jovanovic · 11 years ago
  82. db52cdc Add read-only support for the .Z file format. by Damjan Jovanovic · 11 years ago
  83. 161781f COMPRESS-147 CompressorInputStream didn't know the concept of pushback, also take adavantage of count ignoring -1s by Stefan Bodewig · 11 years ago
  84. 8c6d38e COMPRESS-147 some cleanup, fix counting, simple available implementation by Stefan Bodewig · 11 years ago
  85. 425ea1a COMPRESS-147 incomplete InputStreams for Snappy by Stefan Bodewig · 11 years ago
  86. 5e1dc46 wrong index in flush when not using the default block size by Stefan Bodewig · 11 years ago
  87. 90fc55e COMPRESS-147 initial SnappyDecompressor by BELUGA BEHR by Stefan Bodewig · 11 years ago
  88. 5106367 cosmetic improvements by Stefan Bodewig · 11 years ago
  89. 38e8add clean up ARJ header parsing, addrss PMD issues by Stefan Bodewig · 11 years ago
  90. c90c2df update documentation by Stefan Bodewig · 11 years ago
  91. f3d34aa allow format-detection to deal with blocking inputs - COMPRESS-239 by Stefan Bodewig · 11 years ago
  92. cd47ed9 XZ for Java 1.4 has been released, merge the LZMA branch. by Stefan Bodewig · 11 years ago
  93. 90ef79a Fix Javadoc typo. by Gary D. Gregory · 11 years ago
  94. dab23f7 Removed the explicit calls to the default constructor by Emmanuel Bourg · 11 years ago
  95. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  96. 46e75ee COMPRESS-111 read-only support for LZMA by Stefan Bodewig · 11 years ago
  97. ddbca72 @since: Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  98. a422183 Standardise on number only; drop redundant component name by Sebastian Bazley · 11 years ago
  99. 01c3fe9 COMPRESS-200 support decompressConcatenated in CompressorStreamFactory by Stefan Bodewig · 11 years ago
  100. 62200b4 COMPRESS-221 make XZ for Jaca truely optional for CompressorStreamFactory, based on patch description by Matt Quigley by Stefan Bodewig · 11 years ago