aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/OpenSshConfigTest.java
Commit message (Expand)AuthorAgeFilesLines
* Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-16/+0
* Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-061-0/+15
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Use CHARSET in FileOutputStream instead of hard-coded "UTF-8"David Pursehouse2018-03-131-1/+2
* Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-121-1/+2
* Yet another work-around for a Jsch bug: timeoutsThomas Wolf2017-11-201-2/+1
* Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-181-10/+15
* Do most %-token substitutions in OpenSshConfigThomas Wolf2017-08-261-1/+42
* Let Jsch know about ~/.ssh/configThomas Wolf2017-08-261-6/+168
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-201-1/+33
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg2012-09-161-3/+5
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-021-1/+2
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-2/+3
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+20
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+228