aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxsignaloperation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-2/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-021-1/+1
|\
| * LinuxDevice: Fix kill command on remote hostJarek Kobus2022-08-311-1/+1
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* | RemoteLinux: Convert to Tr::trhjk2022-07-221-2/+7
|/
* ProjectExplorer: Introduce a IDevice::filePathhjk2022-05-101-1/+1
* SshDeviceProcessList: Don't use SshRemoteProcessRunnerJarek Kobus2022-05-061-3/+2
* RemoteLinuxSignalOperation: Don't use SshRemoteProcessRunnerJarek Kobus2022-05-041-36/+20
* SshRemoteProcessRunner: Unify APIJarek Kobus2022-03-021-1/+1
* SshRemoteProcessRunner: Unify APIJarek Kobus2022-03-021-4/+4
* Fix closing remote linux applicationsJarek Kobus2022-01-171-6/+2
* Ssh: Re-base SshProcess on top of QtcProcessJarek Kobus2021-09-131-1/+1
* fix msvc Qt6 dev buildsTim Jenssen2021-07-071-0/+1
* SSH: Pass remote command as QStringChristian Kandeler2019-05-241-1/+1
* RemoteLinux: Do not try to kill a non-existing processChristian Kandeler2018-12-131-2/+4
* RemoteLinux: ModernizeAlessandro Portale2018-11-281-4/+2
* RemoteLinux: Remove unnecessary "--" from kill commandUlf Hermann2018-09-071-2/+2
* RemoteLinux: Always kill the whole process groupUlf Hermann2017-03-221-10/+10
* Give SSH applications a second to gracefully shutdownWolfgang Bremer2017-01-131-1/+1
* RemoteLinux: Try SIGTERM first when terminating processesChristian Kandeler2016-09-061-1/+2
* RemoteLinux: Modernize remotelinuxsignaloperation.{h,cpp}hjk2016-03-221-2/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ProcessExplorer: Use 64-bit PIDs in DeviceProcessSignalOperationhjk2015-09-161-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-01-301-2/+4
|/
* License updateEike Ziller2014-10-091-7/+8
* RemoteLinux: Pass some values by referenceOrgad Shaneh2014-05-201-2/+2
* RemoteLinux: Unbreak stopping processesDaniel Teske2014-01-221-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Remove most leading/trailing blanks from translated messages.Friedemann Kleint2013-10-241-1/+2
* ProjectExplorer: Introduce DeviceProcessSignalOperation.David Schulz2013-09-201-0/+133