summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* QProcess: fix startCommand() with whitespace-only stringsThiago Macieira2024-04-191-0/+4
* QProcess/Doc: remove the note that about FailedToStart after started()Thiago Macieira2024-03-031-3/+0
* QProcessEnvironment: Use new comparison helper macrosRym Bouabid2024-02-221-6/+10
* QProcess/Doc: clarify that early crashes happen after started()Thiago Macieira2024-01-211-0/+6
* QProcess/Doc: clarify that started() may be emitted very earlyThiago Macieira2024-01-211-12/+15
* QProcess/Unix: add a simple way to reset the UID and GID for the childThiago Macieira2023-07-081-0/+6
* QProcess/Unix: add a few, basic session & terminal management flagsThiago Macieira2023-07-081-0/+16
* QProcess/Unix: add failChildProcessModifier()Thiago Macieira2023-06-091-3/+45
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-06-091-4/+13
* Doc: Fix documentation for QProcess::UnixProcessFlagTopi Reinio2023-06-091-1/+1
* QProcess/Linux: add a flag to re-enable the vfork()-like semanticsThiago Macieira2023-05-221-0/+19
* QProcess/Unix: add setUnixProcessParameters()Thiago Macieira2023-05-221-8/+127
* Revert commit "don't ever force fork() instead of forkfd()"Thiago Macieira2023-05-151-9/+0
* QProcessPrivate: repack and reorganize the membersThiago Macieira2023-05-151-9/+11
* QProcessPrivate: remove the member variable "crashed"Thiago Macieira2023-05-131-3/+1
* QProcess: remove the note that it freezes threads on QNXThiago Macieira2023-05-031-11/+0
* QProcess: reimplement systemEnvironment() using QProcessEnvironmentThiago Macieira2023-03-201-18/+1
* QProcess/Linux: fix file descriptor leak in case of failed child startThiago Macieira2023-03-161-1/+10
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-111-1/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* QProcess/docs: add more information about environment variablesThiago Macieira2022-08-221-7/+44
* QProcess: Extend the setStandardOutputFile docLaszlo Papp2022-07-231-0/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-4/+10
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-3/+3
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-101-13/+65
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-111-3/+15
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-071-14/+45
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0
* QProcess/Win: avoid double buffering on writeAlex Trotsenko2021-06-181-3/+5
* QProcess: untangle platform-specific detailsAlex Trotsenko2021-06-041-117/+0
* QProcess: refine 'Channel' structureAlex Trotsenko2021-06-031-0/+2
* Introduce QProcessPrivate::closeChannels()Alex Trotsenko2021-05-311-3/+11
* Consolidate debug string generationAlex Trotsenko2021-05-311-41/+4
* QProcess/Win: implement async closing of write channelAlex Trotsenko2021-03-111-6/+8
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-211-5/+6
* QProcess/Unix: remove dead functionAlex Trotsenko2021-01-291-5/+2
* QProcess/Unix: simplify notifiers deactivationAlex Trotsenko2021-01-271-18/+1
* QProcess/Win: move pipe draining into QWindowsPipeReaderAlex Trotsenko2021-01-221-1/+2
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8
* Split QProcessPrivate::_q_processDied()Alex Trotsenko2021-01-091-31/+36
* QProcess/Unix: consolidate process state tracking socket notifiersAlex Trotsenko2021-01-081-15/+3
* Remove superfluous call in QProcessPrivate::_q_startupNotificationAlex Trotsenko2021-01-051-2/+0
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-6/+12
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-311-3/+6
* QProcess: consolidate channel managementAlex Trotsenko2020-12-311-0/+72
* QProcess: remove unused memberAlex Trotsenko2020-12-151-1/+0