1. c49daff Bump Bump actions/cache from 5.0.3 to 5.0.4 by Gary Gregory · 2 days ago master
  2. fee30b0 Bump github/codeql-action from 4.34.0 to 4.34.1 by Gary Gregory · 4 days ago
  3. 8530b79 Bump github/codeql-action from 4.32.6 to 4.34.0 by Gary Gregory · 11 days ago
  4. b5aac3e Add a reference to safe deserlialization by Gary Gregory · 12 days ago
  5. 5b65be1 Updates for the next release by Gary Gregory · 13 days ago
  6. 2ec7529 Updates for the next release by Gary Gregory · 13 days ago
  7. 0e91da7 Bump to next development version by Gary Gregory · 13 days ago release
  8. 35fa0df Prepare for the release candidate 3.13.0 RC1 by Gary Gregory · 2 weeks ago commons-net-3.13.0-RC1 rel/commons-net-3.13.0
  9. 1cc5b6e Prepare for the next release candidate by Gary Gregory · 2 weeks ago
  10. a4b246e Reuse IOUtils.copyLarge() by Gary Gregory · 3 weeks ago
  11. e5ca262 Javadoc by Gary Gregory · 3 weeks ago
  12. 3cb18ec Deprecate Util.copyReader(Reader, Writer) in favor of IOUtils.copyLarge() by Gary Gregory · 3 weeks ago
  13. 3373d77 Reimplement Util.copyReader() with IOUtils.copyLarge() by Gary Gregory · 3 weeks ago
  14. 3be2077 Reimplement Util.copyStream() with IOUtils.copyLarge() by Gary Gregory · 3 weeks ago
  15. 7b41144 Javadoc by Gary Gregory · 3 weeks ago
  16. 1b584b4 Fix typo in FTPConnectionClosedException message from FTP.getReply(boolean). by Gary Gregory · 3 weeks ago
  17. 3792023 Javadoc by Gary Gregory · 3 weeks ago
  18. 9c11d65 ListenerList.addListener(T) now ignores null input. by Gary Gregory · 3 weeks ago
  19. b464e00 Javadoc by Gary Gregory · 3 weeks ago
  20. 65872e8 ListenerList.removeListener(T) now ignores null input to avoid a by Gary Gregory · 3 weeks ago
  21. 9117dc6 Javadoc by Gary Gregory · 3 weeks ago
  22. 91b95d8 Javadoc by Gary Gregory · 3 weeks ago
  23. 953b5a3 FTPClient._storeFile(String, String, InputStream) doesn't always close by Gary Gregory · 3 weeks ago
  24. 749d03d Sort members by Gary Gregory · 3 weeks ago
  25. d7e2da1 Bump actions/upload-artifact from 6.0.0 to 7.0.0 by Gary Gregory · 3 weeks ago
  26. fa25424 Bump github/codeql-action from 4.32.5 to 4.32.6 by Gary Gregory · 4 weeks ago
  27. 13732d9 Bump github/codeql-action from 4.32.4 to 4.32.5 by Gary Gregory · 4 weeks ago
  28. 2f0fdb4 Bump org.apache.commons:commons-parent from 96 to 97. by Gary Gregory · 5 weeks ago
  29. d88d55f Javadoc by Gary Gregory · 5 weeks ago
  30. 75e3329 Javadoc by Gary Gregory · 5 weeks ago
  31. 954b354 Add org.apache.commons.net.ftp.parser.OS400FTPEntryParserTest.testFuzz() by Gary Gregory · 5 weeks ago
  32. 7ffbb8f Ignore some PMD complaints in test code by Sebb · 5 weeks ago
  33. 71ff0ad Use JUnit 5 visibility conventions by Gary Gregory · 5 weeks ago
  34. 9736106 Javadoc by Gary Gregory · 5 weeks ago
  35. 3c89fd6 [NET-741] Add subnet IPv6 handling with SubnetUtils6 #391 by Gary Gregory · 5 weeks ago
  36. 2267139 Merge pull request #391 from see-quick/add-ipv6-subnet-utils by Gary Gregory · 5 weeks ago
  37. 1b44a40 Fix Javadoc @see tag by Gary Gregory · 5 weeks ago
  38. e25db9a Fix missing newline at end of SubnetUtils6Example.java by Gary Gregory · 5 weeks ago
  39. 7aec2bb Fix Javadoc sicne tag and one grammar issue. by Gary Gregory · 5 weeks ago
  40. a1bc084 address review + add RFC by see-quick · 5 weeks ago
  41. 08e083f Bump github/codeql-action from 4.32.0 to 4.32.4 by Gary Gregory · 5 weeks ago
  42. 40e4950 Bump github/codeql-action from 4.32.2 to 4.32.3 by Gary Gregory · 6 weeks ago
  43. 58ba58c Better SubnetUtilsTest.testToString() by Gary Gregory · 6 weeks ago
  44. 78495be Normalize Javadoc spelling by Gary Gregory · 6 weeks ago
  45. 0a70ec1 Bump actions/cache from 5.0.2 to 5.0.3 by Gary Gregory · 7 weeks ago
  46. 1ac30b3 Use max-parallel: 20 as asked by Apache Infra by Gary Gregory · 8 weeks ago
  47. 8cdffad Bump github/codeql-action from 4.32.0 to 4.32.2 by Gary Gregory · 8 weeks ago
  48. 841618a TelnetInputStream.read() doesn't preserve the original by Gary Gregory · 8 weeks ago
  49. d4de715 Merge if statements that have identical blocks by Gary Gregory · 9 weeks ago
  50. e389ada Sort members by Gary Gregory · 9 weeks ago
  51. e246eb0 [NET-740] FTP fails to parse listings for Linux vsftpd in Chinese or by Gary Gregory · 9 weeks ago
  52. e3d14b1 Merge pull request #393 from sayaoailun/master by Gary Gregory · 9 weeks ago
  53. 09c92ea Fix trailing whitespace by Gary Gregory · 9 weeks ago
  54. 7706414 Fix formatting by Gary Gregory · 9 weeks ago
  55. 39a96aa [NET-740] FTP fails to parse listings for Linux vsftpd in Chinese or Japanese by sayaoailun · 9 weeks ago
  56. 827e87c TelnetInputStream now restores the current thread's interrupt flag when by Gary Gregory · 9 weeks ago
  57. 83bee9a IOUtil.readWrite() now restores the current thread's interrupt flag when by Gary Gregory · 9 weeks ago
  58. 58b3785 Better internal names by Gary Gregory · 9 weeks ago
  59. cc0cea1 IMAPExportMbox now restores the current thread's interrupt flag when by Gary Gregory · 9 weeks ago
  60. e7eb845 Reuse ThreadUtils in tests by Gary Gregory · 9 weeks ago
  61. c16560e Bump github/codeql-action from 4.31.11 to 4.32.0 by Gary Gregory · 9 weeks ago
  62. 51fbbf6 Bump github/codeql-action from 4.31.10 to 4.31.11 by Gary Gregory · 9 weeks ago
  63. b6febbb Bump actions/checkout from 6.0.1 to 6.0.2 by Gary Gregory · 10 weeks ago
  64. 18e1cd2 Bump org.apache.commons:commons-parent from 95 to 96. by Gary Gregory · 10 weeks ago
  65. bfbacb9 Bump actions/setup-java from 5.1.0 to 5.2.0 by Gary Gregory · 10 weeks ago
  66. 60b3bce Use a URL to a prettier page: https://www.ietf.org/rfc/rfc2045 by Gary Gregory · 2 months ago
  67. 22e691c Bump org.apache.commons:commons-parent from 94 to 95. by Gary Gregory · 3 months ago
  68. 928b10f Bump github/codeql-action from 4.31.9 to 4.31.10 by Gary Gregory · 3 months ago
  69. 832a239 Javadoc by Gary Gregory · 3 months ago
  70. 6fb22f7 Bump org.apache.commons:commons-parent from 93 to 94 by Gary Gregory · 3 months ago
  71. 22b0d7f Fix XML Schema xsi:schemaLocation name (as opposed to URI) by Gary Gregory · 3 months ago
  72. 3e805eb Merge pull request #392 from apache/dependabot/github_actions/actions/upload-artifact-6.0.0 by Gary Gregory · 3 months ago
  73. 4f43c67 Bump actions/upload-artifact from 5.0.0 to 6.0.0 by dependabot[bot] · 3 months ago
  74. eda636b Javadoc: The @deprecated tag should be last. by Gary Gregory · 3 months ago
  75. e17ad8b Javadoc: Empty Javadoc line before the 1st tag. by Gary Gregory · 3 months ago
  76. da726c3 Bump notice file end year from 2025 to 2026 by Gary Gregory · 3 months ago
  77. a47d953 Javadoc: Fix double the by Gary Gregory · 3 months ago
  78. 08d875e Bump github/codeql-action from 4.31.8 to 4.31.9 by Gary Gregory · 3 months ago
  79. b178368 Fix malformed Javadoc comments by Gary Gregory · 4 months ago
  80. 45aa0ea Merge entries by Gary Gregory · 4 months ago
  81. 54634c5 Trigger CI build by Gary Gregory · 4 months ago
  82. 4e32746 Fix macOS build by Gary Gregory · 4 months ago
  83. d7c77e3 Bump actions/cache from 4.3.0 to 5.0.1 by Gary Gregory · 4 months ago
  84. ebe36e1 Bump github/codeql-action from 4.31.7 to 4.31.8 by Gary Gregory · 4 months ago
  85. 2972763 also add example of IPv6 subnet by see-quick · 4 months ago
  86. 062a334 Add SubnetUtils6 by see-quick · 4 months ago
  87. f2e1d3a Add NetBean IDE metadata files to .gitignore by Gary Gregory · 4 months ago
  88. eb886d9 Ask for details on AI usage in creating a pull request by Gary Gregory · 4 months ago
  89. 17238ca Bump github/codeql-action from 4.31.6 to 4.31.7 by Gary Gregory · 4 months ago
  90. 10f8436 Bump actions/setup-java from 5.0.0 to 5.1.0 by Gary Gregory · 4 months ago
  91. 39c1e38 Deprecate DatagramSocketClient.getDefaultTimeout() by Gary Gregory · 4 months ago
  92. 1612e11 Bump next version to feature level by Gary Gregory · 4 months ago
  93. ef02af5 Add DatagramSocketClient.getDefaultTimeoutDuration() by Gary Gregory · 4 months ago
  94. fc3ed05 Format for line length limit by Gary Gregory · 4 months ago
  95. 33b5327 Fix spelling by Gary Gregory · 4 months ago
  96. 7ca819c Better link by Gary Gregory · 4 months ago
  97. 932036b Better link by Gary Gregory · 4 months ago
  98. 63a7120 Better link by Gary Gregory · 4 months ago
  99. e481360 Better link by Gary Gregory · 4 months ago
  100. 76c240b Bump actions/checkout from 6.0.0 to 6.0.1 by Gary Gregory · 4 months ago