aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/JschSession.java
Commit message (Expand)AuthorAgeFilesLines
* Decouple JSch from JGit CoreMatthias Sohn2020-06-011-372/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-131-1/+28
* TransportSftp: eliminate dependency on JschThomas Wolf2018-11-131-0/+142
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-6/+9
* Terminate StreamCopy threads in case of errorsDmitry Neverov2017-09-301-0/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Switch JSchSession to simple isolated OutputStreamShawn Pearce2016-11-131-27/+5
* Close copy threads in case of errorsDmitry Neverov2015-12-241-1/+14
* [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-281-4/+4
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-2/+4
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Create RemoteSession interfaceRoland Schulz2011-03-231-0/+237