aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportSftp.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Constants for objects and info/{http-,}alternatesDavid Turner2019-08-021-1/+3
* Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-131-6/+1
* TransportSftp: eliminate dependency on JschThomas Wolf2018-11-131-106/+103
* TransportSftp: remove final modifiers from parametersThomas Wolf2018-11-051-8/+6
* Use constant for ".lock"Matthias Sohn2018-06-081-1/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-9/+9
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* TransportSftp: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-7/+2
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-4/+7
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+7
* Silence unchecked conversion warning in TransportSftpMatthias Sohn2015-05-291-0/+1
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-22/+36
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-13/+14
* Add NON-NLS comments for some obviously untranslatable stringsRobin Rosenberg2013-07-211-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-13/+13
* Remove 4 unboxed warningsKevin Sawicki2012-05-101-1/+2
* Remove 86 boxing warningsKevin Sawicki2012-05-081-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Create RemoteSession interfaceRoland Schulz2011-03-231-3/+4
* TransportProtocol: Allow null Repository in canHandle()Shawn O. Pearce2011-03-151-1/+1
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-131-4/+33
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-10/+11
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+432