1. f255882 COMPRESS-300 remove protected fields from LZWInputStream by Stefan Bodewig · 9 years ago
  2. 9ebe7bb committed local change by accident by Stefan Bodewig · 9 years ago
  3. a73d5f2 yet another potential AIOBException in zip package by Stefan Bodewig · 9 years ago
  4. 1053ec1 expand BitInputStream to allow reading of up to 63 bits at once by Stefan Bodewig · 10 years ago
  5. 09aecce Fixed style issues as reported by IntelliJ by Kristian Rosenvold · 10 years ago
  6. d241f50 Optimize the LZW implementation, by Damjan Jovanovic · 10 years ago
  7. c5f9ceb COMPRESS-272 add auto-detect for .Z by Stefan Bodewig · 10 years ago
  8. 6894802 The declared exception IOException is not actually thrown by the constructor. by Gary D. Gregory · 11 years ago
  9. 33461de bring back javadocs for _internal but make the warning even stronger by Stefan Bodewig · 11 years ago
  10. 281e608 package.html for _internal_ package by Stefan Bodewig · 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. e40f6e0 Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  14. ec5bd47 reduce duplication in read method by Stefan Bodewig · 11 years ago
  15. b3ddff6 force caller to deal with 0-reads by Stefan Bodewig · 11 years ago
  16. 9150d65 reduce code duplication in the two LZW input streams by Stefan Bodewig · 11 years ago
  17. 4e19109 Add an UnshrinkingInputStream based on ZCompressorInputStream, by Damjan Jovanovic · 11 years ago
  18. ea3bde8 Count bytes read from ZCompressorInputStream. by Damjan Jovanovic · 11 years ago
  19. 74abef2 Use better variable naming. by Damjan Jovanovic · 11 years ago
  20. 81a7b28 Some cleanups to ZCompressorInputStream. by Damjan Jovanovic · 11 years ago
  21. 0a08d37 Add a missing close() method. Make read() deal with 0 bytes read. by Damjan Jovanovic · 11 years ago
  22. db52cdc Add read-only support for the .Z file format. by Damjan Jovanovic · 11 years ago