summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Consolidate QProcess error reportingKai Koehne2015-06-201-26/+11
* Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-4/+0
|\
| * remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-131-4/+0
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
|/
* Remove special handling for (DY)LD_LIBRARY_PATH in QProcess.Jake Petroules2015-04-081-15/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-16/+3
|\
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-16/+3
* | QProcess: remove a use of QString::sprintf()Marc Mutz2015-02-121-6/+11
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QProcess: fix warnings with QPROCESS_DEBUG definedMarc Mutz2015-02-021-2/+2
* | QNX: QProcess workaround for the stdin pipeRafael Roquetto2015-01-231-3/+37
* | Use forkfd in QProcessThiago Macieira2015-01-231-372/+123
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-121-0/+4
* Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-121-0/+2
* QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-121-28/+7
* Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-121-5/+5
* Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-121-4/+4
* BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-141-54/+31
* do not use fileno calls in forked childJoerg Bornemann2014-03-061-4/+4
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-50/+50
* Fix a crash in QProcess signal handling on Mac.Friedemann Kleint2013-09-251-1/+2
* Merge branch 'stable' into devSergio Ahumada2013-09-211-9/+31
|\
| * Fix sigchld-HandlerH. Rittich2013-09-171-9/+31
* | add QProcess::InputChannelModeOswald Buddenhagen2013-09-051-7/+8
* | add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-051-2/+13
* | BlackBerry: Rearmed socket notifiers after selectBernd Weimer2013-07-241-4/+51
|/
* 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