1. 0b9616d Bump org.apache.commons:commons-parent from 104 to 105. by Gary Gregory · 4 days ago master
  2. 20a5d22 Bump github/codeql-action/analyze from 4.37.8 to 4.37.9. by Gary Gregory · 11 days ago
  3. 2cbf109 Bump actions/setup-java from 5.7.0 to 6.0.0. by Gary Gregory · 2 weeks ago
  4. 7c475b3 Bump github/codeql-action/init from 4.37.7 to 4.37.8 by Gary Gregory · 2 weeks ago
  5. 8dcd16b Bump org.apache.commons:commons-parent from 103 to 104. by Gary Gregory · 3 weeks ago
  6. 55407f6 Bump codeql-action from 4.37.6 to 4.37.7 by Gary Gregory · 3 weeks ago
  7. 5cc6918 Sort members. by Gary Gregory · 4 weeks ago
  8. 27d0664 Fix action type. by Gary Gregory · 5 weeks ago
  9. 6ff959d Throw DecoderException instead of IllegalArgumentException in by Gary Gregory · 5 weeks ago
  10. 5369282 Throw IOException instead of IllegalArgumentException in by Gary Gregory · 5 weeks ago
  11. 9640365 Javadoc Add missing @throws in BaseNCodec and subclasses by Gary Gregory · 5 weeks ago
  12. 2266316 Add missing Java @throws tags by Gary Gregory · 5 weeks ago
  13. 6ceaebc Add PhoneticEngine.Builder.setMaxInputLength(int). by Gary Gregory · 5 weeks ago
  14. 897df72 Add BeiderMorseEncoder.Builder. by Gary Gregory · 5 weeks ago
  15. 5a0b429 Assign result of requireNonNull. by Gary Gregory · 5 weeks ago
  16. c27646b Javadoc by Gary Gregory · 5 weeks ago
  17. 4f3b1d9 Extract local variable. by Gary Gregory · 5 weeks ago
  18. 4611565 Allocate a single MessageDigest and use it in by Gary Gregory · 5 weeks ago
  19. 1e46d8a Add Base58 tests by Gary Gregory · 5 weeks ago
  20. 43ba06b Optimize Base58.convertFromBase58(byte[], Context) for speed and temp by Gary Gregory · 5 weeks ago
  21. 901b24e RFC1522Codec.decodeText(String) now throws a DecoderException instead of by Gary Gregory · 5 weeks ago
  22. afdf3ad Javadoc by Gary Gregory · 5 weeks ago
  23. 51bd487 Bump next release version from 1.22.2 to 1.23.0. by Gary Gregory · 5 weeks ago
  24. 077ba3d Add and use PhoneticEngine.Builder and deprecate old constructors. by Gary Gregory · 5 weeks ago
  25. 76195b3 Javadoc by Gary Gregory · 5 weeks ago
  26. 54ce30b Javadoc by Gary Gregory · 5 weeks ago
  27. b53d130 Optimize PhoneticEngine.encode(String, LanguageSet) for speed. by Gary Gregory · 5 weeks ago
  28. 72e2540 Optimize honeticEngine.encode(String, LanguageSet) for speed. by Gary Gregory · 5 weeks ago
  29. a959e31 Inline single use local variable. by Gary Gregory · 5 weeks ago
  30. 4f84d6b Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 5 weeks ago
  31. f1eb961 Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 5 weeks ago
  32. f3ebcc4 Javadoc by Gary Gregory · 6 weeks ago
  33. 24e1a6c Updates for the next release by Gary Gregory · 6 weeks ago
  34. 39ebacb Updates for the next release by Gary Gregory · 6 weeks ago
  35. eaddfa7 Merge branch 'release' by Gary Gregory · 6 weeks ago
  36. a6ebbfe Bump to next development version by Gary Gregory · 6 weeks ago release
  37. 35869bb Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 6 weeks ago
  38. 8ab43c0 Bump GH CI actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 6 weeks ago
  39. 8f3a144 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 6 weeks ago
  40. dc8f6c8 Prepare for the release candidate 1.22.1 RC1 by Gary Gregory · 7 weeks ago commons-codec-1.22.1-RC1 rel/commons-codec-1.22.1
  41. 8203c1c Prepare for the next release candidate by Gary Gregory · 7 weeks ago
  42. 5647fe2 StringEncoderComparator.StringEncoderComparator(StringEncoder) now fails by Gary Gregory · 7 weeks ago
  43. 00c27a9 Reduce vertical whitespace by Gary Gregory · 7 weeks ago
  44. 568f2d7 Remove unused method by Gary Gregory · 7 weeks ago
  45. 316fb15 Remove unused method by Gary Gregory · 7 weeks ago
  46. bf6b543 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 7 weeks ago
  47. e14cdfe Extract redundant code. by Gary Gregory · 7 weeks ago
  48. 3351e63 Add messages when throwing NullPointerException. by Gary Gregory · 7 weeks ago
  49. f22dab7 Update SCM tag by Gary Gregory · 7 weeks ago
  50. 581c7aa Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 7 weeks ago
  51. a05e928 Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 7 weeks ago
  52. 3ff7a41 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 7 weeks ago
  53. 907bd78 Sort members. by Gary Gregory · 8 weeks ago
  54. ed167f2 Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 8 weeks ago
  55. 8869f4f Javadoc by Gary Gregory · 9 weeks ago
  56. 6e5c9b8 Javadoc by Gary Gregory · 9 weeks ago
  57. 67914a6 Javadoc by Gary Gregory · 9 weeks ago
  58. d66942f Bump github/codeql-action from 4.36.3 to 4.37.0 by Gary Gregory · 9 weeks ago
  59. b8b0e7e Constant already in scope, use final by Gary Gregory · 9 weeks ago
  60. 868af38 Internal refactoring by Gary Gregory · 9 weeks ago
  61. 2801f99 Refactor internal duplication by Gary Gregory · 9 weeks ago
  62. 819d568 Fix Base64.toIntegerBytes(BigInteger) for zero edge case (#441). by Gary Gregory · 9 weeks ago
  63. 9400525 Fix Base64.toIntegerBytes(BigInteger) for zero edge case. (#441) by Gary Gregory · 9 weeks ago
  64. b7d7443 Add GH CI Java 26 by Gary Gregory · 9 weeks ago
  65. b672f94 Internal bullet proofing by Gary Gregory · 9 weeks ago
  66. 18c03a3 Bump github/codeql-action from 4.36.2 to 4.36.3 by Gary Gregory · 9 weeks ago
  67. fec5f35 Fix action type. by Gary Gregory · 10 weeks ago
  68. d8f6ee1 Bump actions/checkout from 6.0.2 to 7.0.0 by Gary Gregory · 2 months ago
  69. 142ec2c Bump actions/setup-java from 5.3.0 to 5.4.0 by Gary Gregory · 2 months ago
  70. 23a94ce Javadoc by Gary Gregory · 2 months ago
  71. 8f2a08e Bump actions/cache from 6.0.0 to 6.1.0 by Gary Gregory · 2 months ago
  72. 84d550d Bump actions/cache from 5.0.5 to 6.0.0. by Gary Gregory · 3 months ago
  73. d5cd986 Bump actions/setup-java from 5.2.0 to 5.3.0 by Gary Gregory · 3 months ago
  74. 1da0ee6 Bump actions/checkout from 6.0.3 to 7.0.0. by Gary Gregory · 3 months ago
  75. 8470693 [CODEC-344] Validate Base64 custom alphabets (#438) by OldTruckDriver · 3 months ago
  76. f3c046c Merge branch 'master' of https://github.com/apache/commons-codec.git by Gary Gregory · 3 months ago
  77. 7f24197 Sort members. by Gary Gregory · 3 months ago
  78. 9898655 [CODEC-340] Fix Base58 custom alphabet handling (#437) by OldTruckDriver · 3 months ago
  79. ac98257 Fix up changes.xml after merge by Gary Gregory · 3 months ago
  80. 472a289 [CODEC-342] Base32.Builder#setEncodeTable(...) can create an instance that cannot decode its own output (#436) by OldTruckDriver · 3 months ago
  81. 7591504 [CODEC-343] Fix Base32 hex decode table builder (#435) by OldTruckDriver · 3 months ago
  82. 833558b Sort members by Gary Gregory · 3 months ago
  83. f890da3 [CODEC-341] Fix Base16 custom alphabet decode table (#434) by OldTruckDriver · 3 months ago
  84. 143dd52 Internal refactoring by Gary Gregory · 3 months ago
  85. 42ac996 Merge branch 'master' of https://github.com/apache/commons-codec.git by Gary Gregory · 3 months ago
  86. 97d5d23 Internal refactoring by Gary Gregory · 3 months ago
  87. 92e18de [CODEC-339] Escape URLCodec control characters in custom safe sets (#433) by OldTruckDriver · 3 months ago
  88. 7bead84 Use compact array notation. by Gary Gregory · 3 months ago
  89. 8194db4 [CODEC-338] Escape literal plus with plusForSpace (#432) by OldTruckDriver · 3 months ago
  90. 931c2fa Update legacy GitHub links in CONTRIBUTING.md by Gary Gregory · 3 months ago
  91. 1bf3426 Bump org.apache.commons:commons-parent from 101 to 102. by Gary Gregory · 3 months ago
  92. b852d0c Bump GH CI actions/dependency-review-action from 4.9.0 to 5.0.0 by Gary Gregory · 3 months ago
  93. 86e664d Bump GH CI actions/checkout from 6.0.2 to 6.0.3 by Gary Gregory · 3 months ago
  94. 0406d1c Bump org.apache.commons:commons-parent from 100 to 101 by Gary Gregory · 3 months ago
  95. cda9710 Bump github/codeql-action from 4.36.0 to 4.36.2 by Gary Gregory · 3 months ago
  96. fcf4d82 Bump github/codeql-action from 4.35.5 to 4.36.0 by Gary Gregory · 4 months ago
  97. 19b60fa Reuse constant by Gary Gregory · 4 months ago
  98. 9676e23 Bump org.apache.commons:commons-parent from 99 to 100. by Gary Gregory · 4 months ago
  99. 6b86a43 Digest ALL reuses System.in, so only the first algorithm sees the real by Gary Gregory · 4 months ago
  100. f2ac150 [CODEC-337] Digest ALL reuses System.in, so only the first algorithm sees the real input (#431) by Gary Gregory · 4 months ago