summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-10/+25
|\
| * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-301-10/+25
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
|\|
| * Fix debug message to match the method's nameLorenz Haas2016-03-251-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-185/+0
|\|
| * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-185/+0
* | QProcess: Remove dead codeLouai Al-Khanji2016-02-051-6/+0
* | Clean up new poll code slightlyLouai Al-Khanji2016-02-041-3/+3
* | QProcess: Use poll instead of select on Unix platformsLouai Al-Khanji2016-02-031-89/+71
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-6/+6
* | 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-3/+7
|\|
| * QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)Timur Pocheptsov2015-12-091-3/+7
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-35/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-3/+3
|\|
| * Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-121-3/+3
* | QProcess: report the syscall that failed in the Unix child processThiago Macieira2015-09-211-6/+19
|/
* QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-3/+4
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-9/+6
|\
| * forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-171-9/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+3
|\|
| * Fix race condition with QProcess on OSX 10.7Dyami Caliri2015-06-061-0/+3
* | 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