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