index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
io
/
qprocess_win.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QProcess: replace Q_PRIVATE_SLOTs with new-style PMF-to-private connects
Thiago Macieira
2025-08-30
1
-11
/
+10
*
Mark QProcess files as security critical
Matthias Rauter
2025-06-17
1
-0
/
+1
*
QProcess/Win: Properly report the reason of a fail-to-start
Thiago Macieira
2025-02-04
1
-3
/
+12
*
QtCore: don't use QString::utf16() where the string is \0-terminated
Ahmad Samir
2024-11-13
1
-3
/
+3
*
QProcess: set the error message and state if qt_create_pipe() fails
Thiago Macieira
2024-02-26
1
-5
/
+21
*
QProcess: align treatment of early start errors
Thiago Macieira
2024-01-22
1
-3
/
+2
*
QProcessPrivate: remove the member variable "crashed"
Thiago Macieira
2023-05-13
1
-3
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-17
/
+19
*
QProcess(Win): change int to qsizetype where appropriate
Mårten Nordheim
2022-02-05
1
-4
/
+4
*
Replace QString::utf16() with data() in memcpy() and QByteArray ctor
Øystein Heskestad
2022-01-07
1
-2
/
+2
*
QProcess: Distinguish between null and empty QProcessEnvironment
Ievgenii Meshcheriakov
2021-11-07
1
-48
/
+47
*
Remove pre-Win10 code paths in QtBase
Yuhang Zhao
2021-11-02
1
-9
/
+1
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Q{LocalSocket|Process}/Win: handle write errors
Alex Trotsenko
2021-09-18
1
-0
/
+8
*
QWindowsPipeWriter: do not clear the buffer in thread pool callback
Alex Trotsenko
2021-09-18
1
-2
/
+1
*
Doc: Fix documentation issues for Qt Core
Topi Reinio
2021-08-24
1
-0
/
+1
*
QProcess/Win: cleanup startProcess()
Alex Trotsenko
2021-06-19
1
-17
/
+2
*
QProcess/Win: avoid double buffering on write
Alex Trotsenko
2021-06-18
1
-53
/
+21
*
Allow destruction of QWindowsPipeReader in its signal
Alex Trotsenko
2021-06-18
1
-14
/
+7
*
QProcess: untangle platform-specific details
Alex Trotsenko
2021-06-04
1
-2
/
+67
*
Introduce QProcessPrivate::closeChannels()
Alex Trotsenko
2021-05-31
1
-6
/
+2
*
QWindowsPipe{Reader|Writer}: restructure signals
Alex Trotsenko
2021-04-15
1
-4
/
+14
*
QProcess/Win: do not use extended API for polling
Alex Trotsenko
2021-03-29
1
-4
/
+4
*
QProcess/Win: get rid of incremental wait
Alex Trotsenko
2021-03-25
1
-33
/
+79
*
QProcess/Win: simplify logic inside waitForBytesWritten()
Alex Trotsenko
2021-03-25
1
-21
/
+6
*
QProcess/Win: implement async closing of write channel
Alex Trotsenko
2021-03-11
1
-6
/
+0
*
QProcess::startDetached: set the error condition on failure to start
Thiago Macieira
2021-02-21
1
-0
/
+6
*
QProcess/Win: move pipe draining into QWindowsPipeReader
Alex Trotsenko
2021-01-22
1
-19
/
+9
*
Remove useless call in QProcessPrivate::waitForFinished() on Windows
Alex Trotsenko
2021-01-09
1
-3
/
+1
*
Split QProcessPrivate::_q_processDied()
Alex Trotsenko
2021-01-09
1
-3
/
+5
*
QProcess/Win: do not duplicate handles for pipelined processes
Alex Trotsenko
2021-01-03
1
-24
/
+8
*
QProcess: allow merged channels forwarding for detached processes
Alex Trotsenko
2020-12-31
1
-11
/
+1
*
QProcess: consolidate channel management
Alex Trotsenko
2020-12-31
1
-25
/
+4
*
QProcess/Win: do not needlessly duplicate std handles in startProcess()
Alex Trotsenko
2020-12-30
1
-38
/
+34
*
QProcess/Win: handle more errors in openChannel()
Alex Trotsenko
2020-12-30
1
-40
/
+46
*
QProcess: migrate to QDeadlineTimer
Alex Trotsenko
2020-12-09
1
-9
/
+8
*
QProcess/Win: improve reading in waitForBytesWritten()
Alex Trotsenko
2020-12-01
1
-8
/
+2
*
Fix some MSVC conversion warnings
Friedemann Kleint
2020-09-22
1
-2
/
+2
*
QProcess/Win: Fix build in debug mode
Alex Trotsenko
2020-06-05
1
-1
/
+2
*
Avoid using a QRegExp for trivial replacements
Lars Knoll
2019-12-13
1
-2
/
+11
*
Make QObjectPrivate::threadData a proper atomic
Giuseppe D'Angelo
2019-11-13
1
-1
/
+1
*
QProcess: Fix crash when calling closeWriteChannel on Windows
Joerg Bornemann
2019-02-21
1
-8
/
+14
*
Windows code: Fix clang-tidy warnings about else after jumps
Friedemann Kleint
2018-09-02
1
-51
/
+51
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-08-07
1
-5
/
+9
|
\
|
*
QProcess::startDetached: Fix behavior change on Windows
Joerg Bornemann
2018-08-03
1
-5
/
+9
*
|
QProcess/Win: Use ConnectNamedPipe asynchronously and check return value
Joerg Bornemann
2018-05-26
1
-1
/
+20
|
/
*
QProcess: set proper error state if we failed to create a pipe
Thiago Macieira
2018-05-02
1
-1
/
+6
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-1
/
+2
|
\
|
*
QProcess/Windows: Include PID in pipe names
Frank Richter
2018-01-18
1
-1
/
+1
[next]