1. ba53647 COMPRESS-462 can't read from AR without opening an entry by Stefan Bodewig · 6 years ago
  2. a41ce68 COMPRESS-463 throw exception when detecting a truncated stored entry by Stefan Bodewig · 6 years ago
  3. 64ed6dd ensure archive streams really mean EOF if they say so by Stefan Bodewig · 6 years ago
  4. 0fe6ae3 verify the compressor streams really mean EOF when they say so by Stefan Bodewig · 6 years ago
  5. 792da67 COMPRESS-460 rudimentary javadocs and tests by Stefan Bodewig · 6 years ago
  6. 72bfc12 COMPRESS-459 fix writing of multibyte names and add a test as proof by Stefan Bodewig · 6 years ago
  7. 9e80104 Fix reading of multibyte name entries by Jens Reimann · 6 years ago
  8. 16e358e COMPRESS-457 improve resource cleanup in close() implementations by Stefan Bodewig · 6 years ago
  9. a080293 fix edge case vulnerability detected by @DidierLoiseau by Stefan Bodewig · 6 years ago
  10. ba12419 Remove @version $Id$ tags from pre-git SVN days. by Gary Gregory · 6 years ago
  11. 8cc2702 add test for path sanity check by Stefan Bodewig · 6 years ago
  12. 63eeef3 don't leak resources by Stefan Bodewig · 6 years ago
  13. c67040b add tests for Expander by Stefan Bodewig · 6 years ago
  14. 789c395 unit tests for Archiver by Stefan Bodewig · 6 years ago
  15. 7a34528 COMPRESS-452 use password-less constructor in test by Stefan Bodewig · 6 years ago
  16. b87e8e8 whitespace by Stefan Bodewig · 6 years ago
  17. 44785c7 add char[] constructors to SevenZFile by Stefan Bodewig · 6 years ago
  18. 0aeda4f COMPRESS-451 reject 0 buffersize in IOUtils.copy by Stefan Bodewig · 6 years ago
  19. e15c80a COMPRESS-443 provide a custom InputStream for special skip problems by Stefan Bodewig · 6 years ago
  20. 9146faa COMPRESS-443 use native container and reference URI for bundle by Stefan Bodewig · 6 years ago
  21. 0de76f1 crude attempt for adding a PAX Exam test by Stefan Bodewig · 6 years ago
  22. 906d277 COMPRESS-445 compressed size must include size of trees for IMPLODE by Stefan Bodewig · 6 years ago
  23. be86c62 COMPRESS-445 fix stats for Stored entries in ZipArchiveInputStream by Stefan Bodewig · 6 years ago
  24. 36a5631 COMPRESS-445 test cases for the remaining ZIP methods by Stefan Bodewig · 6 years ago
  25. d6b07a1 COMPRESS-445 refactor statistics test by Stefan Bodewig · 6 years ago
  26. 22c79b2 COMPRESS-445 cosmetics by Stefan Bodewig · 6 years ago
  27. 02c963a COMPRESS-445 provide statistics when uncompressing by Stefan Bodewig · 6 years ago
  28. bd3e6cf COMPRESS-447 turn ArrayIndexOutOfBoundsExceptions into ZipExceptions by Stefan Bodewig · 6 years ago
  29. 69f38e8 Deprecate charset constants superseded by Java 7 by Matt Sicker · 6 years ago
  30. 2e74d63 and another trivial error inside the Windows-only test by Stefan Bodewig · 6 years ago
  31. 4f2f472 this is what you get for writing tests you can't run :-) by Stefan Bodewig · 6 years ago
  32. 66607dd optionally preserve the drive letter on Windows by Stefan Bodewig · 6 years ago
  33. e44fe0e looks like another linefeed problem on Windows by Stefan Bodewig · 6 years ago
  34. 271e0a7 explicit tests for new BitInputStream methods by Stefan Bodewig · 6 years ago
  35. 08cdbe2 gitattributes don't work reliably on Windows Jenkins nodes by Stefan Bodewig · 6 years ago
  36. c66db89 COMPRESS-436 sanity check compressed size is known for bzip etc by Stefan Bodewig · 6 years ago
  37. 738c708 COMPRESS-437 add read-only DEFLATE64 support to 7z by Stefan Bodewig · 6 years ago
  38. 3bf9dad Use try-with-resources. by Gary Gregory · 6 years ago
  39. b18ef2a Merge branch 'COMPRESS-380' by Stefan Bodewig · 6 years ago
  40. 77a0a69 move a few files around by Stefan Bodewig · 6 years ago
  41. 073fe24 license header and whitespace by Stefan Bodewig · 6 years ago
  42. a123142 An example failing deflate64 zip file by Dawid Weiss · 6 years ago
  43. 0517c7f COMPRESS-429 tests by Stefan Bodewig · 6 years ago
  44. 27b16a2 COMPRESS-380 support data descriptors with ENHANCED_DEFLATED by Stefan Bodewig · 6 years ago
  45. 334f1de fix indentation by Stefan Bodewig · 6 years ago
  46. f4b7501 COMPRESS-380 document EOFException and add a test by Stefan Bodewig · 6 years ago
  47. 53ec582 Add DEFLATE64 support to CompressorStreamfactory. by Stefan Bodewig · 6 years ago
  48. ccc3067 COMPRESS-380 add DEFLATE64 support to ZipArchiveInputStream by Stefan Bodewig · 6 years ago
  49. 07cc1a2 COMPRESS-380 Deflate64CompressorInputStream#available promised too much by Stefan Bodewig · 6 years ago
  50. 79e76d5 COMPRESS-380 make Defalt64InputStream a CompressorInputStream by Stefan Bodewig · 6 years ago
  51. a62c3d0 COMPRESS-380 add testcase for deflat64 support by Stefan Bodewig · 6 years ago
  52. 2042aa0 COMPRESS-380 change package name by Stefan Bodewig · 6 years ago
  53. 3e9b0e8 COMPRESS-380 add license headers by Stefan Bodewig · 6 years ago
  54. d07f04b COMPRESS-380 initial patch by Christian Marquez Grabia by Stefan Bodewig · 6 years ago
  55. 34b75c6 add write support for Zstandard by Stefan Bodewig · 6 years ago
  56. 810ba6f use the more conventional "zstd" as abbreviation of Zstandard by Stefan Bodewig · 6 years ago
  57. 9db5028 COMPRESS-435 Replaces instanceof checks with a type marker in LZ77 support code. by Stefan Bodewig · 6 years ago
  58. 10ff1c3 Fix Javadoc. by Gary Gregory · 7 years ago
  59. 6b12eab Remove trailing white spaces on all lines. by Gary Gregory · 7 years ago
  60. a0aec90 COMPRESS-425 add auto-detection of Zstandard inputs by Stefan Bodewig · 7 years ago
  61. 7984387 COMPRESS-423 - Add ZStandard decompression support using Zstd-JNI by Andre F de Miranda · 7 years ago
  62. c82dc1f COMPRESS-409 remove internal buffering from TarArchiveOutputStream by Stefan Bodewig · 7 years ago
  63. 77beca1 whitespace by Stefan Bodewig · 7 years ago
  64. 12d9a80 add test to verify parseName stops at first NUL by Roel Spilker · 7 years ago
  65. 083dd8c fix whitespace - closes #50 by Stefan Bodewig · 7 years ago
  66. 9f5af26 Missing Test Case for octal to binary conversion by Ioana Leontiuc · 7 years ago
  67. 8e8de29 COMPRESS-417 add test by Stefan Bodewig · 7 years ago
  68. 3e3a138 Rename HasCharset to CharsetAccessor (until someone comes up with a by Gary Gregory · 7 years ago
  69. d5c4ab7 test fails when strong crypto is installed by Stefan Bodewig · 7 years ago
  70. 41afb1d add missing license headers by Stefan Bodewig · 7 years ago
  71. 64573bb Slight test speed up by avoiding more writing to disk Signed-off-by: Simon Spero <sesuncedu@gmail.com> by Simon Spero · 7 years ago
  72. 1261172 Slight speed up by avoiding writing to disk by Simon Spero · 7 years ago
  73. 5499fa0 Avoid NPE when running against pre-release xz's (which are by definition not 1.4) by Simon Spero · 7 years ago
  74. 31ac0e5 Increase test coverage by Simon Spero · 7 years ago
  75. ffa1c55 Random coveralls bait. by Simon Spero · 7 years ago
  76. b09b951 Add-additional-Unit-Tests Added Unit Tests to increase coverage. by Michael Hausegger · 7 years ago
  77. fde6670 mostly cosmetic changes by Stefan Bodewig · 7 years ago
  78. b745af3 Test that ebcidic encoding is supported (making sure "%Uxxxx" replacement strings don't use ascii encodings) by Simon Spero · 7 years ago
  79. a67bdc0 Do better estimating of required buffer size for character encoding. If an unencodable character is found that requires output buffer expansion, scan buffer for all such characters, and attempt to expand buffer only once. by Simon Spero · 7 years ago
  80. cec72ce COMPRESS-410 Remove Non-NIO character set encoders. As a special case, the UTF-8 encoder will replace malformed / unmappable input with '?'. This behavior is required for compatibility with existing behavior. by Simon Spero · 7 years ago
  81. 2049485 typo by Stefan Bodewig · 7 years ago
  82. 283f1bc COMPRESS-416 disable powermock test on Java9 by Stefan Bodewig · 7 years ago
  83. 2ed2771 remove test now we know Java9 is correct and we've adapted by Stefan Bodewig · 7 years ago
  84. 8526b85 adjust to Java8 vs Java9 differences in timezones != pacific by Stefan Bodewig · 7 years ago
  85. 8251cd6 COMPRESS-416 cosmetics by Stefan Bodewig · 7 years ago
  86. cd1d329 COMPRESS-416 Use signed integers for extended timestamps, per spec by Simon Spero · 7 years ago
  87. d0595b7 COMPRESS-416 Add signed 32bit int constructor and accessor to ZipLong by Simon Spero · 7 years ago
  88. 992911d [COMPRESS-416] Tests failing under jdk 9 : one reflection issue, one by Simon Spero · 7 years ago
  89. 5481dd3 [COMPRESS-413] Travis build redundantly repeats compilation and tests by Simon Spero · 7 years ago
  90. 9bcdc3e COMPRESS-400 : Squash commit of COMPRESS-400-REDUX. by Simon Spero · 7 years ago
  91. b6ae1d0 COMPRESS-407 Validate Block and Record Sizes by Simon Spero · 7 years ago
  92. 4be9979 COMPRESS-411 clearer formulation of the same test by Stefan Bodewig · 7 years ago
  93. 6f37913 COMPRESS-412 NullPointerException defect in ChecksumCalculatingInputStream#getValue() fixed. by Michael Hausegger · 7 years ago
  94. b53ead4 reformulate test by Stefan Bodewig · 7 years ago
  95. 3c2419d add-some-Unit-Tests Added additional Unit Tests. by Michael Hausegger · 7 years ago
  96. 496691b add-some-Unit-Tests Minor variable renaming. by Michael Hausegger · 7 years ago
  97. 6fe9ae8 add-some-Unit-Tests Removed test testGetValueThrowsNullPointerException in class ChecksumCalculatingInputStreamTest. Test represented a bug/defect which is going to be fixed in a different branch. by Michael Hausegger · 7 years ago
  98. b5848b2 add-some-Unit-Tests Removed @author tags in comments. by Michael Hausegger · 7 years ago
  99. b861b4f add-some-Unit-Tests Added some Unit Tests to increase code coverage. by Michael Hausegger · 7 years ago
  100. 66c5caf Added License Headers for the rat by Simon Spero · 7 years ago