1. 2ccf3b6 Bump org.apache.commons:commons-parent from 98 to 99 by Gary Gregory · 6 days ago master
  2. 5b80f8b Bump commons-codec:commons-codec from 1.21.0 to 1.22.0. by Gary Gregory · 7 days ago
  3. 1dd706c Updates for the next release by Gary Gregory · 9 days ago
  4. da2cb01 Updates for the next release by Gary Gregory · 9 days ago
  5. cfc7a99 Merge branch 'release' by Gary Gregory · 9 days ago
  6. d01032f Bump to next development version by Gary Gregory · 9 days ago release
  7. 9f42a55 Remove incorrect Javadoc tag by Gary Gregory · 13 days ago
  8. c14acc1 Prepare for the release candidate 2.22.0 RC2 by Gary Gregory · 13 days ago commons-io-2.22.0-RC2 rel/commons-io-2.22.0
  9. 8b7c018 Prepare for the next release candidate by Gary Gregory · 13 days ago
  10. 43b9994 Prepare for the next release candidate by Gary Gregory · 13 days ago
  11. d9184ed Use final by Gary Gregory · 13 days ago
  12. 7cc1ede Sort members by Gary Gregory · 13 days ago
  13. d4d2573 Bump github/codeql-action from 4.35.1 to 4.35.2 by Gary Gregory · 2 weeks ago
  14. 5ee4bc4 Better action description. by Gary Gregory · 2 weeks ago
  15. a7cc1ba AbstractStreamBuilder.setBufferSizeDefault(int) now resets to default by Gary Gregory · 2 weeks ago
  16. 354e37c Add missing test for UnsynchronizedBufferedReader.skip(int) by Gary Gregory · 3 weeks ago
  17. 443f21d Add missing test for UnsynchronizedBufferedReader.mark(int) by Gary Gregory · 3 weeks ago
  18. 6857f38 Add missing test for by Gary Gregory · 3 weeks ago
  19. 61e347b Fix JaCoCo report generation by Gary Gregory · 3 weeks ago
  20. 738d8ed Bump actions/upload-artifact from 7.0.0 to 7.0.1 by Gary Gregory · 3 weeks ago
  21. db99d02 Bump actions/cache from 5.0.4 to 5.0.5 by Gary Gregory · 3 weeks ago
  22. 01de46e Update Javadoc and constructors in the channels package (#843) by Gary Gregory · 3 weeks ago
  23. f96d650 Javadoc by Gary Gregory · 3 weeks ago
  24. ec308ac Fix Javadoc typo by Gary Gregory · 3 weeks ago
  25. 93de0e4 Add CloseShieldChannelFilterByteChannelTest by Gary Gregory · 3 weeks ago
  26. 2ab33b4 [IO- 889] Add test for Tailer close() (#842) by Gary Gregory · 3 weeks ago
  27. 530e346 Bump org.apache.commons:commons-parent from 97 to 98 by Gary Gregory · 3 weeks ago
  28. 853b91c Add filter channels. by Gary Gregory · 4 weeks ago
  29. 3d1b9dc Feature/channel filters (#837) by Gary Gregory · 4 weeks ago
  30. 8b94709 Add FlushShieldOutputStream to workaround issues in generic code that by Gary Gregory · 4 weeks ago
  31. 25f0021 Add FlushShieldOutputStrea to workaround issues in generic code that by Gary Gregory · 4 weeks ago
  32. 0d8768b Add FlushShieldOutputStream (#841) by Gary Gregory · 4 weeks ago
  33. 76feb70 Javadoc by Gary Gregory · 4 weeks ago
  34. 3815061 Javadoc by Gary Gregory · 4 weeks ago
  35. d4c40de Javadoc by Gary Gregory · 4 weeks ago
  36. 8259e6f Javadoc by Gary Gregory · 4 weeks ago
  37. 144edb7 Javadoc by Gary Gregory · 4 weeks ago
  38. 6a4d867 Reset release date for the next release by Gary Gregory · 4 weeks ago
  39. c9fd289 Reset commons.rc.version by Gary Gregory · 4 weeks ago
  40. cb79511 Use static imports only for JUnit by Gary Gregory · 4 weeks ago
  41. d731559 Make the test more lenient with timing. by Gary Gregory · 4 weeks ago
  42. e734b30 Remove useless lambda block. by Gary Gregory · 4 weeks ago
  43. c778bf7 Bump commons.bytebuddy.version from 1.18.7 to 1.18.8 #838 by Gary Gregory · 4 weeks ago
  44. 022a83e Bump commons.bytebuddy.version from 1.18.7 to 1.18.8 (#838) by dependabot[bot] · 4 weeks ago
  45. 09477ea Bump github/codeql-action from 4.34.1 to 4.35.1 by Gary Gregory · 4 weeks ago
  46. 51271bf Bump actions/dependency-review-action from 4.8.2 to 4.9.0 by Gary Gregory · 4 weeks ago
  47. 8882df3 Bump Bump actions/cache from 5.0.3 to 5.0.4 by Gary Gregory · 5 weeks ago
  48. 736cd53 CloseShieldInputStream now supports a custom close shield as a function #836 by Gary Gregory · 5 weeks ago
  49. e4d8537 CloseShieldInputStream now supports a custom close shield as a function (#836) by Gary Gregory · 5 weeks ago
  50. 248e10e Bump github/codeql-action from 4.34.0 to 4.34.1 by Gary Gregory · 5 weeks ago
  51. 9dc9e59 [IO-857"][Javadoc] PathUtils.cleanDirectory() methods vs FileUtils. by Gary Gregory · 5 weeks ago
  52. 5fe2056 [IO-857"][Javadoc] PathUtils.cleanDirectory() methods vs FileUtils. by Gary Gregory · 5 weeks ago
  53. 0390338 Javadoc by Gary Gregory · 5 weeks ago
  54. 90469ef Refactor UnixLineEndingInputStream and WindowsLineEndingInputStream to by Gary Gregory · 5 weeks ago
  55. 53a338a Match internal naming with WindowsLineEndingInputStream by Gary Gregory · 5 weeks ago
  56. 066800b BOMInputStream fail-fast and tracks its ByteOrderMark as a final #835. by Gary Gregory · 5 weeks ago
  57. 3a47f39 BOMInputStream fail-fast and tracks its ByteOrderMark as a final (#835) by Gary Gregory · 5 weeks ago
  58. cd5765a [IO-883] ByteArraySeekableByteChannel should optionally configure a read-only channel (#834) by Gary Gregory · 5 weeks ago
  59. 6fde092 Javadoc by Gary Gregory · 5 weeks ago
  60. bfb06f8 Use BOMInputStream type in tests by Gary Gregory · 5 weeks ago
  61. 53c5c35 [IO-885] Path visits follow links #832 by Gary Gregory · 5 weeks ago
  62. da9055b [IO-885] Path visits follow links (#832) by Gary Gregory · 5 weeks ago
  63. ea8c10d Reuse IOUtils.buffer(Reader) by Gary Gregory · 5 weeks ago
  64. 9248954 Javadoc by Gary Gregory · 5 weeks ago
  65. f47d934 Don't initialize instance variables to default values by Gary Gregory · 6 weeks ago
  66. d4bfb6f Javadoc by Gary Gregory · 6 weeks ago
  67. a495557 Bump github/codeql-action from 4.32.6 to 4.34.0 by Gary Gregory · 6 weeks ago
  68. 84a9583 Extra processing not needed by Gary Gregory · 6 weeks ago
  69. 3e46213 Javadoc by Gary Gregory · 6 weeks ago
  70. 1b611a9 Javadoc by Gary Gregory · 6 weeks ago
  71. a58bee3 Add missing test. by Gary Gregory · 6 weeks ago
  72. 368a399 Add reference to "Safe Deserialization" section by Gary Gregory · 6 weeks ago
  73. b6f03df Rename internal methods by Gary Gregory · 7 weeks ago
  74. 4894909 BoundedReader now extends ProxyReader by Gary Gregory · 7 weeks ago
  75. 1534ecf Rename test variables by Gary Gregory · 7 weeks ago
  76. af79add Javadoc by Gary Gregory · 7 weeks ago
  77. be92524 Internal refactoring. by Gary Gregory · 7 weeks ago
  78. fc19e67 [IO-887] WriterOutputStream from a builder fails on malformed or by Gary Gregory · 7 weeks ago
  79. 0e74b70 [IO-887] WriterOutputStream fails on malformed input by default for by Gary Gregory · 7 weeks ago
  80. 1f4332a [IO-887] WriterOutputStream fails on malformed input by default for by Gary Gregory · 7 weeks ago
  81. 350a4bf Javadoc by Gary Gregory · 7 weeks ago
  82. faac372 Javadoc by Gary Gregory · 7 weeks ago
  83. 5d98b95 Add ProxyWriter.unwrap() by Gary Gregory · 7 weeks ago
  84. a475675 Make ProxyOutputStream.unrwap() public by Gary Gregory · 7 weeks ago
  85. 8fb3ee7 Add tests by Gary Gregory · 7 weeks ago
  86. f115b10 Add ProxyReader.setReference(Reader) by Gary Gregory · 7 weeks ago
  87. c5b2f7c Bump commons.bytebuddy.version from 1.18.4 to 1.18.7. by Gary Gregory · 7 weeks ago
  88. 2ab3e9c Add ProxyWriter.setReference(Writer) by Gary Gregory · 7 weeks ago
  89. 56ab304 Simplify test names by Gary Gregory · 7 weeks ago
  90. 1daddcf Remove @SuppressWarnings by Gary Gregory · 7 weeks ago
  91. 5edc4f3 Comment by Gary Gregory · 7 weeks ago
  92. 7d389e0 Bump actions/upload-artifact from 6.0.0 to 7.0.0 by Gary Gregory · 8 weeks ago
  93. 54b29bf Fix typos in Javadoc of FileUtils and related test classes #833 by Gary Gregory · 8 weeks ago
  94. 6e463b9 Fix typos in Javadoc of FileUtils and related test classes (#833) by Martin Wiesner · 8 weeks ago
  95. 4e93f50 Bump github/codeql-action from 4.32.5 to 4.32.6 by Gary Gregory · 8 weeks ago
  96. 2300554 Bump github/codeql-action from 4.32.4 to 4.32.5 by Gary Gregory · 9 weeks ago
  97. 92c4ec4 Use assertThrows(). by Gary Gregory · 9 weeks ago
  98. d403237 Import instead of using a FQCN by Gary Gregory · 9 weeks ago
  99. 744db00 Use assertThrows(). by Gary Gregory · 9 weeks ago
  100. 9eef094 Split test by Gary Gregory · 9 weeks ago