1. 537e313 Bump github/codeql-action from 4.32.6 to 4.34.0 by Gary Gregory · 22 hours ago master
  2. a0b3c0a Add a reference to safe deserlialization by Gary Gregory · 2 days ago
  3. 88f56b1 Comment by Gary Gregory · 8 days ago
  4. f550561 [CODEC-334] Add tests in Base64OutputStreamTest by Gary Gregory · 9 days ago
  5. 19b3c4c Bump actions/upload-artifact from 6.0.0 to 7.0.0 by Gary Gregory · 12 days ago
  6. 69928bc Use JUnit 5 conventions on method visibility by Gary Gregory · 2 weeks ago
  7. 275d733 Reuse IOUtils.toByteArray(InputStream) by Gary Gregory · 2 weeks ago
  8. e37d10f Reuse ArrayUtils.contains() by Gary Gregory · 2 weeks ago
  9. d296a19 Reuse IOUtils.toByteArray(InputStream) by Gary Gregory · 2 weeks ago
  10. 1cc57ef Reuse ArrayUtils.contains() by Gary Gregory · 2 weeks ago
  11. 715ecb7 Reuse IOUtils.toByteArray(InputStream) by Gary Gregory · 2 weeks ago
  12. b20eaaa Add tests for BaseNCodecOutputStream.close() by Gary Gregory · 2 weeks ago
  13. 7862d57 Bump github/codeql-action from 4.32.5 to 4.32.6 by Gary Gregory · 2 weeks ago
  14. 9ca52c9 Bump github/codeql-action from 4.32.4 to 4.32.5 by Gary Gregory · 3 weeks ago
  15. 688c9f7 Use @ParameterizedTest with @MethodSource instead of a test loop by Gary Gregory · 3 weeks ago
  16. 431fd32 Use assertArrayEquals() by Gary Gregory · 3 weeks ago
  17. 4ae98b4 Bump org.apache.commons:commons-parent from 96 to 97. by Gary Gregory · 3 weeks ago
  18. 10c2121 Add boundary tests for BinaryCodec.fromAscii partial-bit inputs #425. by Gary Gregory · 3 weeks ago
  19. 7789636 Add boundary tests for BinaryCodec.fromAscii partial-bit inputs (#425) by fancying · 3 weeks ago
  20. b2bbd02 Use assertThrows() by Gary Gregory · 3 weeks ago
  21. 6f5a5cd Better local variable name. by Gary Gregory · 3 weeks ago
  22. 88eccf8 Bump github/codeql-action from 4.32.0 to 4.32.4 by Gary Gregory · 4 weeks ago
  23. 8912a06 Bump github/codeql-action from 4.32.2 to 4.32.3 by Gary Gregory · 4 weeks ago
  24. 81df57c Javadoc by Gary Gregory · 5 weeks ago
  25. 6ef32f5 Package-private class ColognePhonetic.CologneBuffer can be private by Gary Gregory · 5 weeks ago
  26. 2cdfac1 [CODEC-317] ColognePhonetic can create duplicate consecutive codes in by Gary Gregory · 5 weeks ago
  27. ca9a599 Reduce vertical whitespace by Gary Gregory · 5 weeks ago
  28. 635cfd1 Use var args in test by Gary Gregory · 5 weeks ago
  29. 8cfa1ea Port test to use JUnit 5 parameters by Gary Gregory · 5 weeks ago
  30. 347336f Javadoc by Gary Gregory · 5 weeks ago
  31. 552ace6 Fix Javadoc typos by Gary Gregory · 5 weeks ago
  32. 1b5a00f Fix Javadoc typos by Gary Gregory · 5 weeks ago
  33. cb09b7a [CODEC-249] Fix Incorrect transform of CH digraph according Metaphone by Gary Gregory · 5 weeks ago
  34. 7b77a1a Bump POM version to minor level by Gary Gregory · 5 weeks ago
  35. d809fb9 [CODEC-249] Fix Incorrect transform of CH digraph according Metaphone by Gary Gregory · 5 weeks ago
  36. e352a9b [CODEC-249] Fix Incorrect transform of CH digraph according Metaphone basic rules (#423) by Shalu Jha · 5 weeks ago
  37. 269df1e Bump actions/cache from 5.0.2 to 5.0.3 by Gary Gregory · 6 weeks ago
  38. 5726892 Add BaseNCodecInputStream.AbstracBuilder.setByteArray(byte[]) by Gary Gregory · 6 weeks ago
  39. 15ce429 [CODEC-326] Add Base58 support by Gary Gregory · 6 weeks ago
  40. bb3c354 [Codec 326] Add Base58 support (#422) by Inkeet · 6 weeks ago
  41. fe94f93 Use max-parallel: 20 as asked by Apache Infra by Gary Gregory · 6 weeks ago
  42. bbda593 Bump github/codeql-action from 4.32.0 to 4.32.2 by Gary Gregory · 6 weeks ago
  43. 5f208b1 Updates for the next release by Gary Gregory · 7 weeks ago
  44. f410d2f Updates for the next release by Gary Gregory · 7 weeks ago
  45. dc43445 Merge branch 'release' by Gary Gregory · 7 weeks ago
  46. 39f74e9 Bump to next development version by Gary Gregory · 7 weeks ago release
  47. f92b2f5 Bump github/codeql-action from 4.31.11 to 4.32.0 by Gary Gregory · 7 weeks ago
  48. 939c5c0 Bump github/codeql-action from 4.31.10 to 4.31.11 by Gary Gregory · 8 weeks ago
  49. 91c4404 Prepare for the release candidate 1.21.0 RC1 by Gary Gregory · 8 weeks ago commons-codec-1.21.0-RC1 rel/commons-codec-1.21.0
  50. 21fe1d7 Prepare for the next release candidate by Gary Gregory · 8 weeks ago
  51. d4ea4d0 Bump actions/checkout from 6.0.1 to 6.0.2 by Gary Gregory · 8 weeks ago
  52. e30b1f6 Bump actions/setup-java from 5.1.0 to 5.2.0 by Gary Gregory · 8 weeks ago
  53. 2e4891c Bump org.apache.commons:commons-parent from 95 to 96 by Gary Gregory · 8 weeks ago
  54. d02c003 Use a URL to a prettier page: https://www.ietf.org/rfc/rfc2045 by Gary Gregory · 9 weeks ago
  55. 3c961b8 Checkstyle by Gary Gregory · 9 weeks ago
  56. 99cf6b7 Javadoc and exception messages: "base 32" -> "Base32". by Gary Gregory · 9 weeks ago
  57. 2df7b9a Javadoc and exception messages: "base 64" -> "Base64". by Gary Gregory · 9 weeks ago
  58. 0643fdd Javadoc 8 doesn't know how to find this link by Gary Gregory · 9 weeks ago
  59. f9808d1 Javadoc by Gary Gregory · 9 weeks ago
  60. c785924 Add missing test Base64.Base64.decodeBase64UrlSafe(byte[]) by Gary Gregory · 9 weeks ago
  61. ddbce9a Add missing test Base64.decodeBase64Standard(byte[]) by Gary Gregory · 9 weeks ago
  62. 1d3bad2 Add missing test Base64Test.testIsBase64Standard(byte, boolean) by Gary Gregory · 9 weeks ago
  63. 52c60c3 Add missing test Base64Test.testIsBase64Url(byte, boolean) by Gary Gregory · 9 weeks ago
  64. 82d8710 Fix action type and better description by Gary Gregory · 9 weeks ago
  65. 4bae737 Sort members by Gary Gregory · 9 weeks ago
  66. 77ea448 Bump org.apache.commons:commons-parent from 94 to 95. by Gary Gregory · 10 weeks ago
  67. 6785201 Bump github/codeql-action from 4.31.9 to 4.31.10 by Gary Gregory · 10 weeks ago
  68. b316a5b Remove Java 6 and 7 Javadoc links by Gary Gregory · 2 months ago
  69. 3ac04a8 Update Javadoc links from Java 6 to 8 by Gary Gregory · 2 months ago
  70. 8398c1a Javadoc by Gary Gregory · 3 months ago
  71. 5a3a3b1 Bump org.apache.commons:commons-parent from 93 to 94 by Gary Gregory · 3 months ago
  72. 5c69f9b Bump actions/checkout from 5.0.0 to 6.0.1 (#421) by dependabot[bot] · 3 months ago
  73. 4acb316 Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#420) by dependabot[bot] · 3 months ago
  74. 07c0aa9 Fix XML Schema xsi:schemaLocation name (as opposed to URI) by Gary Gregory · 3 months ago
  75. db6b7bc Javadoc: The @deprecated tag should be last. by Gary Gregory · 3 months ago
  76. 14b5d6a Javadoc: Empty Javadoc line before the 1st tag. by Gary Gregory · 3 months ago
  77. 2bb4fd9 Javadoc by Gary Gregory · 3 months ago
  78. 54f6443 Javadoc by Gary Gregory · 3 months ago
  79. d9233f5 Javadoc by Gary Gregory · 3 months ago
  80. 76b9468 Javadoc by Gary Gregory · 3 months ago
  81. be2cf88 Internal refactoring by Gary Gregory · 3 months ago
  82. 950c65f Javadoc by Gary Gregory · 3 months ago
  83. bc96876 Javadoc by Gary Gregory · 3 months ago
  84. 99c53ff Javadoc by Gary Gregory · 3 months ago
  85. e104437 Javadoc by Gary Gregory · 3 months ago
  86. a725a35 Javadoc 8 can't find {@link #setDecodeTableFormat(DecodeTableFormat)} by Gary Gregory · 3 months ago
  87. 282999a Bump POM version to feature level for next release by Gary Gregory · 3 months ago
  88. 06529d5 Rename some new methods and fix Javadoc links by Gary Gregory · 3 months ago
  89. 72c8e35 [CODEC-333] Add distinct Base64 decoding for standard and URL-safe by Gary Gregory · 3 months ago
  90. e620a5e Javadoc by Gary Gregory · 3 months ago
  91. 1351cb7 Sort members by Gary Gregory · 3 months ago
  92. d594dd2 [CODEC-333] Add separate methods for strict Standard and URL Safe Base64 decoding (#419) by Aleksandr Beliakov · 3 months ago
  93. c7fbb17 Fix test on Java 26-ea and up by Gary Gregory · 3 months ago
  94. fde5c6b Bump notice file end year from 2025 to 2026 by Gary Gregory · 3 months ago
  95. cc31b98 Javadoc: Fix double the by Gary Gregory · 3 months ago
  96. 1129c67 Bump github/codeql-action from 4.31.8 to 4.31.9 by Gary Gregory · 3 months ago
  97. d074877 Fix malformed Javadoc comments by Gary Gregory · 3 months ago
  98. 75da1d9 Bump actions/cache from 4.3.0 to 5.0.1 by Gary Gregory · 3 months ago
  99. cd91c9a Bump github/codeql-action from 4.31.7 to 4.31.8 by Gary Gregory · 3 months ago
  100. 92babf5 Add NetBean IDE metadata files to .gitignore by Gary Gregory · 4 months ago