1. 05862dd Javadoc by Gary Gregory · 9 hours ago master
  2. 1ecd39b [GZip] GzipCompressorInputStream now throws CompressorException instead by Gary Gregory · 15 hours ago
  3. 9b613b8 Move action to its proper section. by Gary Gregory · 15 hours ago
  4. 2586fab [Unpack200] Reject out-of-range cpUTF8Prefix in CpBands.parseCpUtf8 (#800). by Gary Gregory · 5 days ago
  5. bf49bcf Reject out-of-range cpUTF8Prefix in CpBands.parseCpUtf8 (#800) by KALI 834X · 5 days ago
  6. 52c57ec Migrate from deprecated API by Gary Gregory · 5 days ago
  7. 1c52222 ExactMath now throws ArchiveException instead of by Gary Gregory · 5 days ago
  8. 3ad5427 Javadoc by Gary Gregory · 5 days ago
  9. 23a7fdc Javadoc by Gary Gregory · 5 days ago
  10. f1c3202 Javadoc by Gary Gregory · 5 days ago
  11. 7512499 [Cpio] CpioArchiveOutputStream now throws ArchiveException instead of by Gary Gregory · 5 days ago
  12. 2741291 [BZip2] BZip2CompressorOutputStream now throws CompressorException by Gary Gregory · 5 days ago
  13. bf5ad3f [LZ4] BlockLZ4CompressorOutputStream now throws CompressorException by Gary Gregory · 5 days ago
  14. 3598ef8 [LZ4] BlockLZ4CompressorOutputStream now throws ArchiveException instead by Gary Gregory · 6 days ago
  15. 07e5d65 [Deflate64] Deflate64Decoder now throws ArchiveException instead of by Gary Gregory · 6 days ago
  16. 4ff4c97 [Deflate64] Deflate64CompressorInputStream now throws ArchiveException by Gary Gregory · 6 days ago
  17. 00986ac [BZip2] BZip2CompressorInputStream now throw CompressorException (a by Gary Gregory · 6 days ago
  18. 43f6f27 Fix descriptions by Gary Gregory · 6 days ago
  19. 378eb82 [7-Zip] AES256Options now throws ArchiveException instead of instead of by Gary Gregory · 6 days ago
  20. 1425a03 [TAR] TarArchiveOutputStream now throws ArchiveException instead of by Gary Gregory · 6 days ago
  21. ead9331 Prefix action description with a category. by Gary Gregory · 6 days ago
  22. 6214d16 [LZ77] LZ77Compressor.prefill(byte[]) now throws ArchiveException by Gary Gregory · 6 days ago
  23. 8d6b112 AbstractLZ77CompressorInputStream now throws ArchiveException instead of by Gary Gregory · 6 days ago
  24. e27bfa3 Reject back-reference offset larger than the window in lz77 decoder (#797). by Gary Gregory · 6 days ago
  25. cebee15 Reject back-reference offset larger than the window in lz77 decoder (#797) by KALI 834X · 6 days ago
  26. 4a17b64 Add reusable Huffman decoder #799. by Gary Gregory · 6 days ago
  27. 8b342ca Fix commented out action. by Gary Gregory · 6 days ago
  28. a9597c0 Sort members by Gary Gregory · 6 days ago
  29. 6b0768a Add AbstractTest.toByteArray (#799) by Fredrik Kjellberg · 6 days ago
  30. 571208f TarUtils now throws ArchiveException instead of IllegalArgumentException. by Gary Gregory · 6 days ago
  31. ed7b72a Internal TAR methods now throws ArchiveException instead of by Gary Gregory · 6 days ago
  32. ba58ca9 TarArchiveInputStream now throws ArchiveException instead of by Gary Gregory · 6 days ago
  33. daf142e TapeInputStream now throws ArchiveException instead of IllegalArgumentException. by Gary Gregory · 6 days ago
  34. c8ac75d DumpArchiveInputStream now throws ArchiveException instead of by Gary Gregory · 6 days ago
  35. cd38553 Javadoc by Gary Gregory · 6 days ago
  36. 9038888 CpioArchiveInputStream now throws ArchiveException instead of by Gary Gregory · 6 days ago
  37. 6b1b2e7 CpioArchiveEntry now throws ArchiveException instead of by Gary Gregory · 6 days ago
  38. fdc2aba CpioArchiveEntry now throws ArchiveException instead of by Gary Gregory · 6 days ago
  39. 308c1bf ArjArchiveInputStream now throws ArchiveException instead of by Gary Gregory · 6 days ago
  40. 533a95d ArArchiveInputStream now throws ArchiveException instead of by Gary Gregory · 6 days ago
  41. 4b95cbb ArchiveStreamFactory now throws ArchiveException instead of by Gary Gregory · 6 days ago
  42. 0d72c52 Move actions to their proper sections by Gary Gregory · 6 days ago
  43. bd1331f SevenZFile.getInputStream(SevenZArchiveEntry) now throws by Gary Gregory · 6 days ago
  44. 78f8a60 TarArchiveEntry.addPaxHeader(String, String) now throws ArchiveException by Gary Gregory · 6 days ago
  45. d91c1ee Javadoc by Gary Gregory · 6 days ago
  46. 5d10198 Throw CompressorException for invalid huffman data (#798). by Gary Gregory · 6 days ago
  47. 1e9612e Throw CompressorException for invalid huffman data (#798) by Fredrik Kjellberg · 6 days ago
  48. a0df6b6 Most ArArchiveEntry constructors now throws the IOException subclass by Gary Gregory · 7 days ago
  49. 315513c TAR private methods now throws the IOException subclass ArchiveException. by Gary Gregory · 7 days ago
  50. 599d2ab TAR private methods now throws the IOException subclass CompressException. by Gary Gregory · 7 days ago
  51. 2280d66 ParsingUtils now throws the IOException subclass CompressException. by Gary Gregory · 7 days ago
  52. 09adf71 Add and use CpioArchiveEntry.setTimeMillis(long) by Gary Gregory · 7 days ago
  53. f11a3cb Some TarArchiveEntry code now throw ArchiveException instead of by Gary Gregory · 7 days ago
  54. 6146a93 Some TarArchiveEntry code now throw ArchiveException instead of by Gary Gregory · 7 days ago
  55. 7e3e12f Format and comment by Gary Gregory · 7 days ago
  56. 76b3953 Javadoc and internal refactoring by Gary Gregory · 8 days ago
  57. 3bf8acf TarArchiveStructSparse.TarArchiveStructSparse(long, long) now throws by Gary Gregory · 8 days ago
  58. 9634e56 Deprecate FlushShieldFilterOutputStream by Gary Gregory · 8 days ago
  59. 25fbda2 CompressException.requireNonNull(Class<? super E>, T, Supplier<String>) by Gary Gregory · 8 days ago
  60. 62ec81b Call Suppliers.get(Supplier<String>) once. by Gary Gregory · 8 days ago
  61. 07cedf0 Reject negative ZIP64 offsets in positionAtCentralDirectory64 (#794). by Gary Gregory · 8 days ago
  62. 11966f2 Reject negative ZIP64 offsets in positionAtCentralDirectory64 (#794). by Gary Gregory · 8 days ago
  63. 48bb67e Reject negative ZIP64 offsets in positionAtCentralDirectory64 (#794) by KALI 834X · 8 days ago
  64. 7bda793 Add more tests for HuffmanDecoder and performance benchmark tests (#795). by Gary Gregory · 8 days ago
  65. ca82c77 Use final by Gary Gregory · 8 days ago
  66. 44ae1f7 Sort members by Gary Gregory · 8 days ago
  67. 1ef1b86 Add more tests for HuffmanDecoder and performance benchmark tests (#795) by Fredrik Kjellberg · 8 days ago
  68. c3fef93 Remove unnecessary parameter from HuffmanDecoder public constructor (#796) by Fredrik Kjellberg · 8 days ago
  69. 66b6e41 Fix typo in POM. by Gary Gregory · 9 days ago
  70. c614638 Add comment about pax test 4.14.0. by Gary Gregory · 9 days ago
  71. b02a913 Bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-13. by Gary Gregory · 9 days ago
  72. ec6383a Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 11 days ago
  73. 4c09ee6 Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 12 days ago
  74. 8be20e5 Merge branch 'master' of https://github.com/apache/commons-compress.git by Gary Gregory · 13 days ago
  75. 778fc58 Add reusable Huffman decoder. (#792) by Gary Gregory · 13 days ago
  76. facce1f Reject missing main header in ArjArchiveInputStream.readMainHeader (#793). by Gary Gregory · 13 days ago
  77. c9f8c42 Reject missing main header in ArjArchiveInputStream.readMainHeader (#793) by KALI 834X · 13 days ago
  78. 9481ee2 Add BitInputStream.getByteOrder() (#720). by Gary Gregory · 2 weeks ago
  79. 7bb0298 Package-private class renames from PR #701 (conflicts). by Gary Gregory · 2 weeks ago
  80. c1f46fb Reduce public API footprint for new LHA code. by Gary Gregory · 2 weeks ago
  81. a1b7b8c Fold LH subclasses into super class. by Gary Gregory · 2 weeks ago
  82. 04c283c Internal refactoring reduces overriding by Gary Gregory · 2 weeks ago
  83. 7895659 Javadoc by Gary Gregory · 2 weeks ago
  84. 227bc78 Throw ArchiveException instead of IOException. by Gary Gregory · 2 weeks ago
  85. 1ceae32 LhaArchiveEntry.toString() is now simpler to generate and adds missing fields. by Gary Gregory · 2 weeks ago
  86. d95b970 Simplify LhaArchiveEntry construction by Gary Gregory · 2 weeks ago
  87. 1946f59 Use compact array notation by Gary Gregory · 2 weeks ago
  88. 6bea3b6 Use compact array notation by Gary Gregory · 2 weeks ago
  89. 5940bb0 No need to nest else. by Gary Gregory · 2 weeks ago
  90. 1146b3e Use final by Gary Gregory · 2 weeks ago
  91. f3f563d Use final by Gary Gregory · 2 weeks ago
  92. 7d9ab8e Sort members by Gary Gregory · 2 weeks ago
  93. 373030d Sort members by Gary Gregory · 2 weeks ago
  94. 1503aca Sort members by Gary Gregory · 2 weeks ago
  95. c733d36 Sort members by Gary Gregory · 2 weeks ago
  96. 7b05358 Sort members by Gary Gregory · 2 weeks ago
  97. 9bcdc37 Sort members by Gary Gregory · 2 weeks ago
  98. 774c85b Sort members by Gary Gregory · 2 weeks ago
  99. db0000f [COMPRESS-706] Add support for reading LHA archive format (#690). by Gary Gregory · 2 weeks ago
  100. 5fd6470 @ParameterizedTest in SevenZPackedStreamCountTest by Gary Gregory · 2 weeks ago