summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QProcess/Unix: move strerror() up from child to parentThiago Macieira2017-06-281-27/+19
* Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-131-2/+2
* Rename QProcessEnvironmentPrivate::hash to varsThomas Sondergaard2017-06-131-4/+4
* QProcess: fix Unix buildJake Petroules2017-04-111-0/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-3/+3
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-4/+0
* | Make QProcessEnvironment available on Apple Platforms and VxWorksJake Petroules2016-12-161-13/+2
* | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-161-33/+40
|/
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-1/+1
* Add support for Apple tvOSMike Krus2016-05-171-1/+1
* 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