index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
io
/
qprocess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QProcess/Unix: add a simple way to reset the UID and GID for the child
Thiago Macieira
2023-07-08
1
-0
/
+6
*
QProcess/Unix: add a few, basic session & terminal management flags
Thiago Macieira
2023-07-08
1
-0
/
+16
*
QProcess/Unix: add failChildProcessModifier()
Thiago Macieira
2023-06-09
1
-3
/
+45
*
QProcess/Unix: update the close-file-descriptors feature with a minimum
Thiago Macieira
2023-06-09
1
-4
/
+13
*
Doc: Fix documentation for QProcess::UnixProcessFlag
Topi Reinio
2023-06-09
1
-1
/
+1
*
QProcess/Linux: add a flag to re-enable the vfork()-like semantics
Thiago Macieira
2023-05-22
1
-0
/
+19
*
QProcess/Unix: add setUnixProcessParameters()
Thiago Macieira
2023-05-22
1
-8
/
+127
*
Revert commit "don't ever force fork() instead of forkfd()"
Thiago Macieira
2023-05-15
1
-9
/
+0
*
QProcessPrivate: repack and reorganize the members
Thiago Macieira
2023-05-15
1
-9
/
+11
*
QProcessPrivate: remove the member variable "crashed"
Thiago Macieira
2023-05-13
1
-3
/
+1
*
QProcess: remove the note that it freezes threads on QNX
Thiago Macieira
2023-05-03
1
-11
/
+0
*
QProcess: reimplement systemEnvironment() using QProcessEnvironment
Thiago Macieira
2023-03-20
1
-18
/
+1
*
QProcess/Linux: fix file descriptor leak in case of failed child start
Thiago Macieira
2023-03-16
1
-1
/
+10
*
Misc: Fix qsizetype-related narrowing coversions
Ahmad Samir
2023-03-11
1
-1
/
+1
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-1
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
QProcess/docs: add more information about environment variables
Thiago Macieira
2022-08-22
1
-7
/
+44
*
QProcess: Extend the setStandardOutputFile doc
Laszlo Papp
2022-07-23
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Ensure that readAllStandardError() doesn't crash on assert
Jarek Kobus
2022-04-09
1
-4
/
+10
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-1
/
+1
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-3
/
+3
*
QProcess/Doc: update the information on how the program is found
Thiago Macieira
2022-03-10
1
-13
/
+65
*
Make QProcessEnvironment(Initialization) noexcept
Ievgenii Meshcheriakov
2022-02-11
1
-3
/
+15
*
QProcess: Distinguish between null and empty QProcessEnvironment
Ievgenii Meshcheriakov
2021-11-07
1
-14
/
+45
*
Revert "QProcess: do not emit aboutToClose() twice"
Alex Trotsenko
2021-09-24
1
-0
/
+1
*
QProcess: do not emit aboutToClose() twice
Alex Trotsenko
2021-09-19
1
-1
/
+0
*
QProcess/Win: avoid double buffering on write
Alex Trotsenko
2021-06-18
1
-3
/
+5
*
QProcess: untangle platform-specific details
Alex Trotsenko
2021-06-04
1
-117
/
+0
*
QProcess: refine 'Channel' structure
Alex Trotsenko
2021-06-03
1
-0
/
+2
*
Introduce QProcessPrivate::closeChannels()
Alex Trotsenko
2021-05-31
1
-3
/
+11
*
Consolidate debug string generation
Alex Trotsenko
2021-05-31
1
-41
/
+4
*
QProcess/Win: implement async closing of write channel
Alex Trotsenko
2021-03-11
1
-6
/
+8
*
QProcess::startDetached: set the error condition on failure to start
Thiago Macieira
2021-02-21
1
-5
/
+6
*
QProcess/Unix: remove dead function
Alex Trotsenko
2021-01-29
1
-5
/
+2
*
QProcess/Unix: simplify notifiers deactivation
Alex Trotsenko
2021-01-27
1
-18
/
+1
*
QProcess/Win: move pipe draining into QWindowsPipeReader
Alex Trotsenko
2021-01-22
1
-1
/
+2
*
QProcess/Win: clean up death notifier teardown
Alex Trotsenko
2021-01-09
1
-12
/
+8
*
Split QProcessPrivate::_q_processDied()
Alex Trotsenko
2021-01-09
1
-31
/
+36
*
QProcess/Unix: consolidate process state tracking socket notifiers
Alex Trotsenko
2021-01-08
1
-15
/
+3
*
Remove superfluous call in QProcessPrivate::_q_startupNotification
Alex Trotsenko
2021-01-05
1
-2
/
+0
*
QProcess: allow pipelining for detached processes
Alex Trotsenko
2020-12-31
1
-6
/
+12
*
QProcess: allow merged channels forwarding for detached processes
Alex Trotsenko
2020-12-31
1
-3
/
+6
*
QProcess: consolidate channel management
Alex Trotsenko
2020-12-31
1
-0
/
+72
*
QProcess: remove unused member
Alex Trotsenko
2020-12-15
1
-1
/
+0
*
QProcess: remove outdated references to QProcessManager
Alex Trotsenko
2020-12-09
1
-2
/
+0
*
QProcess/Unix: unify waiting in 'Starting' state
Alex Trotsenko
2020-12-09
1
-1
/
+9
*
QProcess: migrate to QDeadlineTimer
Alex Trotsenko
2020-12-09
1
-13
/
+11
*
QProcess: simplify the logic around _q_processDied()
Alex Trotsenko
2020-12-06
1
-6
/
+4
*
Fix some bad uses of QSharedPointerData::operator T*
Allan Sandfeld Jensen
2020-10-16
1
-4
/
+4
[next]