1. 5fb7664 COMPRESS-147 document Snappy stuff, remove now unused Deconmpressor class by Stefan Bodewig · 11 years ago
  2. 56b7c80 COMPRESS-147 and COMPRESS-243 - add .Z and Snappy to Factory by Stefan Bodewig · 11 years ago
  3. 0a08d37 Add a missing close() method. Make read() deal with 0 bytes read. by Damjan Jovanovic · 11 years ago
  4. db52cdc Add read-only support for the .Z file format. by Damjan Jovanovic · 11 years ago
  5. 011a0e7 add a comment explaining why there is a long and not an int by Stefan Bodewig · 11 years ago
  6. db0ea95 COMPRESS-244 might overflow a 32bit int in SevenZFile#readUint64 - based on patch by Nico Kruber by Stefan Bodewig · 11 years ago
  7. 161781f COMPRESS-147 CompressorInputStream didn't know the concept of pushback, also take adavantage of count ignoring -1s by Stefan Bodewig · 11 years ago
  8. 8c6d38e COMPRESS-147 some cleanup, fix counting, simple available implementation by Stefan Bodewig · 11 years ago
  9. 425ea1a COMPRESS-147 incomplete InputStreams for Snappy by Stefan Bodewig · 11 years ago
  10. 5e1dc46 wrong index in flush when not using the default block size by Stefan Bodewig · 11 years ago
  11. 90fc55e COMPRESS-147 initial SnappyDecompressor by BELUGA BEHR by Stefan Bodewig · 11 years ago
  12. 4660021 COMPRESS-241 SevenZOutputFile#closeArchiveEntry throws XZException on Java8 by Stefan Bodewig · 11 years ago
  13. 8d86448 another edge case for delaying stream creation and more tests by Stefan Bodewig · 11 years ago
  14. f8f1a84 Unnecessary cast from int to long. by Gary D. Gregory · 11 years ago
  15. 6f851bc Forgot to clean up imports before my previous commit. by Gary D. Gregory · 11 years ago
  16. eb9318d [COMPRESS-240] ZipEncodingHelper.isUTF8(String) does not check all UTF-8 aliases. by Gary D. Gregory · 11 years ago
  17. fcec064 no longer swallow exceptions on close by Stefan Bodewig · 11 years ago
  18. c5d9ec8 defer creation of output stream until data is written in order to keep empty streams empty - LZMA2 writes dictionary information, for example by Stefan Bodewig · 11 years ago
  19. 9fff335 Fix Javadoc and comment nits: "utf-8" -> "UTF-8". by Gary D. Gregory · 11 years ago
  20. 849f9ce Fix Javadoc nit. by Gary D. Gregory · 11 years ago
  21. ac525fe Better ivar and param name (charsetName instead of charset). by Gary D. Gregory · 11 years ago
  22. 2cb7f9d Better ivar and param name (charsetName instead of charset). by Gary D. Gregory · 11 years ago
  23. 06a8198 emptyFiles and antiItems bitsets only iterate over entries without streams by Stefan Bodewig · 11 years ago
  24. 8279181 FindBugs issues and comment a bunch of empty blocks by Stefan Bodewig · 11 years ago
  25. e6a6666 fix javadoc warnings and add a bunch of @throws by Stefan Bodewig · 11 years ago
  26. 5106367 cosmetic improvements by Stefan Bodewig · 11 years ago
  27. 6ef5248 remove debug logging by Stefan Bodewig · 11 years ago
  28. ce82edb clear password on close, don't swallow exception by Stefan Bodewig · 11 years ago
  29. d46463e password String => byte[] in SevnZFile including test for decryption by Stefan Bodewig · 11 years ago
  30. acc7a42 document ARJ's strange time handling by Stefan Bodewig · 11 years ago
  31. 38e8add clean up ARJ header parsing, addrss PMD issues by Stefan Bodewig · 11 years ago
  32. c90c2df update documentation by Stefan Bodewig · 11 years ago
  33. 2c9bec1 LZMA2 compression when writing 7z archives by Stefan Bodewig · 11 years ago
  34. d64af85 add bzip2/deflate compression support when writing 7z archives by Stefan Bodewig · 11 years ago
  35. 5ec6974 write uncompressed 7z archive but use a coder by Stefan Bodewig · 11 years ago
  36. 86531d8 add an enum for 7z compression methods, early preparations for compressed write support by Stefan Bodewig · 11 years ago
  37. 3628b33 javadocs by Stefan Bodewig · 11 years ago
  38. d495f26 backwards incompatible changes by Stefan Bodewig · 11 years ago
  39. 0317b95 avoid NullPointerExceptions if Date is null by Stefan Bodewig · 11 years ago
  40. 70dc5e0 arj stores date in seconds since epoch on Unix by Stefan Bodewig · 11 years ago
  41. 891ce01 DOS time for ZIP/ARJ never stores milliseconds (it is at two second granularity) by Stefan Bodewig · 11 years ago
  42. ae2a0ed record Deflate support by Stefan Bodewig · 11 years ago
  43. f5b32b0 deflate support when reading 7Z archives by Stefan Bodewig · 11 years ago
  44. f3d34aa allow format-detection to deal with blocking inputs - COMPRESS-239 by Stefan Bodewig · 11 years ago
  45. 3685eea one readFully method to rule them all by Stefan Bodewig · 11 years ago
  46. 5d6dc46 an archive without folders may skip CodersInfo by Stefan Bodewig · 11 years ago
  47. b451bb3 simplify has*Date handling in SevenZEntry by Stefan Bodewig · 11 years ago
  48. 08b6ab1 note on 7z's limitations is outdated by Stefan Bodewig · 11 years ago
  49. cd47ed9 XZ for Java 1.4 has been released, merge the LZMA branch. by Stefan Bodewig · 11 years ago
  50. 90ef79a Fix Javadoc typo. by Gary D. Gregory · 11 years ago
  51. 99358db allow null-charset for platform's default encoding in arj by Stefan Bodewig · 11 years ago
  52. 01c8207 the constants will be far more useful when public by Stefan Bodewig · 11 years ago
  53. 374a3ce the fileAccessMode of ARJ entries depends on the OS the archive was created on by Stefan Bodewig · 11 years ago
  54. 8c34dc5 count bytes read in ArjArchiveInputStream by Stefan Bodewig · 11 years ago
  55. 90b73bf Add encoding support to CPIO package - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  56. 5972cab Add encoding support to DumpArchiveInputStream - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  57. 3f9fb61 Minor Javadoc enhancement for TarArchiveOutputStream.handleLongName() by Emmanuel Bourg · 11 years ago
  58. 16da2b9 Improved the exception message when the name/link is too long by Emmanuel Bourg · 11 years ago
  59. 8d7e1f4 Don't check the length of empty links by Emmanuel Bourg · 11 years ago
  60. 2ba2203 COMPRESS-237 properly write TAR entries with long link names. Patch by Emmanuel Bourg by Stefan Bodewig · 11 years ago
  61. 040e42d COMPRESS-236 - CpioArchiveInputStream doesn't like Redline RPM's archives. Patch by Andrew Duffy by Stefan Bodewig · 11 years ago
  62. a671a70 COMPRESS-234 read/skip performance improvements to TarArchiveInputStream - patch by BELUGA BEHR by Stefan Bodewig · 11 years ago
  63. dab23f7 Removed the explicit calls to the default constructor by Emmanuel Bourg · 11 years ago
  64. bb2200b Replaced StringBuffers with StringBuilders by Emmanuel Bourg · 11 years ago
  65. 26fc82f Changed the return type of CpioArchiveInputStream.getNextEntry() to avoid casting to CpioArchiveEntry by Emmanuel Bourg · 11 years ago
  66. 4c71a47 Build the debug messages only if the debugging is enabled by Emmanuel Bourg · 11 years ago
  67. 46e61a9 Removed the final modifier on the private methods by Emmanuel Bourg · 11 years ago
  68. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  69. 1c8ff15 merge from trunk by Stefan Bodewig · 11 years ago
  70. b86d8a6 Remove direct citations form APPNOTE.TXT in javadocs, obey to section by Stefan Bodewig · 11 years ago
  71. d2bcb03 COMPRESS-233 performance and readability tweak for TarBuffer by Stefan Bodewig · 11 years ago
  72. d57a662 COMPRESS-232 improve readability of TarArchiveInputStream by Stefan Bodewig · 11 years ago
  73. b885ae5 merge 7z write support by Stefan Bodewig · 11 years ago
  74. 67ea501 Add preliminary support for writing 7z archives. by Damjan Jovanovic · 11 years ago
  75. e33d42e Add LZMA support to 7z - I don't think this adds support for compressed headers by Stefan Bodewig · 11 years ago
  76. 46e75ee COMPRESS-111 read-only support for LZMA by Stefan Bodewig · 11 years ago
  77. 5127ee6 COMPRESS-227 return Iterable rather than Iterator in new methods by Stefan Bodewig · 11 years ago
  78. a33995a Fix support for 7z files that are > 2 GB. by Damjan Jovanovic · 11 years ago
  79. 29d9a8b COMPRESS-229 aftermaths, properly deal with broken archives that end with an incomplete entry. Unfortunately we don't have a test for this by Stefan Bodewig · 11 years ago
  80. 601e4d7 COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin by Stefan Bodewig · 11 years ago
  81. 7b117a4 use LinkedList explicitly for the tiny gain getFirst() provides over get(0) by Stefan Bodewig · 11 years ago
  82. b607aa2 Unnecessary @SuppressWarnings("unchecked") - these are not used for casts by Sebastian Bazley · 11 years ago
  83. 3f7f768 Javadoc by Sebastian Bazley · 11 years ago
  84. d31dc36 Replace Deque (1.6) with List, as we don't need the extra Deque functionality by Sebastian Bazley · 11 years ago
  85. e860d2f COMPRESS-228 be more lenient when parsing zip64 extra field by Stefan Bodewig · 11 years ago
  86. f62cf85 provide access to all entries of a given name in ZipFile, COMPRESS-227 by Stefan Bodewig · 11 years ago
  87. 1a237bd COMPRESS-227 ensure ZipFile#getEntry only returns entries that will by Stefan Bodewig · 11 years ago
  88. 93a15dd Add initial support for ARJ archives. Document it. by Damjan Jovanovic · 11 years ago
  89. b7de910 Fix a typo. by Damjan Jovanovic · 11 years ago
  90. 5273bd5 Fix a read() regression. by Damjan Jovanovic · 11 years ago
  91. c25c8df Decrypt lazily, on the first read(), otherwise the password by Damjan Jovanovic · 11 years ago
  92. 5989652 Add support for archive header decompression/decryption. by Damjan Jovanovic · 11 years ago
  93. 109a7a8 Don't NPE on archives of all empty files. by Damjan Jovanovic · 11 years ago
  94. df8b3b2 Avoid NPE warning by Sebastian Bazley · 11 years ago
  95. e1379e2 Protect against NPE; throw more specific exception by Sebastian Bazley · 11 years ago
  96. 592b100 Unnecessary casts by Sebastian Bazley · 11 years ago
  97. a20cf4b new IOException(String, Throwable) is Java 1.6+ by Sebastian Bazley · 11 years ago
  98. f72a88c Fix a Javadoc typo. by Damjan Jovanovic · 11 years ago
  99. 1044ee4 Add support for BZIP2 decompression and AES-256 + SHA-256 decryption by Damjan Jovanovic · 11 years ago
  100. f69ccab Add preliminary read-only support for the 7z archive format, by Damjan Jovanovic · 11 years ago