summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-201-1/+3
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-1/+1
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-2/+2
* Fix QTBUG-18934 by checking return value of qt_safe_pipeSimeon Bird2013-02-201-9/+23
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QNX: fix QProcess fd inheritanceRafael Roquetto2012-11-271-3/+18
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-151-13/+2
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-241-19/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2012-09-181-1/+5
* normalize the process arguments to Normalization Form D on macKonstantin Ritt2012-06-061-18/+6
* fix undefined behavior issue on IntegrityKonstantin Ritt2012-04-191-7/+0
* Change coreservices -> iosIan Dean2012-04-191-2/+2
* Suppress warnings caused by ignoring chdir retvalGirish Ramakrishnan2012-04-121-7/+14
* Enables QProcess back on QNX.Rafael Roquetto2012-02-171-14/+145
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-9/+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-0/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* ifdef out mac/no_coreservices path more cleanlyOswald Buddenhagen2011-05-101-3/+2
* fix build on macOswald Buddenhagen2011-05-101-0/+12
* make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-05-101-1/+1
* make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-101-0/+17
* make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-05-101-2/+2
* use the Hash typedefOswald Buddenhagen2011-05-101-3/+3
* Initial import from qtquick2.Qt by Nokia2011-04-271-4/+26
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1297