1. 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
  2. 74abef2 Use better variable naming. by Damjan Jovanovic · 11 years ago
  3. 81a7b28 Some cleanups to ZCompressorInputStream. by Damjan Jovanovic · 11 years ago
  4. c53f88e COMPRESS-147 test file big enough to make the Snappy buffers slide by Stefan Bodewig · 11 years ago
  5. 3e39e47 COMPRESS-147 some cosmetics by Stefan Bodewig · 11 years ago
  6. 5fb7664 COMPRESS-147 document Snappy stuff, remove now unused Deconmpressor class by Stefan Bodewig · 11 years ago
  7. 56b7c80 COMPRESS-147 and COMPRESS-243 - add .Z and Snappy to Factory by Stefan Bodewig · 11 years ago
  8. 0a08d37 Add a missing close() method. Make read() deal with 0 bytes read. by Damjan Jovanovic · 11 years ago
  9. db52cdc Add read-only support for the .Z file format. by Damjan Jovanovic · 11 years ago
  10. 011a0e7 add a comment explaining why there is a long and not an int by Stefan Bodewig · 11 years ago
  11. db0ea95 COMPRESS-244 might overflow a 32bit int in SevenZFile#readUint64 - based on patch by Nico Kruber by Stefan Bodewig · 11 years ago
  12. 161781f COMPRESS-147 CompressorInputStream didn't know the concept of pushback, also take adavantage of count ignoring -1s by Stefan Bodewig · 11 years ago
  13. 8c6d38e COMPRESS-147 some cleanup, fix counting, simple available implementation by Stefan Bodewig · 11 years ago
  14. 425ea1a COMPRESS-147 incomplete InputStreams for Snappy by Stefan Bodewig · 11 years ago
  15. 5e1dc46 wrong index in flush when not using the default block size by Stefan Bodewig · 11 years ago
  16. 90fc55e COMPRESS-147 initial SnappyDecompressor by BELUGA BEHR by Stefan Bodewig · 11 years ago
  17. 0825d69 additional roundtrip test for extended timestamp field by Stefan Bodewig · 11 years ago
  18. 4660021 COMPRESS-241 SevenZOutputFile#closeArchiveEntry throws XZException on Java8 by Stefan Bodewig · 11 years ago
  19. 6a59b35 make site-delete-exclude for release javadocs look nicer by Stefan Bodewig · 11 years ago
  20. 4ff5a5c the latest release is 1.6 by Stefan Bodewig · 11 years ago
  21. 3cb7434 complete the list of formats by Stefan Bodewig · 11 years ago
  22. 97460b9 keep javadocs of latest release around by Stefan Bodewig · 11 years ago
  23. 61741ad preparations for next version by Stefan Bodewig · 11 years ago
  24. 17cc253 Jörg's solution is a lot simpler by Stefan Bodewig · 11 years ago
  25. e3d3cad don't try to decrypt in tests if no strong crypto is available by Stefan Bodewig · 11 years ago
  26. 501a15a Make compatiblity description more detailed and clearer (IMO). by Gary D. Gregory · 11 years ago
  27. 36aef0f backwards incompatibility disclaimer by Stefan Bodewig · 11 years ago
  28. 8d86448 another edge case for delaying stream creation and more tests by Stefan Bodewig · 11 years ago
  29. f8f1a84 Unnecessary cast from int to long. by Gary D. Gregory · 11 years ago
  30. 6f851bc Forgot to clean up imports before my previous commit. by Gary D. Gregory · 11 years ago
  31. eb9318d [COMPRESS-240] ZipEncodingHelper.isUTF8(String) does not check all UTF-8 aliases. by Gary D. Gregory · 11 years ago
  32. fcec064 no longer swallow exceptions on close by Stefan Bodewig · 11 years ago
  33. 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
  34. 9fff335 Fix Javadoc and comment nits: "utf-8" -> "UTF-8". by Gary D. Gregory · 11 years ago
  35. 849f9ce Fix Javadoc nit. by Gary D. Gregory · 11 years ago
  36. ac525fe Better ivar and param name (charsetName instead of charset). by Gary D. Gregory · 11 years ago
  37. 2cb7f9d Better ivar and param name (charsetName instead of charset). by Gary D. Gregory · 11 years ago
  38. 06a8198 emptyFiles and antiItems bitsets only iterate over entries without streams by Stefan Bodewig · 11 years ago
  39. 6eb0360 ASF Branding by Sebastian Bazley · 11 years ago
  40. 8279181 FindBugs issues and comment a bunch of empty blocks by Stefan Bodewig · 11 years ago
  41. e6a6666 fix javadoc warnings and add a bunch of @throws by Stefan Bodewig · 11 years ago
  42. 5106367 cosmetic improvements by Stefan Bodewig · 11 years ago
  43. 6ef5248 remove debug logging by Stefan Bodewig · 11 years ago
  44. ce82edb clear password on close, don't swallow exception by Stefan Bodewig · 11 years ago
  45. d46463e password String => byte[] in SevnZFile including test for decryption by Stefan Bodewig · 11 years ago
  46. acc7a42 document ARJ's strange time handling by Stefan Bodewig · 11 years ago
  47. 38e8add clean up ARJ header parsing, addrss PMD issues by Stefan Bodewig · 11 years ago
  48. 00a10d5 Reduce redundancy and add a what's new'' section by Stefan Bodewig · 11 years ago
  49. c96954d this is what you get for diverting from the template :-) by Stefan Bodewig · 11 years ago
  50. b314957 time in DOS version is in local time by Stefan Bodewig · 11 years ago
  51. cc73485 add time/mode handling tests for arj by Stefan Bodewig · 11 years ago
  52. 4a15417 release preparations by Stefan Bodewig · 11 years ago
  53. c90c2df update documentation by Stefan Bodewig · 11 years ago
  54. 2c9bec1 LZMA2 compression when writing 7z archives by Stefan Bodewig · 11 years ago
  55. d64af85 add bzip2/deflate compression support when writing 7z archives by Stefan Bodewig · 11 years ago
  56. 5ec6974 write uncompressed 7z archive but use a coder by Stefan Bodewig · 11 years ago
  57. 86531d8 add an enum for 7z compression methods, early preparations for compressed write support by Stefan Bodewig · 11 years ago
  58. 3628b33 javadocs by Stefan Bodewig · 11 years ago
  59. d495f26 backwards incompatible changes by Stefan Bodewig · 11 years ago
  60. 0317b95 avoid NullPointerExceptions if Date is null by Stefan Bodewig · 11 years ago
  61. 70dc5e0 arj stores date in seconds since epoch on Unix by Stefan Bodewig · 11 years ago
  62. 891ce01 DOS time for ZIP/ARJ never stores milliseconds (it is at two second granularity) by Stefan Bodewig · 11 years ago
  63. ae2a0ed record Deflate support by Stefan Bodewig · 11 years ago
  64. f5b32b0 deflate support when reading 7Z archives by Stefan Bodewig · 11 years ago
  65. f3d34aa allow format-detection to deal with blocking inputs - COMPRESS-239 by Stefan Bodewig · 11 years ago
  66. 3685eea one readFully method to rule them all by Stefan Bodewig · 11 years ago
  67. 40e16cc properly document the current level of support provided for 7z by Stefan Bodewig · 11 years ago
  68. 5d6dc46 an archive without folders may skip CodersInfo by Stefan Bodewig · 11 years ago
  69. b451bb3 simplify has*Date handling in SevenZEntry by Stefan Bodewig · 11 years ago
  70. 08b6ab1 note on 7z's limitations is outdated by Stefan Bodewig · 11 years ago
  71. cd47ed9 XZ for Java 1.4 has been released, merge the LZMA branch. by Stefan Bodewig · 11 years ago
  72. 90ef79a Fix Javadoc typo. by Gary D. Gregory · 11 years ago
  73. 99358db allow null-charset for platform's default encoding in arj by Stefan Bodewig · 11 years ago
  74. 01c8207 the constants will be far more useful when public by Stefan Bodewig · 11 years ago
  75. 374a3ce the fileAccessMode of ARJ entries depends on the OS the archive was created on by Stefan Bodewig · 11 years ago
  76. 8c34dc5 count bytes read in ArjArchiveInputStream by Stefan Bodewig · 11 years ago
  77. 90b73bf Add encoding support to CPIO package - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  78. 5972cab Add encoding support to DumpArchiveInputStream - related to COMPRESS-180 by Stefan Bodewig · 11 years ago
  79. 3f9fb61 Minor Javadoc enhancement for TarArchiveOutputStream.handleLongName() by Emmanuel Bourg · 11 years ago
  80. 366189b Test cases for long links in tar files by Emmanuel Bourg · 11 years ago
  81. 16da2b9 Improved the exception message when the name/link is too long by Emmanuel Bourg · 11 years ago
  82. 8d7e1f4 Don't check the length of empty links by Emmanuel Bourg · 11 years ago
  83. 866f6d2 typo by Stefan Bodewig · 11 years ago
  84. 2ba2203 COMPRESS-237 properly write TAR entries with long link names. Patch by Emmanuel Bourg by Stefan Bodewig · 11 years ago
  85. 040e42d COMPRESS-236 - CpioArchiveInputStream doesn't like Redline RPM's archives. Patch by Andrew Duffy by Stefan Bodewig · 11 years ago
  86. a671a70 COMPRESS-234 read/skip performance improvements to TarArchiveInputStream - patch by BELUGA BEHR by Stefan Bodewig · 11 years ago
  87. c708961 verify TarArchiveOutputStream is a "well-behaving citizen" and pads the output by Stefan Bodewig · 11 years ago
  88. 3a7e01b Added more tests for CompressorStreamFactory by Emmanuel Bourg · 11 years ago
  89. dab23f7 Removed the explicit calls to the default constructor by Emmanuel Bourg · 11 years ago
  90. bb2200b Replaced StringBuffers with StringBuilders by Emmanuel Bourg · 11 years ago
  91. 26fc82f Changed the return type of CpioArchiveInputStream.getNextEntry() to avoid casting to CpioArchiveEntry by Emmanuel Bourg · 11 years ago
  92. 6f63fab Add some tests for ARJ archives by Emmanuel Bourg · 11 years ago
  93. 4c71a47 Build the debug messages only if the debugging is enabled by Emmanuel Bourg · 11 years ago
  94. 46e61a9 Removed the final modifier on the private methods by Emmanuel Bourg · 11 years ago
  95. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  96. 8b76ad5 Added tests for the ERROR and TRUNCATE long file modes of TarArchiveOutputStream by Emmanuel Bourg · 11 years ago
  97. 10fdfd5 buffer input and add a test that skips a large amount of bytes by winding forward to the end of the archive by Stefan Bodewig · 11 years ago
  98. 1c8ff15 merge from trunk by Stefan Bodewig · 11 years ago
  99. b86d8a6 Remove direct citations form APPNOTE.TXT in javadocs, obey to section by Stefan Bodewig · 11 years ago
  100. 8f725e7 === separator is not needed by Sebastian Bazley · 11 years ago