aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshremoteprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SshRemoteProcessJarek Kobus2022-05-091-116/+0
* Move setupSshEnvironment() into SshConnectionParametersJarek Kobus2022-05-091-20/+2
* ProcessInterface: Get rid of state() methodJarek Kobus2022-04-141-2/+2
* Introduce ProcessResultDataJarek Kobus2022-04-111-3/+5
* QtcProcess: Introduce done() signalJarek Kobus2022-04-041-8/+1
* QtcProcess: Get rid of setErrorString() methodJarek Kobus2022-04-041-1/+9
* SshRemoteProcess: Rename done() -> finished()Jarek Kobus2022-02-281-9/+13
* SshRemoteProcess: Get rid of error arg from done() signalJarek Kobus2022-02-281-4/+3
* Get rid of SshProcess (one process class less)Jarek Kobus2022-02-211-5/+26
* Ssh: Drop ProcessMode from c'tors and creator methodsJarek Kobus2022-02-181-3/+2
* Fix crash reporting in output pane when remote run in terminalJarek Kobus2022-02-091-2/+0
* QtcProcess: Get rid of useTerminalJarek Kobus2022-01-281-2/+2
* Ssh: Simplify SshRemoteProcess interface a bithjk2022-01-031-33/+12
* Ssh: Use base QtcProcess' useTerminal for SshRemoteProcesshjk2021-12-061-7/+1
* Utils/Ssh: Move SshRemoteProces::isRunning() to QtcProcess basehjk2021-12-061-5/+0
* Ssh: Re-base SshProcess on top of QtcProcessJarek Kobus2021-09-131-9/+12
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-1/+1
* 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
|/