index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.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
*
Mark QProcess files as security critical
Matthias Rauter
2025-06-17
1
-0
/
+1
*
Make QProcess::splitCommand() available without process feature
Juha Vuolle
2025-05-07
1
-0
/
+2
*
Silence a few "No relevant classes found" moc warnings
Tor Arne Vestbø
2025-04-25
1
-0
/
+2
*
Doc: Improve QProcess setStandardOutputFile description
Kai Köhne
2024-12-13
1
-7
/
+7
*
Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing
Marc Mutz
2024-11-08
1
-3
/
+1
*
QProcess/Unix: add a flag to disable core dumps
Thiago Macieira
2024-10-14
1
-0
/
+10
*
Remove redundant qtimer.h includes
Ahmad Samir
2024-06-11
1
-1
/
+0
*
QProcess: fix startCommand() with whitespace-only strings
Thiago Macieira
2024-04-19
1
-0
/
+4
*
QProcess/Doc: remove the note that about FailedToStart after started()
Thiago Macieira
2024-03-03
1
-3
/
+0
*
QProcessEnvironment: Use new comparison helper macros
Rym Bouabid
2024-02-22
1
-6
/
+10
*
QProcess/Doc: clarify that early crashes happen after started()
Thiago Macieira
2024-01-21
1
-0
/
+6
*
QProcess/Doc: clarify that started() may be emitted very early
Thiago Macieira
2024-01-21
1
-12
/
+15
*
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
[next]