index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
remotelinux
Commit message (
Expand
)
Author
Age
Files
Lines
*
RsyncDeployService: Remove setFinished()
Jarek Kobus
2022-11-22
1
-13
/
+8
*
KillAppService: Don't call cleanup() from d'tor
Jarek Kobus
2022-11-22
1
-7
/
+0
*
AbstractRemoteLinuxDeployService: Remove setFinished()
Jarek Kobus
2022-11-22
2
-8
/
+0
*
Reuse TaskTree inside LinuxDeviceTester
Jarek Kobus
2022-11-18
2
-270
/
+176
*
Add adapters for FileTransfer and DeviceUsedPortsGatherer
Jarek Kobus
2022-11-18
1
-2
/
+5
*
Remove unused includes of QFormLayout
Jarek Kobus
2022-11-18
1
-1
/
+0
*
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-11-16
3
-4
/
+29
|
\
|
*
SshProcessInterface: Don't use DeviceShell for control signals
Jarek Kobus
2022-11-15
1
-1
/
+11
|
*
LinuxDevice: Fix stopping remote app when run in terminal
Jarek Kobus
2022-11-15
3
-3
/
+18
*
|
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-11-14
1
-18
/
+25
|
\
\
|
|
/
|
*
TarPackageCreationStep: Make it cancelable
Jarek Kobus
2022-11-10
1
-18
/
+25
*
|
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-11-10
1
-54
/
+71
|
\
\
|
|
/
|
*
TarPackageCreationStep: Secure data access
Jarek Kobus
2022-11-09
1
-54
/
+67
|
*
ProjectExplorer: Fix potential race condition
Marcus Tillmanns
2022-11-09
1
-1
/
+5
*
|
Merge remote-tracking branch 'origin/9.0'
Eike Ziller
2022-11-03
1
-6
/
+7
|
\
\
|
|
/
|
*
Fix lupdate error
Eike Ziller
2022-10-31
1
-6
/
+7
*
|
Merge remote-tracking branch 'origin/9.0'
Tim Jenssen
2022-10-25
1
-2
/
+2
|
\
\
|
|
/
|
*
Utils: Fix copyFile to include permissions
Marcus Tillmanns
2022-10-25
1
-2
/
+2
*
|
Utils: Add sorted() function
Christian Kandeler
2022-10-25
1
-4
/
+2
*
|
Get rid of unneeded includes of RunControl
Jarek Kobus
2022-10-25
2
-2
/
+0
|
/
*
RemoteLinux: Allow use as build device unconditionally
hjk
2022-10-19
1
-2
/
+1
*
RemoteLinux: Fix deployment when building remotely
hjk
2022-10-18
3
-2
/
+70
*
RemoteLinux: Allow adding Qt to LD_LIBRARY_PATH
hjk
2022-10-18
1
-1
/
+16
*
RemoteLinux: Remove docker related device hack in install step
hjk
2022-10-18
1
-14
/
+4
*
RemoteLinux: Fix RsyncDeployService::setDeployableFiles()
hjk
2022-10-17
1
-0
/
+1
*
Utils: Fix iterateWithFind
Marcus Tillmanns
2022-10-14
1
-5
/
+3
*
RemoteLinux: Dissolve AbstractRemoteLinuxDeployStep::createDeployService
hjk
2022-10-14
6
-14
/
+11
*
RemoteLinux: Skip initial rsync step for remote build == run
hjk
2022-10-13
1
-2
/
+7
*
RemoteLinux: Be explicit about the current rsync support
hjk
2022-10-13
1
-1
/
+8
*
Utils: Split off file access interface from IDevice
hjk
2022-10-13
2
-252
/
+27
*
Enable deploy step via rsync for Boot2Qt target
Ari Parkkila
2022-10-13
3
-43
/
+47
*
Utils: Combine some of the iterateWithFind overloads
hjk
2022-10-12
2
-12
/
+0
*
Linuxdevice: Add FilePathInfo functions
Marcus Tillmanns
2022-10-11
2
-2
/
+22
*
Utils: Add an offset parameter to the content writing FilePath function
hjk
2022-10-10
2
-3
/
+12
*
Utils: Return a bit more data from DeviceShell::runInShell
hjk
2022-10-10
1
-66
/
+44
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
4
-7
/
+7
*
RemoteLinux: Re-enable categorized logging for shell access
hjk
2022-10-07
1
-5
/
+2
*
RemoteLinux: Use common FileUtils::iterateUnixDirector function
hjk
2022-10-07
1
-5
/
+5
*
RemoteLinux: Replace foreach with ranged for loop
Jarek Kobus
2022-10-05
2
-4
/
+5
*
RemoteLinux: Allow remote linux build devices as opt-in
hjk
2022-10-04
2
-0
/
+7
*
Merge remote-tracking branch 'origin/8.0'
Eike Ziller
2022-09-21
1
-1
/
+3
|
\
|
*
Deviceshell: Cleanup shellProcess destruction
Marcus Tillmanns
2022-09-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/8.0'
Eike Ziller
2022-09-19
2
-29
/
+24
|
\
\
|
|
/
|
*
linuxdevice: Fix ::bytesAvailable
Marcus Tillmanns
2022-09-15
1
-6
/
+2
|
*
testFileTransfer(): Cleanup remote after successful transfer
Jarek Kobus
2022-09-14
1
-0
/
+5
|
*
SftpFileTransfer: Don't use temporary file for batch file
Jarek Kobus
2022-09-14
1
-18
/
+9
|
*
testFileTransfer(): Add more checks
Jarek Kobus
2022-09-13
1
-5
/
+8
*
|
FilePath: Return optional bytearray from device hooks
Eike Ziller
2022-09-15
2
-14
/
+30
*
|
Merge remote-tracking branch 'origin/8.0'
Eike Ziller
2022-09-13
1
-1
/
+1
|
\
\
|
|
/
|
*
GenericDirectUploadService: Check exitCode when handling failure
Jarek Kobus
2022-09-12
1
-1
/
+1
[next]