summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-131-19/+16
* Rename QProcessEnvironmentPrivate::hash to varsThomas Sondergaard2017-06-131-3/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-5/+4
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-4/+3
* | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-161-4/+8
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+1
|\
| * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-301-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-6/+1
|\|
| * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-6/+1
* | QProcess: Remove dead codeLouai Al-Khanji2016-02-051-1/+0
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-3/+0
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-101-0/+1
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-5/+0
|/
* Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-121-1/+1
* Core: Consolidate QProcess error reportingKai Koehne2015-06-201-0/+2
* remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-131-3/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use forkfd in QProcessThiago Macieira2015-01-231-10/+8
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-121-4/+3
* Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-121-2/+2
* Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-121-3/+9
* Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-121-4/+1
* BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-141-0/+5
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-051-0/+1
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-201-0/+1
* restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-201-0/+43
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Enables QProcess back on QNX.Rafael Roquetto2012-02-171-1/+3
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-10/+2
* 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-0/+6
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-101-0/+12
* fix build on symbianOswald Buddenhagen2011-05-101-62/+60
* make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-05-101-3/+34
* make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-05-101-5/+35
* move key/value converters to the private classOswald Buddenhagen2011-05-101-0/+10
* make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-101-1/+13
* split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-05-101-3/+6
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+260