aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshremoteprocessrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SshRemoteProcessRunnerJarek Kobus2022-05-091-214/+0
* Don't delete process directly from process' finished handlerJarek Kobus2022-04-051-1/+1
* QtcProcess: Introduce done() signalJarek Kobus2022-04-041-4/+6
* SshRemoteProcessRunner: Get rid of no-op call to QtcProcess::terminate()Jarek Kobus2022-03-311-4/+1
* SshRemoteProcessRunner: Unify APIJarek Kobus2022-03-021-2/+2
* SshRemoteProcessRunner: Drop error string from processClosed()Jarek Kobus2022-03-021-1/+1
* SshRemoteProcessRunner: Unify APIJarek Kobus2022-03-021-11/+11
* SshRemoteProcess: Rename done() -> finished()Jarek Kobus2022-02-281-1/+1
* SshRemoteProcess: Get rid of error arg from done() signalJarek Kobus2022-02-281-2/+2
* SshRemoteProcessRunner: Don't buffer stdOut and stdErrJarek Kobus2022-02-251-22/+4
* SshRemoteProcessRunner: Remove unused command() methodJarek Kobus2022-01-281-1/+0
* QtcProcess: Get rid of useTerminalJarek Kobus2022-01-281-10/+0
* Ssh: Use base QtcProcess' useTerminal for SshRemoteProcesshjk2021-12-061-2/+1
* Remove unused SshRemoteProcessRunner::writeDataToProcess()Jarek Kobus2021-11-171-6/+0
* Ssh: Re-base SshProcess on top of QtcProcessJarek Kobus2021-09-131-3/+3
* Control the lifetime of SshProcessManagerJarek Kobus2021-09-101-2/+2
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-2/+2
* SSH: Pass remote command as QStringChristian Kandeler2019-05-241-6/+5
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-61/+27
* SSH: Use Qt5-style connectsOrgad Shaneh2016-06-151-4/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-02-041-4/+5
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean up SshConnectionManager interfacehjk2013-09-111-2/+2
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* 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: Streamline SshRemoteProcessRunner's output handling.Christian Kandeler2012-06-081-2/+20
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-081-4/+4
* SSH: Use plain pointers to SshConnection objects.Christian Kandeler2012-05-291-6/+6
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-0/+269