aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/processlauncher/launchersockethandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Process: Get rid of process launcher implementationJarek Kobus2024-11-011-284/+0
* Debugger: Prevent showing the windows error on debugger detectionDavid Schulz2024-06-121-1/+2
* Process: Change signature of setReaperTimeout()Jarek Kobus2024-01-221-1/+1
* Process: Rename processutils.{cpp,h} into processhelper.{cpp,h}Jarek Kobus2024-01-171-1/+1
* Solutions: Long live Solutions!Jarek Kobus2023-05-171-4/+4
* LauncherSocketHandler: Disambiguate Process nameJarek Kobus2023-05-031-14/+14
* Terminal: Use QtcProcess to start terminal windowMarcus Tillmanns2023-03-211-2/+3
* QtcProcess: Add closeWriteChannel()Jarek Kobus2023-01-241-7/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Drop static_cast from connectionsJarek Kobus2022-11-031-2/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QtcProcess: Make reaper timeout customizableJarek Kobus2022-06-081-1/+5
* QtcProcess: Fix behavior of kill()Jarek Kobus2022-06-011-20/+9
* Utils: Preserve output order with merged channelsAaron Barany2022-04-191-2/+6
* ProcessInterface: Add done() signalJarek Kobus2022-04-121-46/+29
* QtcProcess: Fix terminate() for process launcherJarek Kobus2022-04-121-0/+9
* ProcessReaper: Implement custom terminate for CtrlCStub caseJarek Kobus2022-03-311-0/+1
* Utils: Work around readAllStandardError() with QProcess::MergedChannelshjk2022-03-311-2/+0
* ProcessLauncher: Don't emit error twice on process crashJarek Kobus2022-03-181-5/+9
* Be more verbose when destroying process launcherJarek Kobus2022-03-171-26/+21
* Remove outdated codeRobert Löhning2022-03-091-4/+0
* Use const iterator for eraseJarek Kobus2022-03-021-2/+2
* Reuse ProcessSetupData in CallerHandleJarek Kobus2022-02-161-2/+2
* Fix a possible crash in process launcherJarek Kobus2021-12-211-6/+4
* Remove process only when FailedToStart error occurredJarek Kobus2021-09-081-1/+5
* Move ProcessReaper into lib/utilsJarek Kobus2021-09-061-42/+10
* Implement process channel forwarding in process launcherJarek Kobus2021-09-031-1/+3
* Set process state to NotRunning after FailedToStart errorJarek Kobus2021-08-311-11/+2
* Conform to Creator's include styleJarek Kobus2021-08-191-4/+4
* Reuse ProcessHelper in process launcherJarek Kobus2021-08-091-2/+7
* Handle setNativeArguments inside process launcherJarek Kobus2021-08-091-0/+1
* Handle belowNormalPriority inside process launcher on WindowsJarek Kobus2021-08-091-0/+2
* Refactor openMode/keepWriteChannelOpen/closeWriteChannelJarek Kobus2021-08-091-4/+8
* Implement writing to process inside process launcherJarek Kobus2021-08-061-1/+23
* Make process reusable when killing the running oneJarek Kobus2021-08-051-19/+15
* Cleanup the finished / unused processesJarek Kobus2021-08-051-4/+17
* Implement readyRead inside process launcherJarek Kobus2021-08-051-0/+20
* Implement setStandardInputFile() in ProcessLauncherImplJarek Kobus2021-08-021-0/+1
* Pass the OpenMode to process launcherJarek Kobus2021-07-141-2/+2
* Implement ProcessLauncherImpl::waitFor*() methodsJarek Kobus2021-07-141-0/+1
* Implement ProcessLauncher::processId()Jarek Kobus2021-07-121-0/+9
* Support ProcessChannelMode in ProcessLauncherImplJarek Kobus2021-07-121-0/+1
* Initial import of processlauncher copy from qbs projectJarek Kobus2021-07-081-0/+281