| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark the remaining files in io as significant | Matthias Rauter | 2025-07-24 | 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 |
| * | Refactor QWindowsPipeWriter::writeCompleted() | Alex Trotsenko | 2021-09-21 | 1 | -5/+4 |
| * | Q{LocalSocket|Process}/Win: handle write errors | Alex Trotsenko | 2021-09-18 | 1 | -0/+1 |
| * | QWindowsPipeWriter: do not clear the buffer in thread pool callback | Alex Trotsenko | 2021-09-18 | 1 | -46/+80 |
| * | QWindowsPipeWriter: stop reporting errors from write() | Alex Trotsenko | 2021-09-08 | 1 | -12/+9 |
| * | QWindowsPipeWriter: suppress a warning on unexpected peer disconnection | Alex Trotsenko | 2021-09-03 | 1 | -2/+8 |
| * | QLocalSocket/Win: simplify flush() | Alex Trotsenko | 2021-06-19 | 1 | -43/+0 |
| * | QProcess/Win: avoid double buffering on write | Alex Trotsenko | 2021-06-18 | 1 | -0/+19 |
| * | QWindowsPipeWriter: centralize write result handling | Alex Trotsenko | 2021-06-12 | 1 | -34/+28 |
| * | QLocalSocket/Win: avoid double buffering on write | Alex Trotsenko | 2021-06-09 | 1 | -6/+23 |
| * | QWindowsPipe{Reader|Writer}: restructure signals | Alex Trotsenko | 2021-04-15 | 1 | -11/+3 |
| * | Silence qdoc warnings | Volker Hilsheimer | 2021-04-13 | 1 | -0/+1 |
| * | 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 | -120/+228 |
| * | Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops" | Kai Koehne | 2020-11-20 | 1 | -236/+117 |
| * | Allow QWindowsPipe{Reader,Writer} to work with foreign event loops | Alex Trotsenko | 2020-11-17 | 1 | -117/+236 |
| * | 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 |
| * | Add more Q_FALLTHROUGH() | Friedemann Kleint | 2018-01-12 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Oswald Buddenhagen | 2017-08-02 | 1 | -1/+9 |
| |\ |
|
| | * | Let QWindowsPipeWriter::write only warn about unexpected errors | Joerg Bornemann | 2017-07-24 | 1 | -1/+9 |
| * | | 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 |
| * | | QWindowsPipeWriter: remove inefficient member | Alex Trotsenko | 2017-06-20 | 1 | -6/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-06-13 | 1 | -0/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-06 | 1 | -0/+2 |
| | |\ |
|
| | | * | QWindowsPipeWriter: Discard queued signals in stop() | Aleksei Timofeyev | 2016-05-30 | 1 | -0/+2 |
| * | | | Remove qt_cancelIo helper function | Joerg Bornemann | 2016-05-17 | 1 | -4/+1 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-05-06 | 1 | -16/+25 |
| |\| |
|
| | * | QWindowsPipeWriter: Fix developer build with MinGW. | Friedemann Kleint | 2016-05-02 | 1 | -1/+1 |
| | * | QWindowsPipeWriter: ensure validity of the write buffer | Alex Trotsenko | 2016-04-30 | 1 | -16/+25 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-21 | 1 | -103/+136 |
| |\| |
|
| | * | Make QWindowsPipeWriter thread-free. | Joerg Bornemann | 2016-03-17 | 1 | -100/+136 |
| | * | Remove handle duplication code from QWindowsPipeWriter | Joerg Bornemann | 2016-03-15 | 1 | -4/+1 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-18 | 1 | -11/+0 |
| |\| |
|
| | * | Remove Windows CE build hacks from QWindowsPipeWriter | Joerg Bornemann | 2016-02-12 | 1 | -11/+0 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | clean up QWindowsPipeWriter I/O error handling | Joerg Bornemann | 2015-09-29 | 1 | -7/+8 |
| * | QWindowsPipeWriter: clean up OVERLAPPED resource handling | Joerg Bornemann | 2015-09-29 | 1 | -8/+31 |
| * | QProcess: Ensure that the stdin buffer is cleared on start() | Thiago Macieira | 2015-08-15 | 1 | -1/+1 |
| * | 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 |
| * | remove superfluous include | Joerg Bornemann | 2014-04-25 | 1 | -1/+0 |
| * | expand tabs and related whitespace fixes in *.{cpp,h,qdoc} | Oswald Buddenhagen | 2014-01-13 | 1 | -2/+2 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Revert "Use true and false in preference to TRUE and FALSE" | Sergio Ahumada | 2012-09-07 | 1 | -3/+3 |