aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/sha1
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Suppress UnnecessaryParenthesesMatthias Sohn2023-09-221-0/+1
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Silence API warningsMatthias Sohn2022-11-201-0/+2
* Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-154-483/+757
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\
| * Make Logger instances finalDavid Pursehouse2020-02-271-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-042-76/+10
* | Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+6
|/
* SHA1: Use externalized message in logDavid Pursehouse2019-02-251-1/+4
* JGitText: Remove unnecessary suffix from externalized message identifierDavid Pursehouse2019-02-251-1/+1
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-202-8/+14
* Move SHA1 compress/recompress files to resource folderDavid Ostrovsky2017-03-182-284/+0
* SHA-1: collision detection supportShawn Pearce2017-02-285-93/+1779
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-6/+26
* Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-261-0/+27
* Pure Java SHA-1Shawn Pearce2017-02-261-0/+262