| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark qwindowspipereader.cpp as security-critical | Matthias Rauter | 2025-06-19 | 1 | -0/+1 |
| * | Core: include mocs | Mårten Nordheim | 2023-07-07 | 1 | -0/+2 |
| * | 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 | -1/+3 |
| * | QLocalSocket/Win: stop reading in close() | Alex Trotsenko | 2021-10-06 | 1 | -4/+20 |
| * | QLocalSocket/Win: reimplement skipData() function | Alex Trotsenko | 2021-07-08 | 1 | -0/+19 |
| * | QLocalSocket: reimplement readLineData() function | Alex Trotsenko | 2021-07-06 | 1 | -0/+24 |
| * | QWindowsPipeReader::read(): do not switch the mutex twice | Alex Trotsenko | 2021-06-22 | 1 | -5/+9 |
| * | QWindowsPipeReader::read(): remove redundant checks | Alex Trotsenko | 2021-06-21 | 1 | -5/+1 |
| * | Allow destruction of QWindowsPipeReader in its signal | Alex Trotsenko | 2021-06-18 | 1 | -5/+11 |
| * | QLocalSocket/Win: fix closed state detection in waitFor...() functions | Alex Trotsenko | 2021-05-18 | 1 | -8/+11 |
| * | QLocalSocket/Win: implement duplex communication in blocking mode | Alex Trotsenko | 2021-05-06 | 1 | -54/+5 |
| * | QWindowsPipe{Reader|Writer}: restructure signals | Alex Trotsenko | 2021-04-15 | 1 | -8/+3 |
| * | Silence qdoc warnings | Volker Hilsheimer | 2021-04-13 | 1 | -0/+2 |
| * | QWindowsPipeReader: determine pipe state before signaling | Alex Trotsenko | 2021-04-06 | 1 | -4/+9 |
| * | QProcess/Win: get rid of incremental wait | Alex Trotsenko | 2021-03-25 | 1 | -1/+2 |
| * | Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2 | Alex Trotsenko | 2021-03-02 | 1 | -176/+292 |
| * | QProcess/Win: move pipe draining into QWindowsPipeReader | Alex Trotsenko | 2021-01-22 | 1 | -11/+71 |
| * | Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops" | Kai Koehne | 2020-11-20 | 1 | -256/+127 |
| * | Allow QWindowsPipe{Reader,Writer} to work with foreign event loops | Alex Trotsenko | 2020-11-17 | 1 | -127/+256 |
| * | Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()" | Alex Trotsenko | 2020-09-10 | 1 | -14/+6 |
| * | Use QScopedValueRollback more as a reentrancy guard | Allan Sandfeld Jensen | 2019-03-26 | 1 | -2/+2 |
| * | Windows code: Fix clang-tidy warnings about else after jumps | Friedemann Kleint | 2018-09-02 | 1 | -6/+4 |
| * | QWindowsPipeReader: fix waiting on inactive pipe | Alex Trotsenko | 2018-04-12 | 1 | -3/+3 |
| * | Add more Q_FALLTHROUGH() | Friedemann Kleint | 2018-01-12 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Simon Hausmann | 2017-07-19 | 1 | -7/+15 |
| |\ |
|
| | * | Do not wait in QWindowsPipe{Reader|Writer}::stop() | Joerg Bornemann | 2017-07-17 | 1 | -6/+14 |
| | * | Fix warning messages in QWindowsPipeReader/Writer | Joerg Bornemann | 2017-07-17 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-05-07 | 1 | -2/+2 |
| |\| |
|
| | * | QWindowsPipeReader: fix possible invalid invocation of ReadFileEx() | Alex Trotsenko | 2017-05-02 | 1 | -2/+2 |
| * | | QWindowsPipeReader: remove code duplication in read() | Alex Trotsenko | 2017-05-05 | 1 | -11/+2 |
| |/ |
|
| * | Remove qt_cancelIo helper function | Joerg Bornemann | 2016-05-17 | 1 | -16/+1 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-21 | 1 | -56/+98 |
| |\ |
|
| | * | Make QWindowsPipeWriter thread-free. | Joerg Bornemann | 2016-03-17 | 1 | -1/+1 |
| | * | Rework QWindowsPipeReader | Joerg Bornemann | 2016-03-17 | 1 | -55/+97 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-11-04 | 1 | -0/+4 |
| |\ |
|
| | * | QWindowsPipeReader: fix occasional "Unknown error 995" | Joerg Bornemann | 2015-11-02 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-10-02 | 1 | -1/+1 |
| |\| |
|
| | * | fix error message | Joerg Bornemann | 2015-09-22 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.5' into dev | Simon Hausmann | 2015-06-03 | 1 | -52/+50 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.4' into merge5.5 | Allan Sandfeld Jensen | 2015-05-08 | 1 | -52/+50 |
| | |\ |
|
| | | * | let QWindowsPipeReader::stop() cancel the current I/O operation | Joerg Bornemann | 2015-04-16 | 1 | -10/+25 |
| | | * | inline QWindowsPipeReader::completeAsyncRead | Joerg Bornemann | 2015-04-16 | 1 | -31/+23 |
| | | * | remove emitReadyReadTimer from QWindowsPipeReader | Joerg Bornemann | 2015-04-16 | 1 | -9/+0 |
| | | * | QWindowsPipeReader: zero OVERLAPPED struct before every ReadFile | Joerg Bornemann | 2015-04-16 | 1 | -1/+1 |
| | | * | Doc: fix description of QWindowsPipeReader::read | Joerg Bornemann | 2015-04-16 | 1 | -1/+1 |
| * | | | Make QRingBuffer a 64-bit safe | Alex Trotsenko | 2015-03-12 | 1 | -4/+4 |
| |/ / |
|
| * / | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |