aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/deviceshell.h
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+2
* Utils: Use Result instead expected_str<void> in some placeshjk2024-10-101-2/+2
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-2/+1
* Docker: Improve error reportingMarcus Tillmanns2023-09-151-6/+5
* DeviceShell: Refrain from using potentially invalidated iteratorsJarek Kobus2023-05-311-3/+2
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Utils: Improve DeviceShell error handlingMarcus Tillmanns2023-03-211-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Return a bit more data from DeviceShell::runInShellhjk2022-10-101-9/+3
* DeviceShell: Test no-script fallbackMarcus Tillmanns2022-09-221-1/+4
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-211-1/+1
|\
| * Deviceshell: Cleanup shellProcess destructionMarcus Tillmanns2022-09-211-1/+1
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-09-191-0/+2
|\|
| * Deviceshell: Add missing #pragma onceMarcus Tillmanns2022-09-161-0/+2
* | Deviceshell: Base64 not found fallbackMarcus Tillmanns2022-09-011-1/+7
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
|/
* Ssh: Use DeviceShell in LinuxDeviceMarcus Tillmanns2022-06-301-1/+2
* DeviceShell: Merge done() and errorOccurred() signals into oneJarek Kobus2022-06-201-2/+2
* device: Use multiplex script to allow multithread supportMarcus Tillmanns2022-06-071-6/+33
* Utils: Initialize DeviceShell member on ctorOrgad Shaneh2022-05-161-1/+1
* Docker: Use generic DeviceShell classMarcus Tillmanns2022-05-091-1/+1
* Utils: Add deviceshell generic classMarcus Tillmanns2022-05-091-0/+81