summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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