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. 9e1ac89 lots of useless javadoc tags to make site build work on Java8 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. b543381 I think a number is greater, not bigger by Stefan Bodewig · 10 years ago
  6. 75bffff document readBits EOF behavior explicitly by Stefan Bodewig · 10 years ago
  7. f233537 make exception message less ambiguos by Stefan Bodewig · 10 years ago
  8. 840a20e cache bit masks by Stefan Bodewig · 10 years ago
  9. cb4b6e0 BitInputStream can only read a maximum of 31 bits a time or it can't signal EOF by Stefan Bodewig · 10 years ago
  10. e68f44a add some javadocs, check argument to readBits by Stefan Bodewig · 10 years ago
  11. d241f50 Optimize the LZW implementation, by Damjan Jovanovic · 10 years ago
  12. 551db60 Explain why it's OK to share static mutable field - it's write-only by Sebastian Bazley · 10 years ago
  13. 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
  14. 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
  15. 885d205 extract "close and swallow exception" code to IOUtils by Stefan Bodewig · 11 years ago
  16. 45e51c2 fix javadoc errors detected by Java8 EA b120 by Stefan Bodewig · 11 years ago
  17. 8a2f04c Remove some unnecessary parentheses. by Gary D. Gregory · 11 years ago
  18. 3bc692d Move PureJavaCrc32C to the snappy package and make it package private by Emmanuel Bourg · 11 years ago
  19. 4f0e81f properly retain backwards compatibility by Stefan Bodewig · 11 years ago
  20. b4e5f6e argh, 'fixed' the wrong argument by Stefan Bodewig · 11 years ago
  21. 75823ee make clirr and checkstyle happier by Stefan Bodewig · 11 years ago
  22. 3f2f313 COMPRESS-147 checksum verification by Stefan Bodewig · 11 years ago
  23. d658439 CRC32 is supposed to be an unsigned int by Stefan Bodewig · 11 years ago
  24. e6a6666 fix javadoc warnings and add a bunch of @throws by Stefan Bodewig · 11 years ago
  25. 3628b33 javadocs by Stefan Bodewig · 11 years ago
  26. 3685eea one readFully method to rule them all by Stefan Bodewig · 11 years ago
  27. 90b73bf Add encoding support to CPIO package - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  28. a671a70 COMPRESS-234 read/skip performance improvements to TarArchiveInputStream - patch by BELUGA BEHR by Stefan Bodewig · 11 years ago
  29. bb2200b Replaced StringBuffers with StringBuilders by Emmanuel Bourg · 11 years ago
  30. 93a15dd Add initial support for ARJ archives. Document it. by Damjan Jovanovic · 11 years ago
  31. c25c8df Decrypt lazily, on the first read(), otherwise the password by Damjan Jovanovic · 11 years ago
  32. 5989652 Add support for archive header decompression/decryption. by Damjan Jovanovic · 11 years ago
  33. f69ccab Add preliminary read-only support for the 7z archive format, by Damjan Jovanovic · 11 years ago
  34. c1fd317 Add a bunch of since markers by Stefan Bodewig · 11 years ago
  35. 2f69e63 Drop trailing spaces where file has at least one instance of multiple trailing spaces by Sebastian Bazley · 12 years ago
  36. 1120914 COMPRESS-214 - better support for unix symlinks by Julius Davies · 12 years ago
  37. d2af700 Javadoc by Sebastian Bazley · 12 years ago
  38. 57d8a1c unused import by Stefan Bodewig · 12 years ago
  39. 9fe74b7 Fix up Javadoc to not refer to Commons Codec. by Gary D. Gregory · 12 years ago
  40. c654e04 Add license and fix line-ends by Stefan Bodewig · 12 years ago
  41. a75598d Remove @author tags. by Gary D. Gregory · 12 years ago
  42. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  43. aa1a75c Replace Javadoc "<code>null|true|false</code>" with "{@code null|true|false}" by Gary D. Gregory · 12 years ago
  44. d7119be Replace magic strings "UTF-8", "US-ASCII", and so on with references to a new .util class CharsetNames (like in other commons components.) The Charsets class will be more useful when [compress] moves to Java 6 and can use String#getBytes(Charset) instead of String#getBytes(String). by Gary D. Gregory · 12 years ago
  45. 39c93f4 Trailing spaces by Sebastian Bazley · 12 years ago
  46. 64f0022 Unused imports by Stefan Bodewig · 13 years ago
  47. 267a334 Having a thread-safe count in an otherwise not-thread-safe stream doesn't make much sense by Stefan Bodewig · 13 years ago
  48. ec0db74 Those classes are so much more useful with public constructors by Stefan Bodewig · 13 years ago
  49. 41fc7c5 Add Counting(In|Out)putStreams by Stefan Bodewig · 13 years ago
  50. f618fa2 New utility method toAsciiString(final byte[] inputBytes, int offset, int length) by Sebastian Bazley · 14 years ago
  51. c640fab Tab police by Sebastian Bazley · 14 years ago
  52. 1872885 Prevent instantiation of utility classes by Sebastian Bazley · 15 years ago
  53. 8b2cfc2 Additional String <=> Byte array Ascii conversion methods + basic tests by Sebastian Bazley · 15 years ago
  54. 9567f87 Add some utility methods and tests by Sebastian Bazley · 15 years ago
  55. 7e4a034 Initial ArchiveUtils implementation by Sebastian Bazley · 15 years ago
  56. 3503121 Return count of bytes copied by Sebastian Bazley · 15 years ago
  57. 44dbd93 These classes are immutable, i.e. thread-safe by Sebastian Bazley · 15 years ago
  58. 8101724 minimal package level javadocs by Stefan Bodewig · 15 years ago
  59. ad3908e Add Javadoc for second method; combine common code. by Sebastian Bazley · 15 years ago
  60. 1638016 remove unused class. SANDBOX-287 by Stefan Bodewig · 15 years ago
  61. 2a8824b no longer needed by Torsten Curdt · 16 years ago
  62. ca16539 import of new redesign branch by Torsten Curdt · 16 years ago