summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-121-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-2/+4
|\
| * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
* | Core: Consolidate QProcess error reportingKai Koehne2015-06-201-28/+12
* | Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possibleOliver Wolff2015-06-161-2/+2
|/
* remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-131-17/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-051-0/+1
* Avoid sleeping 100ms in QProcessPrivate::drainOutputPipes()Oswald Buddenhagen2014-10-151-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-121-6/+5
* QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-121-32/+11
* Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-121-5/+5
* Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-121-61/+47
* Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-121-4/+4
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-101-28/+42
* QProcess/Win: fix crash in drainOutputPipesJoerg Bornemann2013-10-021-2/+2
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-051-1/+9
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-051-2/+4
* make the pipe setup code less convolutedOswald Buddenhagen2013-09-051-16/+21
* never create a console for command line tools launched from gui appsOswald Buddenhagen2013-09-051-3/+6
* remove redundant conditionOswald Buddenhagen2013-09-051-3/+2
* fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4
* fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-11/+11
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-1/+1
* QProcess/Win: stop pipe readers before closing the pipe handlesJoerg Bornemann2013-03-141-0/+2
* QProcess/Win: do not treat all negative exit codes as crashJoerg Bornemann2013-03-131-2/+2
* QProcessEnvironment: Permit magic cmd variablesDaniel Teske2013-02-081-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix compilation with (all versions of) MinGWKai Koehne2012-12-111-1/+1
* QProcess: Fix compilation with MinGWKai Koehne2012-12-061-1/+2
* Trim trailing whitespace.Stephen Kelly2012-10-221-2/+2
* QProcess/Win fix forwarding of output channelsJoerg Bornemann2012-09-281-16/+20
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-8/+8
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-8/+8
* get rid of "uninitialized member" gcc warningKonstantin Ritt2012-06-071-2/+1
* QProcess/Win: pointless Sleep call removedJoerg Bornemann2012-03-061-2/+0
* fix QProcess for Windows XPJoerg Bornemann2012-02-201-1/+4
* MinGW: Fix warnings.Friedemann Kleint2012-02-041-2/+2
* MinGW build fixes for QWindowsPipeReader and friendsJoerg Bornemann2012-01-311-1/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QProcess/Win: use asynchronous I/O for reading stdout and stderrJoerg Bornemann2012-01-261-50/+88
* QProcess/Win: use named pipes for redirecting standard I/OJoerg Bornemann2012-01-261-21/+51
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* QProcess/Win: direct forwarding of stdout and stderrJoerg Bornemann2012-01-081-26/+14
* split qprocess_win.cpp into Windows and WinCE partsJoerg Bornemann2012-01-061-74/+9
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1