aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshremoteprocess.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SshRemoteProcessJarek Kobus2022-05-091-59/+0
* Move setupSshEnvironment() into SshConnectionParametersJarek Kobus2022-05-091-2/+0
* ProcessInterface: Get rid of state() methodJarek Kobus2022-04-141-1/+1
* Introduce ProcessResultDataJarek Kobus2022-04-111-1/+1
* QtcProcess: Introduce done() signalJarek Kobus2022-04-041-1/+0
* QtcProcess: Get rid of setErrorString() methodJarek Kobus2022-04-041-0/+2
* SshRemoteProcess: Add missing overrideJarek Kobus2022-03-021-1/+1
* SshRemoteProcess: Rename done() -> finished()Jarek Kobus2022-02-281-2/+3
* SshRemoteProcess: Get rid of error arg from done() signalJarek Kobus2022-02-281-1/+1
* Get rid of SshProcess (one process class less)Jarek Kobus2022-02-211-2/+5
* Ssh: Drop ProcessMode from c'tors and creator methodsJarek Kobus2022-02-181-2/+1
* QtcProcess: Get rid of useTerminalJarek Kobus2022-01-281-1/+1
* Remove unused method declarationJarek Kobus2022-01-041-2/+0
* RemoteLinux: Implement some of the remote file APIhjk2022-01-041-4/+6
* Ssh: Simplify SshRemoteProcess interface a bithjk2022-01-031-13/+7
* Ssh: Use base QtcProcess' useTerminal for SshRemoteProcesshjk2021-12-061-1/+0
* Utils/Ssh: Move SshRemoteProces::isRunning() to QtcProcess basehjk2021-12-061-1/+0
* Ssh: Re-base SshProcess on top of QtcProcessJarek Kobus2021-09-131-1/+2
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-1/+3
* Ssh: Use Utils::CommandLine in SshRemoteProcesshjk2019-07-231-2/+2
* SSH: Pass remote command as QStringChristian Kandeler2019-05-241-5/+1
* RemoteLinux: Support terminal aspectChristian Kandeler2019-01-111-0/+1
* RemoteLinux: Use an SshProcess for rsyncChristian Kandeler2018-12-211-2/+2
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-68/+11
* SSH: Implement X11 forwardingChristian Kandeler2018-11-191-0/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Introduce the concept of a "device process".Christian Kandeler2013-08-191-0/+1
* Fix Krazy warnings about improper include guard in SSH.Friedemann Kleint2013-03-181-3/+3
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-081-1/+1
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-0/+130