aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Remove deprecated security managerIvan Frade2024-11-011-5/+2
* De-couple ServiceLoader calls from class loadingThomas Wolf2022-04-141-14/+30
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-101-1/+1
* Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-101-25/+26
* Remove trailing whitespaceMatthias Sohn2020-06-101-1/+1
* Decouple JSch from JGit CoreMatthias Sohn2020-06-011-3/+13
* Fix SshSessionFactory#setInstance to use service loaderMatthias Sohn2020-01-271-3/+4
* Use ServiceLoader to define the default SSH session factory.Emmanuel Hugonnet2020-01-251-1/+11
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-7/+3
* Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-4/+26
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-4/+4
* Cleanup: Remove trailing whitespaceMatthias Sohn2017-08-301-1/+1
* Create RemoteSession interfaceRoland Schulz2011-03-231-28/+16
* Support CredentialsProvider for SSH connectionsShawn O. Pearce2010-11-101-2/+6
* Repository can be configured with FSMarc Strapetz2010-06-041-2/+7
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-4/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+130