1. 46bef82 [CODEC-292] Misspelling in comments 'They' -> 'The' by rickyma · 3 years, 9 months ago
  2. 2850035 GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0. by Gary Gregory · 3 years, 9 months ago
  3. b0b5605 Fix GitHub action for Java 15-ea. by Gary Gregory · 3 years, 9 months ago
  4. fc3e676 Merge pull request #48 from XenoAmess/patch-1 by Alex Herbert · 3 years, 9 months ago
  5. 17d0ecd drop oraclejdk11 by XenoAmess · 3 years, 9 months ago
  6. f621544 drop openjdk12 and openjdk13 by XenoAmess · 3 years, 9 months ago
  7. 751a4ce Document recent change. by Gary Gregory · 3 years, 9 months ago
  8. b14bdb2 Bump actions/checkout from v1 to v2.3.1 (#50) by dependabot[bot] · 3 years, 9 months ago
  9. 2bce3f9 GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea. by Gary Gregory · 3 years, 9 months ago
  10. a120960 Add missing header. by Gary Gregory · 3 years, 9 months ago
  11. 9eedd72 Enable GitHub Dependabot. by Gary Gregory · 3 years, 9 months ago
  12. b5b90e9 Merge pull request #45 from nhojpatrick/junit-4.13 by Alex Herbert · 3 years, 10 months ago
  13. 14ad345 Track changes by Alex Herbert · 3 years, 10 months ago
  14. 54b109f Javadoc by Alex Herbert · 3 years, 10 months ago
  15. 34c9feb Use ThreadLocalRandom.current() by Alex Herbert · 3 years, 10 months ago
  16. 4534076 Remove static import by Alex Herbert · 3 years, 10 months ago
  17. 40e1bfe Demote new method from protected to private by Alex Herbert · 3 years, 10 months ago
  18. e249d8d Hex javadoc and exception messages by Alex Herbert · 3 years, 10 months ago
  19. 2c969a8 CODEC-291: Hex Encode/Decode with existing arrays by Alex Herbert · 3 years, 10 months ago
  20. e80304c Merge branch 'adamretter-base16' by aherbert · 3 years, 10 months ago
  21. 74343c0 CODEC-290: Track changes by aherbert · 3 years, 10 months ago
  22. 919e2f3 Add javadoc <p> tags by aherbert · 3 years, 10 months ago
  23. 467b85c Remove redundant comments that refer to removed code by aherbert · 3 years, 10 months ago
  24. 427998a Revert changes to Hex classes, will be moved to separate PR by Adam Retter · 3 years, 10 months ago
  25. 0686543 Remove test as requested by @aherbert by Adam Retter · 3 years, 10 months ago
  26. a1712d8 Add missing cases suggested by @aherbert by Adam Retter · 3 years, 10 months ago
  27. 4024b40 Address out-of-bounds for array size with int wrap-around by Adam Retter · 3 years, 10 months ago
  28. 065b106 Address code-review comments by @aherbert by Adam Retter · 3 years, 10 months ago
  29. 0b672eb Imporve array equality assertions in tests by Adam Retter · 3 years, 10 months ago
  30. 196f32e Abstract common test code into BaseNTestData by Adam Retter · 3 years, 10 months ago
  31. 77fa03c Expand on the functionality in the Javadoc by Adam Retter · 3 years, 10 months ago
  32. 9727285 Throw IllegalArgumentException for characters outside of alphabet by Adam Retter · 4 years ago
  33. 019ee2c Refactored to use a Lookup Table by Adam Retter · 4 years ago
  34. 1b594c0 Fix typos by Adam Retter · 4 years ago
  35. 564c47c Add support for strict decoding - addresses review comments by @garydgregory and @aherbert by Adam Retter · 4 years ago
  36. 081756b Add Base16 Input and Output Streams by Adam Retter · 4 years ago
  37. f19ec78 Bugfix - buffer must always hold at least 'size' bytes by Adam Retter · 4 years ago
  38. 7118544 Upgrade to parent 51 by aherbert · 3 years, 10 months ago
  39. a8f56b4 Fix javadoc typo for CodecPolicy.LENIENT enum value. by aherbert · 3 years, 10 months ago
  40. 41c6f48 Test major Java versions with GitHub actions as documented on by Gary Gregory · 4 years ago
  41. 994e11f fix travis-ci scripts by XenoAmess · 4 years ago
  42. 00c22c3 Move test fixtures to a component specific folder. by Gary Gregory · 4 years ago
  43. a887bc1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec by Gary Gregory · 4 years ago
  44. d9d80a6 No need for local var. by Gary Gregory · 4 years ago
  45. 38f7f12 Reuse constructor. by Gary Gregory · 4 years ago
  46. 5b2b313 Javadoc: Close HTML tags. by Gary Gregory · 4 years ago
  47. 6333e50 Javadoc. by Gary Gregory · 4 years ago
  48. 913efdf Update tests from JUnit 4.12 to 4.13. by Gary Gregory · 4 years ago
  49. 1be7a57 Download animal-sniffer for use with Java 7 by Sebb · 4 years ago
  50. f2fc462 No longer needed by Sebb · 4 years ago
  51. bc69ad9 Formatting. by Gary Gregory · 4 years ago
  52. 961fecf Better Javadoc. by Gary Gregory · 4 years ago
  53. b0acbb1 Better Javadoc. by Gary Gregory · 4 years ago
  54. e09b236 Sort methods in AB order. by Gary Gregory · 4 years ago
  55. 9f1b740 Reimplement the new-in-1.15 BaseNCodec's and friends' strict vs. lenient by Gary Gregory · 4 years ago
  56. a6b2f13 CODEC-289: Add strict decoding to BaseNCodecInput/OutputStream by Alex Herbert · 4 years ago
  57. dce9e54 Add openjdk14 to Travis. by Gary Gregory · 4 years ago
  58. 9efd4f2 Standardize on American English spelling of 'behavior'. by Gary Gregory · 4 years, 1 month ago
  59. bf561f5 Fix typo in Hex.toByteArray javadoc. by Alex Herbert · 4 years, 1 month ago
  60. 8d4b53d JUnit v4.13 update from v4.12 by John Patrick · 4 years, 2 months ago
  61. 126f904 Remove unused imports. Use final. by aherbert · 4 years, 3 months ago
  62. 3c21223 [CODEC-280] Added strict decoding property to BaseNCodec. (#35) by Alex Herbert · 4 years, 3 months ago
  63. f5a61f0 [CODEC-264]: Ensure hash128 maintains the sign extension bug. by Alex Herbert · 4 years, 3 months ago
  64. 2405989 Fix links. by Gary Gregory · 4 years, 4 months ago
  65. 0107996 NOTICE: bump copyright year by Eitan Adler · 4 years, 4 months ago
  66. 45263f9 Duplicate Apache RAT exclusions in the <reporting> section. by Alex Herbert · 4 years, 4 months ago
  67. 49125d3 Merge branch 'release' by Gary Gregory · 4 years, 4 months ago
  68. c17e961 Bump to next development version by Gary Gregory · 4 years, 4 months ago
  69. 4a65f8c OpenJDK 10 is EOL and no longer supported by Travis-CI. by Gary Gregory · 4 years, 4 months ago
  70. af7b947 Update POM version numbers for Apache Commons Codec release 1.14 by Gary Gregory · 4 years, 4 months ago commons-codec-1.14 commons-codec-1.14-RC1
  71. 7146c72 Prepare for 1.14. by Gary Gregory · 4 years, 4 months ago
  72. 5fcf098 Some Checkstyle fixes. by Gary Gregory · 4 years, 4 months ago
  73. 150278a Prepare for 1.14. by Gary Gregory · 4 years, 4 months ago
  74. b542cf9 Merge remote-tracking branch 'origin/release' by Gary Gregory · 4 years, 4 months ago
  75. b46a254 Exclude test resources file from rat check. by Alex Herbert · 4 years, 4 months ago
  76. 4c5b1b7 Add reference file for XXHash32 using a small number of bytes. by Alex Herbert · 4 years, 4 months ago
  77. 08bfd44 Test XXHash32 with huge length array added to unprocessed bytes. by Alex Herbert · 4 years, 4 months ago
  78. 88e729e Test for incremental XXHash32. by Alex Herbert · 4 years, 4 months ago
  79. bc82d82 Update the method to get the little-endian int. by Alex Herbert · 4 years, 4 months ago
  80. 33491ff Overflow safe position counter in XXHash32. by Alex Herbert · 4 years, 4 months ago
  81. a387ac8 Test incremental hash with huge length array added to unprocessed bytes. by Alex Herbert · 4 years, 4 months ago
  82. 1a30728 [CODEC-278] Deprecate Charset constants in by Gary Gregory · 4 years, 4 months ago
  83. 84efbac [CODEC-277] Don't reload standard Charsets in org.apache.commons.codec.Charsets. by Gary Gregory · 4 years, 4 months ago
  84. 5241656 [CODEC-277] Don't reload standard Charsets in org.apache.commons.codec.Charsets. by Gary Gregory · 4 years, 4 months ago
  85. ae0da81 [CODEC-277] Don't reload standard Charsets in org.apache.commons.codec.Charsets. by Gary Gregory · 4 years, 4 months ago
  86. 6f27ca6 [CODEC-276] Reliance on default encoding in MurmurHash2 and MurmurHash3. by Gary Gregory · 4 years, 4 months ago
  87. 3397682 [CODEC-276] Reliance on default encoding in MurmurHash2 and MurmurHash3. by Gary Gregory · 4 years, 4 months ago
  88. b207c45 [CODEC-276] Reliance on default encoding in MurmurHash2 and MurmurHash3. by Gary Gregory · 4 years, 4 months ago
  89. f3fe3af [CODEC-276] Reliance on default encoding in MurmurHash2 and MurmurHash3. by Gary Gregory · 4 years, 4 months ago
  90. 627b5fd Merge branch 'master' into release by Gary Gregory · 4 years, 4 months ago
  91. f40005a [CODEC-276] Reliance on default encoding in MurmurHash2 and MurmurHash3. by Gary Gregory · 4 years, 4 months ago
  92. ef6023c Fix Checkstyle issues. by Gary Gregory · 4 years, 4 months ago
  93. 2b0fecf Prepare for releasing 1.14. by Gary Gregory · 4 years, 4 months ago
  94. e3b76c8 Prepare for releasing 1.14. by Gary Gregory · 4 years, 4 months ago
  95. 535a131 Prepare for releasing 1.14. by Gary Gregory · 4 years, 4 months ago
  96. 5839ea5 Javadoc. by Gary Gregory · 4 years, 4 months ago
  97. a327e2c Fix Javadoc tags. by Gary Gregory · 4 years, 4 months ago
  98. 58870e5 Minor Javadoc tweaks. by Gary Gregory · 4 years, 4 months ago
  99. c1fed43 [CODEC-275] Add missing note in javadoc when sign extension error is by Gary Gregory · 4 years, 4 months ago
  100. e918527 Added javadoc messages concerning hash64 seed and sign extension. (#34) by Claude Warren · 4 years, 4 months ago