aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkEncryption.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+5
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Remove use of org.bouncycastle.util.encoders.HexMichael Dardis2020-02-221-1/+1
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-5/+8
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* [Java 11] Remove dependency on javax.xml.bind packageDavid Ostrovsky2019-06-181-4/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-6/+6
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-0/+14
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-4/+3
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-3/+4
* Fix cryptoVer constant name to CRYPTO_VERShawn Pearce2016-11-141-3/+3
* Extract insecure Cipher factoryShawn Pearce2016-11-131-6/+6
* WalkEncryption: Cleanup Java 8 supportShawn Pearce2016-11-131-35/+3
* Adding JGitV1 and JGitV2 Walk EncryptionAndrei Pozolotin2015-10-181-15/+334
* Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin2015-10-181-51/+128
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-7/+7
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-3/+6
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+194