1. c54c044 Move license header to the top of the file by Gary Gregory · 5 months ago
  2. 129eb40 XmlStreamReader can't parse XML an document with an external parsed by Gary Gregory · 5 months ago
  3. 2d2a4d2 Javadoc by Gary Gregory · 5 months ago
  4. bbff10d Javadoc by Gary Gregory · 5 months ago
  5. 17f8b44 XmlStreamReader can't parse XML document with multi-line prolog #550 by Gary Gregory · 5 months ago
  6. 555647f Remove extra whitespace by Gary Gregory · 5 months ago
  7. f8327c7 tidy up API doc for copy methods (#549) by Elliotte Rusty Harold · 5 months ago
  8. b51f384 Fix Javadoc warning by Gary Gregory · 5 months ago
  9. ccfee1d ClosedOutputStream.write(byte[], int, int) does not always throw IOException by Gary Gregory · 5 months ago
  10. 653fd91 Javadoc by Gary Gregory · 5 months ago
  11. fccd861 Add missingg tests by Gary Gregory · 5 months ago
  12. 33551de ClosedInputStream.read(byte[], int, int) does not always return -1 by Gary Gregory · 5 months ago
  13. 8e37c65 [IO-807] Characterization test for broken symlinks when copying directories #547 by Gary Gregory · 5 months ago
  14. 9e0b517 [IO-807] Characterization test for broken symlinks when copying directories (#547) by Elliotte Rusty Harold · 5 months ago
  15. 0fbae67 Keep members sorted by Gary Gregory · 5 months ago
  16. a229f90 Uncomment and update null tests for FileUtils.toURLs(File...) (#546) by Elliotte Rusty Harold · 5 months ago
  17. 9975dd4 reduce noise in tests (#545) by Elliotte Rusty Harold · 5 months ago
  18. a765aef Move less edited sections to the bottom by Gary Gregory · 5 months ago
  19. cd5057a Javadoc spelling by Gary Gregory · 5 months ago
  20. 063463f Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git by Gary Gregory · 5 months ago
  21. 2515c19 Bump github/codeql-action from 3.22.11 to 3.22.12 (#542) by dependabot[bot] · 5 months ago
  22. d05e9cc Add IORunnable.noop() by Gary Gregory · 5 months ago
  23. 64f321b Let subclasses of CountingInputStream.afterRead(int) throw IOException by Gary Gregory · 5 months ago
  24. 245509b Revert "Less verbose" by Gary Gregory · 5 months ago
  25. f5056ca Less verbose by Gary Gregory · 5 months ago
  26. b11083d Only need 'this' in ctor and setters by Gary Gregory · 5 months ago
  27. b3ea80e Reuse IOUtils.EOF by Gary Gregory · 5 months ago
  28. 7ea97b3 Internal refactoring by Gary Gregory · 5 months ago
  29. 3c53c39 [IO-829] Don't decode and reencode characters in a potentially different by Gary Gregory · 5 months ago
  30. d428a08 [IO-829] Don't decode and reencode characters in a potentially different by Gary Gregory · 5 months ago
  31. fc8a044 don't decode and reencode characters in a potentially different charset (#541) by Elliotte Rusty Harold · 5 months ago
  32. 4114db4 limit public API to enhance evolvability in future (#538) by Elliotte Rusty Harold · 5 months ago
  33. f43cc9c [IO-795] Finish TODO on CharSequenceInputStream #540 by Gary Gregory · 5 months ago
  34. 242a10d [IO-795] Finish TODO on CharSequenceInputStream (#540) by Elliotte Rusty Harold · 5 months ago
  35. 98fb7eb Javadoc shouldn't reference 1.x behavior #539 by Gary Gregory · 5 months ago
  36. 3ac3e28 The API doc for 3.16 doesn't need to reference 1.x behavior (#539) by Elliotte Rusty Harold · 5 months ago
  37. 9293f5f [IO-818] NullInputStream breaks InputStream's read method contract by Gary Gregory · 5 months ago
  38. 52fb5b2 Javadoc by Gary Gregory · 5 months ago
  39. 53d22fd Javadoc by Gary Gregory · 5 months ago
  40. abaae75 Deprecate CountingInputStream.getMaxLength() in favor of getMaxCount()) by Gary Gregory · 5 months ago
  41. ccf663d [IO-828] Deprecate CountingInputStream.resetCount() by Gary Gregory · 5 months ago
  42. 99702ec Reuse CountingInputStream by Gary Gregory · 5 months ago
  43. 713e964 Internal reuse by Gary Gregory · 5 months ago
  44. d0c53cd Reuse ProxyInputStream by Gary Gregory · 5 months ago
  45. e28584c Add TODO by Gary Gregory · 5 months ago
  46. d57f3c7 Javadoc by Gary Gregory · 5 months ago
  47. 92266f4 add PathMatcher to class comment (#536) by Elliotte Rusty Harold · 5 months ago
  48. 75750db Deprecate int CountingInputStream#getCount() in favor of long by Gary Gregory · 5 months ago
  49. 34571f7 Use better API by Gary Gregory · 5 months ago
  50. 11b7a0e Better description by Gary Gregory · 5 months ago
  51. 98e1f3b [IO-781] Fix CharSequenceInputStream coding exception handling #537 by Gary Gregory · 5 months ago
  52. 3ad3bdb [IO-781] Fix CharSequenceInputStream coding exception handling (#537) by Marcono1234 · 5 months ago
  53. 703b283 Add ThrottledInputStream by Gary Gregory · 5 months ago
  54. f7bd5f9 Add missing test by Gary Gregory · 5 months ago
  55. 1f8fb97 Add PathMatcher to IOFileFilter class Javadoc #536 by Gary Gregory · 5 months ago
  56. c017a77 Modernize temp file creation and deletion in DeferredFileOutputStreamTest #535 by Gary Gregory · 5 months ago
  57. 7806142 More modern temp file creation and deletion (#535) by Elliotte Rusty Harold · 5 months ago
  58. 85945ac Update NOTICE file for 2024 by Gary Gregory · 5 months ago
  59. 4a0eab2 Oops; need to limit deploys by Sebb · 5 months ago
  60. 72da9c2 Use StandardCharsets by Gary Gregory · 5 months ago
  61. a9cab98 Use StandardCharsets by Gary Gregory · 5 months ago
  62. 95e1682 Fix test on Windows by Gary Gregory · 5 months ago
  63. ce52198 Add PathUtils.getExtension(Path) by Gary Gregory · 5 months ago
  64. b059cd3 Javadoc by Gary Gregory · 5 months ago
  65. 89ef772 Javadoc by Gary Gregory · 5 months ago
  66. a01bbfb Add BrokenInputStream.Builder by Gary Gregory · 5 months ago
  67. 7d41cb1 Use final by Gary Gregory · 5 months ago
  68. 1db65f5 Sort members by Gary Gregory · 5 months ago
  69. d5898c1 Add FileTimes.isUnixTime(FileTime) by Gary Gregory · 5 months ago
  70. cae58ff Javadoc by Gary Gregory · 5 months ago
  71. 6e615bb Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git by Gary Gregory · 5 months ago
  72. 6813e57 Add FileTimes.fromUnixTime(long) by Gary Gregory · 5 months ago
  73. e3f991e Deploy snapshot by Sebb · 5 months ago
  74. c24c48c Don't trigger workflows unnecessarily [skip ci] by Sebb · 5 months ago
  75. 6a94260 Add FileTimes.toNtfsTime(long) by Gary Gregory · 5 months ago
  76. cd2e523 BoundedInputStream.getCount() should not count EOF by Gary Gregory · 5 months ago
  77. 0bcfe53 Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534 by Gary Gregory · 5 months ago
  78. e778286 Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 (#534) by dependabot[bot] · 5 months ago
  79. 258173f Try to adjust test for Windows. by Gary Gregory · 5 months ago
  80. 3c13a07 Avoid NullPointerException in IOCase.checkRegionMatches(String, int, by Gary Gregory · 5 months ago
  81. b8fdf4e Better Javadoc by Gary Gregory · 5 months ago
  82. bcf8fbb Avoid NullPointerException in IOCase.checkIndexOf(String, int, String) by Gary Gregory · 5 months ago
  83. 87ef955 Avoid NullPointerException in file filters by Gary Gregory · 5 months ago
  84. 7d44bb7 More tests and NPE-proofing by Gary Gregory · 5 months ago
  85. 08bf6d0 [IO-808] Internal refactoring by Gary Gregory · 5 months ago
  86. 9aa8ef3 [IO-808] remove redundant checks; improve Javadoc (#533) by Elliotte Rusty Harold · 5 months ago
  87. 035e048 Javadoc spelling by Gary Gregory · 5 months ago
  88. da74902 Javadoc spelling by Gary Gregory · 5 months ago
  89. c91701c [IO-826] Add runtime exception support to broken streams #530 by Gary Gregory · 5 months ago
  90. 79ab99b [IO-826] Add runtime exception support to broken streams #530 by Gary Gregory · 5 months ago
  91. 5ec8d5e [IO-826] Add runtime exception support to broken streams #530 by Gary Gregory · 5 months ago
  92. dd63fa3 [IO-826] Reimplemented add runtime exception support to broken streams (#530) by markslater · 5 months ago
  93. eee328b [IO-808] Rationalize and unify checking for existence of files and by Gary Gregory · 5 months ago
  94. 33db634 [IO-808] Rationalize and unify checking for existence of files and directories (#529) by Elliotte Rusty Harold · 5 months ago
  95. 29dc5ea Merge pull request #531 from elharo/unused2 by Jochen Wiedmann · 5 months ago
  96. 12453a3 Merge pull request #532 from elharo/IO-128 by Jochen Wiedmann · 5 months ago
  97. 64a2059 add test for IO-128 by Elliotte Rusty Harold · 5 months ago
  98. aeffacd remove some unused variables Eclipse warned about by Elliotte Rusty Harold · 5 months ago
  99. 6b0ed87 [IO-826] Add BrokenInputStream.BrokenInputStream(RuntimeException) by Gary Gregory · 5 months ago
  100. 9bcaf43 Remove unreachable code in AbstractIOFileFilterTest #526 by Gary Gregory · 5 months ago