summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-061-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
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-171-4/+4
|\ \ | |/
| * fix reading problem on 64-bit machines in QProcess and socket enginePeter Hartmann2009-04-161-4/+4
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+1380
* Long live Qt!Lars Knoll2009-03-231-0/+1386