summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/filesystemaccess_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Tasking::Streamer: Rename Streamer into FileStreamerTaskJarek Kobus2023-05-031-6/+6
* RemoteLinux: Honor working directory setting againhjk2023-04-211-0/+16
* FilePath: Integrate FileStreamerManager for async i-faceJarek Kobus2023-03-071-97/+0
* Utils: Introduce FileStreamerManagerJarek Kobus2023-03-031-3/+121
* Utils: Introduce FileStreamerJarek Kobus2023-03-031-5/+350
* Utils: Use an enum indication the possible abort of an dir iterationhjk2023-01-261-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* RemoteLinux: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-191-5/+13
|\
| * testFileTransfer(): Cleanup remote after successful transferJarek Kobus2022-09-141-0/+5
| * testFileTransfer(): Add more checksJarek Kobus2022-09-131-5/+8
* | FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-3/+3
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
|/
* RemoteLinux: Change the displayed names to 'Remote' instead of 'Generic'Adam Treat2022-06-241-1/+1
* Move FileTransfer into ProjectExplorer pluginJarek Kobus2022-05-301-2/+3
* Get rid of Ssh libJarek Kobus2022-05-231-2/+1
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-8/+9
* Add FileTransfer testJarek Kobus2022-05-231-11/+96
* Fix FileSystemAccessTest::testFileActions() flakinessJarek Kobus2022-03-181-7/+49
* RemoteLinux: Avoid unexpected password dialog in testsChristian Stenger2022-03-161-16/+31
* ProjectExplorer: Remove IDeviceFactory::setCanCreatehjk2022-02-041-1/+0
* ProjectExplorer: Use a lambda for DeviceFactory::create()hjk2022-01-261-13/+11
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-2/+1
* Introduce IDevice::bytesAvailable()Jarek Kobus2022-01-051-0/+7
* RemoteLinux: Move test actions to special test dirArtem Sokolovskii2022-01-051-14/+27
* RemoteLinux: Implement some of the remote file APIhjk2022-01-041-0/+141