aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/internal
Commit message (Expand)AuthorAgeFilesLines
* GPG: also consider pubring.gpg when looking for keysThomas Wolf2019-08-151-26/+126
* GPG: check secring.gpg for keys if pubring.kbx is emptyThomas Wolf2019-08-091-23/+65
* Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-012-12/+23
* GPG: check that the key found is a signing keyThomas Wolf2019-05-211-0/+8
* GPG: use key fingerprint suffix to compare id for signing keyThomas Wolf2019-05-211-5/+6
* Ignore invalid files in '.gnupg/private-keys-v1.d'Gunnar Wagenknecht2019-04-031-2/+10
* On Windows use %APPDATA%\gnupg as GPG directory if it existsThomas Wolf2019-02-261-6/+39
* Allow to check for signing keyGunnar Wagenknecht2019-01-221-10/+35
* Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-164-0/+680
* Set context classloader to null in WorkQueueMatthias Sohn2018-02-141-0/+1
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-0/+2
* Allow to use an external ExecutorService for background auto-gcMatthias Sohn2017-06-111-0/+103