aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshremoteprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ssh: Use Utils::CommandLine in SshRemoteProcesshjk2019-07-231-12/+16
* SSH: Pass remote command as QStringChristian Kandeler2019-05-241-3/+3
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-1/+1
|\
| * SSH: Fix error messageRobert Loehning2019-03-071-1/+1
* | Replace static_casts by QOverload where possiblehjk2019-02-261-3/+1
|/
* RemoteLinux: Support terminal aspectChristian Kandeler2019-01-111-8/+17
* SSH: Fix exit status/exit code interpretationChristian Kandeler2018-12-141-1/+6
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-335/+50
* SSH: Implement X11 forwardingChristian Kandeler2018-11-191-14/+44
* SSH: Use Botan2Christian Kandeler2018-08-101-2/+0
* SSH: Catch std::exception rather than Botan-specific onesChristian Kandeler2017-05-051-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-7/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SSH: Use categorized logging.Christian Kandeler2016-01-181-13/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-02-041-9/+12
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-011-0/+2
|\|
| * SSH: Delay channel close request to server in SessionRequested state.Christian Kandeler2014-11-271-0/+2
* | Catch exceptions by const reference.Christian Kandeler2014-11-281-1/+1
* | Ssh: Remove indirection in AbstractSshChannel::m_timeoutTimerhjk2014-11-271-3/+3
|/
* Ssh: Remove wrong Q_ASSERT in SshRemoteProcess destructorhjk2014-11-251-3/+1
* License updateEike Ziller2014-10-091-7/+8
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Introduce the concept of a "device process".Christian Kandeler2013-08-191-0/+5
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-1/+1
* | SSH: Implement tunneling.Christian Kandeler2012-08-281-0/+1
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Update botan library.Christian Kandeler2012-06-261-1/+1
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-081-2/+2
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-0/+384