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