summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* RsyncDeployService: Remove setFinished()Jarek Kobus2022-11-221-13/+8
* KillAppService: Don't call cleanup() from d'torJarek Kobus2022-11-221-7/+0
* AbstractRemoteLinuxDeployService: Remove setFinished()Jarek Kobus2022-11-222-8/+0
* Reuse TaskTree inside LinuxDeviceTesterJarek Kobus2022-11-182-270/+176
* Add adapters for FileTransfer and DeviceUsedPortsGathererJarek Kobus2022-11-181-2/+5
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-163-4/+29
|\
| * SshProcessInterface: Don't use DeviceShell for control signalsJarek Kobus2022-11-151-1/+11
| * LinuxDevice: Fix stopping remote app when run in terminalJarek Kobus2022-11-153-3/+18
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-141-18/+25
|\ \ | |/
| * TarPackageCreationStep: Make it cancelableJarek Kobus2022-11-101-18/+25
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-101-54/+71
|\ \ | |/
| * TarPackageCreationStep: Secure data accessJarek Kobus2022-11-091-54/+67
| * ProjectExplorer: Fix potential race conditionMarcus Tillmanns2022-11-091-1/+5
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-031-6/+7
|\ \ | |/
| * Fix lupdate errorEike Ziller2022-10-311-6/+7
* | Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-251-2/+2
|\ \ | |/
| * Utils: Fix copyFile to include permissionsMarcus Tillmanns2022-10-251-2/+2
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-4/+2
* | Get rid of unneeded includes of RunControlJarek Kobus2022-10-252-2/+0
|/
* RemoteLinux: Allow use as build device unconditionallyhjk2022-10-191-2/+1
* RemoteLinux: Fix deployment when building remotelyhjk2022-10-183-2/+70
* RemoteLinux: Allow adding Qt to LD_LIBRARY_PATHhjk2022-10-181-1/+16
* RemoteLinux: Remove docker related device hack in install stephjk2022-10-181-14/+4
* RemoteLinux: Fix RsyncDeployService::setDeployableFiles()hjk2022-10-171-0/+1
* Utils: Fix iterateWithFindMarcus Tillmanns2022-10-141-5/+3
* RemoteLinux: Dissolve AbstractRemoteLinuxDeployStep::createDeployServicehjk2022-10-146-14/+11
* RemoteLinux: Skip initial rsync step for remote build == runhjk2022-10-131-2/+7
* RemoteLinux: Be explicit about the current rsync supporthjk2022-10-131-1/+8
* Utils: Split off file access interface from IDevicehjk2022-10-132-252/+27
* Enable deploy step via rsync for Boot2Qt targetAri Parkkila2022-10-133-43/+47
* Utils: Combine some of the iterateWithFind overloadshjk2022-10-122-12/+0
* Linuxdevice: Add FilePathInfo functionsMarcus Tillmanns2022-10-112-2/+22
* Utils: Add an offset parameter to the content writing FilePath functionhjk2022-10-102-3/+12
* Utils: Return a bit more data from DeviceShell::runInShellhjk2022-10-101-66/+44
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-074-7/+7
* RemoteLinux: Re-enable categorized logging for shell accesshjk2022-10-071-5/+2
* RemoteLinux: Use common FileUtils::iterateUnixDirector functionhjk2022-10-071-5/+5
* RemoteLinux: Replace foreach with ranged for loopJarek Kobus2022-10-052-4/+5
* RemoteLinux: Allow remote linux build devices as opt-inhjk2022-10-042-0/+7
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-211-1/+3
|\
| * Deviceshell: Cleanup shellProcess destructionMarcus Tillmanns2022-09-211-1/+1
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-192-29/+24
|\ \ | |/
| * linuxdevice: Fix ::bytesAvailableMarcus Tillmanns2022-09-151-6/+2
| * testFileTransfer(): Cleanup remote after successful transferJarek Kobus2022-09-141-0/+5
| * SftpFileTransfer: Don't use temporary file for batch fileJarek Kobus2022-09-141-18/+9
| * testFileTransfer(): Add more checksJarek Kobus2022-09-131-5/+8
* | FilePath: Return optional bytearray from device hooksEike Ziller2022-09-152-14/+30
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-131-1/+1
|\ \ | |/
| * GenericDirectUploadService: Check exitCode when handling failureJarek Kobus2022-09-121-1/+1