aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* RemoteLinux: Move GenericDirectUploadService implementationhjk2023-03-211-314/+0
* GenericDirectUploadService: Replace DynamicSetup with dynamic task setupJarek Kobus2023-01-201-20/+11
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* GenericDirectUploadService: Use ParallelLimitJarek Kobus2023-01-091-17/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AbstractRemoteLinuxDeployService: Refactor APIJarek Kobus2022-11-251-25/+6
* GenericDirectUploadService: Reuse TaskTreeJarek Kobus2022-11-241-203/+222
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-131-1/+1
|\
| * GenericDirectUploadService: Check exitCode when handling failureJarek Kobus2022-09-121-1/+1
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* | RemoteLinux: Convert to Tr::trhjk2022-07-221-11/+14
|/
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* GenericDirectUploadService: Fix error handling of stat processJarek Kobus2022-05-311-11/+17
* Move FileTransfer into ProjectExplorer pluginJarek Kobus2022-05-301-3/+1
* AbstractRemoteLinuxDeployService: Remove SettingUpDevice phaseJarek Kobus2022-05-301-12/+0
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-1/+0
* FileTransfer: Make the usage more convenientJarek Kobus2022-05-161-21/+22
* GenericDirectUploadService: Use FileTransferJarek Kobus2022-05-161-19/+18
* SftpTransfer: Get rid of FileTransferErrorHandling enumJarek Kobus2022-05-111-1/+1
* ProjectExplorer: Introduce a IDevice::filePathhjk2022-05-101-6/+4
* GenericDirectUploadService: Don't use SshRemoteProcessJarek Kobus2022-05-031-12/+12
* QtcProcess: Introduce done() signalJarek Kobus2022-04-041-2/+2
* SshRemoteProcess: Rename done() -> finished()Jarek Kobus2022-02-281-2/+2
* SshRemoteProcess: Get rid of error arg from done() signalJarek Kobus2022-02-281-5/+4
* Provide a default implementation for doDeviceSetup / stopDeviceSetupJarek Kobus2022-01-101-4/+2
* RemoteLinux: Simplify GenericDirectUploadService::collectFilesToUpload()hjk2021-08-181-10/+6
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-2/+2
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-2/+2
* Qnx: Do not offer incremental deploymentChristian Kandeler2020-01-151-3/+6
* RemoteLinux: Limit the number of concurrent stat callsChristian Kandeler2019-07-091-31/+46
* RemoteLinux: Add missing check for stat failureChristian Kandeler2019-07-051-5/+6
* SSH: Pass remote command as QStringChristian Kandeler2019-05-241-3/+2
* RemoteLinux: Fix off-by-one error for stat %Y last modified columnJonathan Liu2019-04-291-1/+1
* RemoteLinux: Fix off-by-one error in parsing stat outputChristian Kandeler2019-04-231-1/+1
* RemoteLinux: Fix upload of directoriesChristian Kandeler2019-04-051-1/+3
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-322/+176
* RemoteLinux: ModernizeAlessandro Portale2018-11-281-10/+7
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-1/+1
|\
* | RemoteLinux: Fix crash in uploaderChristian Kandeler2018-11-131-0/+1
* | RemoteLinux: Fix compile with gcc5.3 and MSVC2015Christian Stenger2018-10-181-5/+8
* | RemoteLinux: Check remote files when deployingUlf Hermann2018-10-171-101/+223
* | RemoteLinux: Drop stopRequested from GenericDirectUploadServiceUlf Hermann2018-10-111-30/+1
|/
* Fix 'SFTP upload hangs' issue with DropbearKimmo Ollila2017-01-111-0/+13
* RemoteLinux: Use Qt5-style connectsOrgad Shaneh2016-07-011-16/+24
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* RemoteLinux: Fix upload for target file paths with spaces.v3.4.1Christian Kandeler2015-05-291-4/+8
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | RemoteLinux: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
|/