aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitSsh.java
Commit message (Expand)AuthorAgeFilesLines
* Add worktrees read supportJanne Valkealahti2024-07-141-0/+6
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-12/+57
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-55/+10
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-10/+55
* Decouple JSch from JGit CoreMatthias Sohn2020-06-011-0/+7
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* ssh: Kill the external process when we're done instead of waiting foreverCarsten Pfeiffer2018-05-021-4/+6
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-0/+2
* Fix NPE in TransportGitSsh.ExtSession.exec()Matthias Sohn2017-11-201-8/+12
* Terminate StreamCopy threads in case of errorsTill Brychcy2017-10-071-4/+12
* Terminate StreamCopy threads in case of errorsDmitry Neverov2017-09-301-6/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+8
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-2/+4
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-2/+4
* Fixed the problem with calling LsRemoteCommand without a local repository ove...Anton Bannykh2014-06-081-0/+14
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-11/+11
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Prevent NPE during fetch and push via SSHMatthias Sohn2011-03-241-2/+4
* Create RemoteSession interfaceRoland Schulz2011-03-231-189/+38
* TransportProtocol: Allow null Repository in canHandle()Shawn O. Pearce2011-03-151-3/+3
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-131-14/+52
* Remove quoting of command over SSHShawn O. Pearce2011-02-061-32/+3
* Support GIT_SSH=tortoiseplinkShawn O. Pearce2010-12-151-1/+1
* Correct plink -batch optionShawn O. Pearce2010-12-151-1/+1
* Honor GIT_SSH when opening SSH connectionsShawn O. Pearce2010-12-031-0/+89
* Abstract SSH setup to support GIT_SSHShawn O. Pearce2010-12-031-89/+126
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+6
* Fix SSH deadlock during OutOfMemoryErrorShawn O. Pearce2010-05-191-4/+4
* Fix hang when fetching over SSHShawn O. Pearce2010-05-131-6/+12
* Fix EGit deadlock listing branches of SSH remoteShawn O. Pearce2010-03-201-0/+4
* Wait for EOF on stderr before finishing SSH channelShawn O. Pearce2010-03-121-13/+45
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-115/+24
* Check for remote server exec failures and reportShawn O. Pearce2010-01-231-16/+40
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+392