summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2013-01-051-19/+1
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2013-01-051-1/+5
* QNX: fix QProcess fd inheritanceRafael Roquetto2012-11-281-3/+18
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-2/+2
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fixes QProcess on QNXRafael Roquetto2012-02-201-67/+55
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* make QProcess really work on QNXRitt Konstantin2011-06-211-21/+162
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* ifdef out mac/no_coreservices path more cleanlyOswald Buddenhagen2011-05-091-3/+2
* fix build on macOswald Buddenhagen2011-05-021-0/+12
* make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-04-291-1/+1
* make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-04-291-0/+17
* make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-04-291-2/+2
* use the Hash typedefOswald Buddenhagen2011-04-291-3/+3
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-04-181-2/+2
|\
| * Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-011-2/+2
* | Remove a race condition in SIGCHLD handler.Thiago Macieira2011-04-131-15/+10
|/
* fix crash when setting QPROCESS_DEBUGHarald Fernengel2011-02-101-2/+2
* Revert "Delay creation of the process manager"Harald Fernengel2011-02-041-26/+4
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | QProcessManager: minor optimizationRitt Konstantin2011-01-111-10/+6
* | handle O_NONBLOCK'ed pipes specific error on write()Ritt Konstantin2011-01-111-0/+5
* | move POSIX-specific debug to qprocess_unix.cppRitt Konstantin2011-01-111-0/+2
* | Delay creation of the process managerHarald Fernengel2010-12-201-4/+26
|/
* Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-4/+4
* Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-4/+4
* optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Make QProcess report errors from a failed subprocess start.Thiago Macieira2009-10-271-4/+14
* Update license headers again.Jason McDonald2009-09-091-4/+4
* doc: Fixed several qdoc errors.Martin Smith2009-08-311-2/+0
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Add a new class for handling a process's environment variables.Thiago Macieira2009-08-211-12/+14
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fix a bug in QProcess. QProcess was not reentrant on UnixBenjamin Poulain2009-08-061-1/+11
* | Fix startDetached: the pipes must be CLOEXEC for them to work.Thiago Macieira2009-07-281-2/+2
* | Add a properly-safe version of select(2).Thiago Macieira2009-07-021-43/+37
* | Port QProcess to use the EINTR-safe and thread-safe functionsThiago Macieira2009-07-021-148/+65
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Reorganise the pipe creation code.Thiago Macieira2009-05-221-10/+8
* | Remove IRIX code.Thiago Macieira2009-05-221-7/+0
* | Merge branch '4.5'Thiago Macieira2009-05-221-16/+7
|\|
| * Don't loop around sigaction because it can't return EINTR.Thiago Macieira2009-05-221-16/+7