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