1. b37c85c Merge branch 'master' of https://github.com/apache/commons-compress.git by Gary D. Gregory · 13 hours ago master
  2. c2301b7 Remove old comment by Gary D. Gregory · 13 hours ago
  3. fa26897 Javadoc by Gary Gregory · 19 hours ago
  4. 014d394 Javadoc by Gary Gregory · 20 hours ago
  5. 061828c Add a builder for the TarFile class and deprecate some constructors by Gary D. Gregory · 31 hours ago
  6. cd97b39 TarFile now implements IOIterable<TarArchiveEntry> by Gary D. Gregory · 34 hours ago
  7. 3aaa406 Sort members by Gary D. Gregory · 34 hours ago
  8. 117604d tests: Add coverage for deprecated and single-argument constructors (#708) by Piotr P. Karwasz · 35 hours ago
  9. 5cdc279 SeekableInMemoryByteChannel.position(long) now throws by Gary D. Gregory · 2 days ago
  10. a7726f5 Remove odd comments in test by Gary D. Gregory · 2 days ago
  11. 6518e89 SeekableInMemoryByteChannel.position(), size(), and truncate() now by Gary D. Gregory · 2 days ago
  12. 349f7b7 SeekableInMemoryByteChannel.SeekableInMemoryByteChannel() internal by Gary D. Gregory · 2 days ago
  13. 084d453 Javadoc by Gary D. Gregory · 2 days ago
  14. 76cacaa Bump org.apache.commons:commons-parent from 87 to 88 #707 by Gary Gregory · 3 days ago
  15. bb482ba Bump org.apache.commons:commons-parent from 87 to 88 (#707) by dependabot[bot] · 3 days ago
  16. df63e47 Fix grammar issues and typos #687 by Gary D. Gregory · 6 days ago
  17. 38f4aac Fix grammar issues and typos (#687) by Martin Wiesner · 6 days ago
  18. f3a7521 [COMPRESS-708] ZstdCompressorInputStream closes the InputStream held by by Gary D. Gregory · 6 days ago
  19. 57307b3 Deprecate constructors now that we have builders. by Gary D. Gregory · 6 days ago
  20. 09d558d Javadoc by Gary D. Gregory · 7 days ago
  21. 90adadf Sort members by Gary D. Gregory · 7 days ago
  22. 81398bf feat: Introduce builders for all ArchiveInputStream implementations (#706) by Piotr P. Karwasz · 7 days ago
  23. 5e3fbad Restrict builds triggered by `push` to `master` by Piotr P. Karwasz · 11 days ago
  24. 7c0f5f5 Merge pull request #705 from apache/dependabot/github_actions/github/codeql-action-3.30.3 by Arnout Engelen · 11 days ago
  25. 93b213e Bump github/codeql-action from 3.30.0 to 3.30.3 by dependabot[bot] · 11 days ago
  26. 080b82b Remove unused import by Gary D. Gregory · 13 days ago
  27. da75fc7 Remove test debug logging by Gary D. Gregory · 13 days ago
  28. 4b52e7e Deprecate ByteUtils.EMPTY_BYTE_ARRAY in favor or ArrayUtils.EMPTY_BYTE_ARRAY by Gary D. Gregory · 13 days ago
  29. 6c8f834 Javadoc by Gary D. Gregory · 13 days ago
  30. 59774aa Javadoc by Gary D. Gregory · 2 weeks ago
  31. 39982cc Bump github/codeql-action from 3.29.11 to 3.30.0 (#704) by dependabot[bot] · 3 weeks ago
  32. 93a12aa Comments by Gary D. Gregory · 3 weeks ago
  33. 5caf221 Merge branch 'master' of https://github.com/apache/commons-compress.git by Gary D. Gregory · 3 weeks ago
  34. 7deee87 Comments by Gary D. Gregory · 3 weeks ago
  35. fac1d8f Extract duplicate code from `IntList` (#702) by Zeyuan Li · 3 weeks ago
  36. 320230e Bump actions/dependency-review-action from 4.7.2 to 4.7.3 (#700) by dependabot[bot] · 4 weeks ago
  37. f57a258 Sort members by Gary D. Gregory · 4 weeks ago
  38. 8e8b650 Use simple class names in most descriptions by Gary D. Gregory · 4 weeks ago
  39. 97919fc feat: enforce 20-bit Huffman code-length limit consistently (#699) by Piotr P. Karwasz · 4 weeks ago
  40. fe6a91a Avoid false positives by Gary D. Gregory · 4 weeks ago
  41. 5486b83 Fix Checkstyle by Gary D. Gregory · 4 weeks ago
  42. 87d8e73 Avoid false positives by Gary D. Gregory · 4 weeks ago
  43. a37140b Disable Pack200CompressorInputStreamTest debug logging by Gary D. Gregory · 4 weeks ago
  44. bcfcdfe Better param names and Javadoc by Gary D. Gregory · 4 weeks ago
  45. 69b34dd Javadoc by Gary D. Gregory · 4 weeks ago
  46. 46739ec Use freeMemory() instead of maxMemory() for object array check by Gary D. Gregory · 4 weeks ago
  47. 60b6550 Javadoc by Gary D. Gregory · 4 weeks ago
  48. 5f30e7e Add debug logging to diagnose GH CI failures by Gary D. Gregory · 4 weeks ago
  49. a99ff69 Better allocation check by Gary D. Gregory · 4 weeks ago
  50. 17e2160 Fix bug in test by Gary D. Gregory · 4 weeks ago
  51. 4606480 Better exception message by Gary D. Gregory · 4 weeks ago
  52. 929af1c Use totalMemory() instead of freeMemory() by Gary D. Gregory · 4 weeks ago
  53. 265e10c Throw the IOException subclass Pack200Exception instead of IOException by Gary D. Gregory · 4 weeks ago
  54. b075af3 Use freeMemory() instead of maxMemory() by Gary D. Gregory · 4 weeks ago
  55. bb6e978 Internal refactoring by Gary D. Gregory · 4 weeks ago
  56. 0be1c6d Sort members by Gary Gregory · 4 weeks ago
  57. 7ced7a3 fix: Restore incremental file name handling (#698) by Piotr P. Karwasz · 4 weeks ago
  58. b04a865 Comment out debug logging by Gary D. Gregory · 4 weeks ago
  59. 1ae3105 Remove unused imports by Gary D. Gregory · 4 weeks ago
  60. b08d82b Use freeMemory() as the boundary for object array checks by Gary D. Gregory · 4 weeks ago
  61. b48e992 Add some debug logging for GH CI by Gary D. Gregory · 4 weeks ago
  62. ebc1e65 org.apache.commons.compress.harmony.pack200 now throws Pack200Exception by Gary D. Gregory · 4 weeks ago
  63. 6a57256 org.apache.commons.compress.harmony.pack200 now throws Pack200Exception, by Gary D. Gregory · 4 weeks ago
  64. 4dc311f Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testMetadataBandGroup_getNextValue2() by Gary D. Gregory · 4 weeks ago
  65. 1656f0f Use Pack200Exception.requireNonNull() by Gary D. Gregory · 4 weeks ago
  66. 32d30c2 org.apache.commons.compress.harmony.unpack200.IcBands.unpack() now by Gary D. Gregory · 4 weeks ago
  67. 82ba7f0 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testClassBands_parseClassAttrBands() by Gary D. Gregory · 4 weeks ago
  68. 439c266 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testBandSet_getReferences() by Gary D. Gregory · 4 weeks ago
  69. eef4c94 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testClassBands_getCallCount() by Gary D. Gregory · 4 weeks ago
  70. 2b16e26 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testMetadataBandGroup_getNextValue() by Gary D. Gregory · 4 weeks ago
  71. af24a30 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testBandSet_parseCPUTF8References() by Gary D. Gregory · 4 weeks ago
  72. f867278 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testCpBands_cpUTF8Value() by Gary D. Gregory · 4 weeks ago
  73. c00ff2c Javadoc by Gary D. Gregory · 4 weeks ago
  74. 1533946 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testRunCodec_decodeInts() by Gary D. Gregory · 4 weeks ago
  75. 42fe6b2 Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testPopulationCodec_decodeInts() by Gary D. Gregory · 4 weeks ago
  76. 5d39bfe Add org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStreamTest.testBandSet_decodeBandInt() by Gary D. Gregory · 4 weeks ago
  77. ab471ab org.apache.commons.compress.harmony.pack200 now throws Pack200Exception by Gary D. Gregory · 4 weeks ago
  78. 0a5b9a4 Precompile pattern. by Gary D. Gregory · 4 weeks ago
  79. 16e5bd7 feat: Align DUMP archive block size with Linux `dump` utility (#697) by Piotr P. Karwasz · 4 weeks ago
  80. aa6b191 Use constant by Gary D. Gregory · 4 weeks ago
  81. 645b21e Bump org.apache.commons:commons-parent from 85 to 87 by Gary D. Gregory · 4 weeks ago
  82. d4f6545 org.apache.commons.compress.harmony.pack200 now throws Pack200Exception, by Gary D. Gregory · 4 weeks ago
  83. 7db9a50 Javadoc by Gary D. Gregory · 4 weeks ago
  84. 2868399 Bump github/codeql-action from 3.29.9 to 3.29.11 (#693) by dependabot[bot] · 5 weeks ago
  85. 3ccc3ac Bump actions/setup-java from 4.7.1 to 5.0.0 (#694) by dependabot[bot] · 5 weeks ago
  86. 6c3687a Bump actions/dependency-review-action from 4.7.1 to 4.7.2 (#692) by dependabot[bot] · 5 weeks ago
  87. d4bdb6c Better memory guard by Gary D. Gregory · 5 weeks ago
  88. 17d6ca5 Better memory guard by Gary D. Gregory · 5 weeks ago
  89. c0134c8 Javadoc by Gary D. Gregory · 5 weeks ago
  90. aae2eae Deprecate all but one TarArchiveInputStream constructor by Gary D. Gregory · 5 weeks ago
  91. 2f4bf3c [COMPRESS-707] TAR: TarUtils.verifyCheckSum() throws an Exception when by Gary D. Gregory · 5 weeks ago
  92. 101d32c Order Action by Gary D. Gregory · 5 weeks ago
  93. a9c56b5 Rename private instance variable by Gary D. Gregory · 5 weeks ago
  94. 1ede093 Add org.apache.commons.compress.archivers.tar.TarArchiveInputStream.Builder by Gary D. Gregory · 5 weeks ago
  95. 88a1922 Add org.apache.commons.compress.archivers.ArchiveInputStream.ArchiveInputStream(InputStream, by Gary D. Gregory · 5 weeks ago
  96. f0a395f Git ignore macOS .DS_Store files by Gary D. Gregory · 5 weeks ago
  97. 0dfb1be Raise the bar on JaCoCo based on a local test run. by Gary D. Gregory · 5 weeks ago
  98. 2e4909b Better exception messages by Gary D. Gregory · 5 weeks ago
  99. 539dfca Fix typo in action description by Gary D. Gregory · 5 weeks ago
  100. f477548 Improve some exception messages in TarUtils and TarArchiveEntry by Gary D. Gregory · 5 weeks ago