summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-011-1/+1
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-291-1/+1
* make argument quoting code on windows less arcaneOswald Buddenhagen2011-07-041-7/+4
* fix argument quoting on windowsOswald Buddenhagen2011-07-041-4/+3
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* no environment on WinCEOswald Buddenhagen2011-05-101-0/+4
* fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-101-1/+1
* fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-101-10/+11
* make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-101-0/+20
* make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-101-5/+7
* use the Hash typedefOswald Buddenhagen2011-05-101-4/+4
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+855