1. a0278f7 Update `actions/setup-java` to v2. by Gary Gregory · 3 years, 1 month ago
  2. b70e177 Merge pull request #79 from jvz/blake3 by Matt Sicker · 3 years, 2 months ago
  3. 1391f3c Fix checkstyle nits by Matt Sicker · 3 years, 2 months ago
  4. 0839e1a Ensure all public method args are validated and documented by Matt Sicker · 3 years, 2 months ago
  5. 9d75ecc Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. by Gary Gregory · 3 years, 2 months ago
  6. 80a0768 The blank line is allowed; dummy change to jog GH licensee detection by Sebb · 3 years, 2 months ago
  7. 52ca066 Happy New Year by Sebb · 3 years, 2 months ago
  8. e145fda Move checkstyle files out of the way by Sebb · 3 years, 2 months ago
  9. 0ed8bd7 Improve javadoc, naming, magic constants by Matt Sicker · 3 years, 2 months ago
  10. b959a9e Drop spurious initial blank line by Sebb · 3 years, 2 months ago
  11. b71233b Fix checkstyle nits by Matt Sicker · 3 years, 2 months ago
  12. 921e2cd CODEC-296: Add support for Blake3 family of hashes by Matt Sicker · 3 years, 2 months ago
  13. 482df6c No need to nest in else. by Gary Gregory · 3 years, 2 months ago
  14. 85cb447 - Bump actions/cache from v2 to v2.1.4 #75. by Gary Gregory · 3 years, 2 months ago
  15. c356901 Bump junit from 4.13.1 to 4.13.2 (#76) by dependabot[bot] · 3 years, 2 months ago
  16. e10e6cf Bump actions/cache from v2 to v2.1.4 (#75) by dependabot[bot] · 3 years, 2 months ago
  17. f2a6b4b Use String.replace() instead of replaceAll() when we don't need a Regex. by Gary Gregory · 3 years, 2 months ago
  18. 3638aba Normalize to US English spelling. by Gary Gregory · 3 years, 3 months ago
  19. 46969d4 Use the scale in the var name. by Gary Gregory · 3 years, 3 months ago
  20. 7ea3a6a Specify scale fully in internal name. by Gary Gregory · 3 years, 3 months ago
  21. 8bfca5c - Make private elements final where possible. by Gary Gregory · 3 years, 4 months ago
  22. 4483cb0 Ignore IML (IntelliJ) files. by Gary Gregory · 3 years, 4 months ago
  23. 56c0a12 Use isEmpty(). by Gary Gregory · 3 years, 4 months ago
  24. c59862d Use isEmpty(). by Gary Gregory · 3 years, 4 months ago
  25. 7b3e0ca Use isEmpty(). by Gary Gregory · 3 years, 4 months ago
  26. 2e9785b Fix Checkstyle suppressions DTD link. by Gary Gregory · 3 years, 4 months ago
  27. b0b84d6 Fix Checkstyle configuration DTD link. by Gary Gregory · 3 years, 4 months ago
  28. db6b786 Fix Checkstyle suppressions DTD link. by Gary Gregory · 3 years, 4 months ago
  29. aaaa3b7 Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.1 -> 0.15.2. by Gary Gregory · 3 years, 4 months ago
  30. 05a0b1f Collapse multiple identical catch clauses into one. by Gary Gregory · 3 years, 4 months ago
  31. 2a1fc6b Simplify array cloning. by Gary Gregory · 3 years, 4 months ago
  32. 00ea5ee Breaking binary compatibility should break the build instead of by Gary Gregory · 3 years, 4 months ago
  33. 9a39042 Update commons.japicmp.version 0.14.4 -> 0.15.1. by Gary Gregory · 3 years, 4 months ago
  34. 168d553 Add Java 17-EA to the GitHub build. by Gary Gregory · 3 years, 4 months ago
  35. 76eaf87 Bump maven-pmd-plugin from 3.13.0 to 3.14.0. by Gary Gregory · 3 years, 4 months ago
  36. 35e9cf2 Normalize spelling to US English in comments. by Gary Gregory · 3 years, 5 months ago
  37. 340f3b4 [CODEC-295] Minor improvements #67 by Gary Gregory · 3 years, 5 months ago
  38. 62d55fd CODEC-295 - Minor improvement (#67) by Arturo Bernal · 3 years, 5 months ago
  39. d720e87 Typo. by Gary Gregory · 3 years, 5 months ago
  40. e9f79c2 Update GitHub build. by Gary Gregory · 3 years, 5 months ago
  41. 1f1b5c3 Bump actions/checkout from v2.3.2 to v2.3.4 (#65) by dependabot[bot] · 3 years, 5 months ago
  42. 958e6d2 Bump actions/setup-java from v1.4.2 to v1.4.3 (#62) by dependabot[bot] · 3 years, 5 months ago
  43. 4369d10 Track changes by Alex Herbert · 3 years, 5 months ago
  44. 9314764 Remove duplicate "from"s in javadoc comments by James Gan · 3 years, 5 months ago
  45. c43c22b Remove trailing spaces by Alex Herbert · 3 years, 5 months ago
  46. 457c792 Use final. by Gary Gregory · 3 years, 6 months ago
  47. 889d94f Use for-each. by Gary Gregory · 3 years, 6 months ago
  48. 8ecd358 Always use blocks. by Gary Gregory · 3 years, 6 months ago
  49. a7824cd Remove redundant modifiers like private on enum constructors. by Gary Gregory · 3 years, 6 months ago
  50. 9d0d991 Use final. by Gary Gregory · 3 years, 6 months ago
  51. f234c76 Travis: Replace Java 14 with 15. by Gary Gregory · 3 years, 6 months ago
  52. 6b634fe No need to initialize to default. by Gary Gregory · 3 years, 6 months ago
  53. 2bacd0b Remove redundant calls to super(). by Gary Gregory · 3 years, 6 months ago
  54. 7ca5b56 Use Arrays.fill(). by Gary Gregory · 3 years, 6 months ago
  55. 0a4b0c6 Use a switch instead of a cascading if-else. by Gary Gregory · 3 years, 6 months ago
  56. c4e813f Add elements of a collections without a loop. by Gary Gregory · 3 years, 6 months ago
  57. fe8b24c Typo. by Gary Gregory · 3 years, 6 months ago
  58. 1378b63 Add SECURITY.MD. by Gary Gregory · 3 years, 7 months ago
  59. 475910a Merge pull request #63 from nhojpatrick/junit-4.13.1 by Alex Herbert · 3 years, 7 months ago
  60. 778d81c JUnit v4.13.1 by John Patrick · 3 years, 7 months ago
  61. 0a4e73c Use uppercase for long literal suffix. by Gary Gregory · 3 years, 8 months ago
  62. eafdff7 Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). by Gary Gregory · 3 years, 8 months ago
  63. 371ad0f Replace Java 14 with Java 15 as the latest Java version to test. Use by Gary Gregory · 3 years, 8 months ago
  64. b16a7c0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec by Gary Gregory · 3 years, 8 months ago
  65. 49af9cf >Update build actions/setup-java from v1.4.1 to v1.4.2 #60. by Gary Gregory · 3 years, 8 months ago
  66. 0ee5802 Bump actions/setup-java from v1.4.1 to v1.4.2 (#60) by dependabot[bot] · 3 years, 8 months ago
  67. ae667e0 Add test sources to checkstyle:check by aherbert · 3 years, 8 months ago
  68. 316fb26 Fix checkstyle for test sources by aherbert · 3 years, 8 months ago
  69. e2eb50c Remove unused import by aherbert · 3 years, 8 months ago
  70. 738b50d Improve variable name to describe the bug in Codec 101. by aherbert · 3 years, 8 months ago
  71. ea6058c Update binary compatibility version by aherbert · 3 years, 8 months ago
  72. 86e676d Add checkstyle:check to default goal by aherbert · 3 years, 8 months ago
  73. e2d1760 Exclude some resources from checkstyle by aherbert · 3 years, 8 months ago
  74. a1b37fe Allow long lines in javadoc comments, e.g. for <A href="..."> by aherbert · 3 years, 8 months ago
  75. d470c55 Fix checkstyle by aherbert · 3 years, 8 months ago
  76. 20c4672 Merge branch 'release' into master by aherbert · 3 years, 8 months ago
  77. 0342829 Bump to next development version by aherbert · 3 years, 8 months ago
  78. f43bf93 Trigger a GitHub build on pull requests. by Gary Gregory · 3 years, 8 months ago
  79. c89d2af Prepare for 1.15 release by aherbert · 3 years, 8 months ago commons-codec-1.15-RC1 rel/commons-codec-1.15
  80. ba81ed5 Use gav=true for the maven central redirect by Alex Herbert · 3 years, 8 months ago
  81. cb629f0 Update maven central badge by Alex Herbert · 3 years, 8 months ago
  82. b8090b3 Fix coverage badge to use the 'master' branch not the default 'trunk' by Alex Herbert · 3 years, 8 months ago
  83. fa0562e Test Context toString has debugging info by Alex Herbert · 3 years, 8 months ago
  84. f39003c Test isInAlphabet by Alex Herbert · 3 years, 8 months ago
  85. 9ac33a1 Test all constructors by Alex Herbert · 3 years, 8 months ago
  86. 3535c17 Test encode of null and empty array with an offset by Alex Herbert · 3 years, 8 months ago
  87. e42dfe1 Fix test names by Alex Herbert · 3 years, 8 months ago
  88. 5365879 Test the codec policy property by Alex Herbert · 3 years, 8 months ago
  89. 4c542d7 Add CharSequenceUtilsTest by Alex Herbert · 3 years, 8 months ago
  90. fab180b Add missing @since 1.15 tags by Alex Herbert · 3 years, 8 months ago
  91. 53c93d0 Revert "Bump commons-lang3 from 3.8 to 3.11 (#51)" by Gary Gregory · 3 years, 9 months ago
  92. 8dd4445 Bump commons-lang3 from 3.8 to 3.11 (#51) by dependabot[bot] · 3 years, 9 months ago
  93. bb50d9f actions/setup-java from v1.4.0 to v1.4.1 #57. by Gary Gregory · 3 years, 9 months ago
  94. 49ab8d1 Bump actions/setup-java from v1.4.0 to v1.4.1 (#57) by dependabot[bot] · 3 years, 9 months ago
  95. e87ac43 Cache ~/.m2 dir for GitHub builds. by Gary Gregory · 3 years, 9 months ago
  96. 72ebf5d No reason to build on linux-ppc64le. by Gary Gregory · 3 years, 9 months ago
  97. ee2ac48 actions/checkout from v2.3.1 to v2.3.2 #56. by Gary Gregory · 3 years, 9 months ago
  98. 6b889af Bump actions/checkout from v2.3.1 to v2.3.2 (#56) by dependabot[bot] · 3 years, 9 months ago
  99. 32e85c8 Bump commons-parent from 51 to 52 (#53) by dependabot[bot] · 3 years, 9 months ago
  100. 8319d3d Add --no-transfer-progress to CI builds. by Gary Gregory · 3 years, 9 months ago