summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-131-15/+10
|\
| * Remove a race condition in SIGCHLD handler.Thiago Macieira2011-04-131-15/+10
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-13/+15
|\ \ | |/ |/|
| * Merge remote-tracking branch 'mainline/4.7' into 4.7Oswald Buddenhagen2011-03-312-7/+8
| |\
| * | QDirIterator returns hidden directories when it should only return filesCarlos Manuel Duclos Vergara2011-03-301-13/+15
* | | Merge remote branch 'qt-master/master'Guoqing Zhang2011-04-0511-14/+93
|\ \ \
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-053-0/+51
| |\ \ \
| | * | | Add methods for traversing and combining QProcessEnvironment.Thomas Sondergaard2011-04-043-0/+51
| * | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-312-7/+8
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Doc: Removed links to obsolete API in QResourceGeir Vattekar2011-03-171-3/+3
| | * | Doc: Clarified the -1 return value of QIODevice::readData().David Boddie2011-02-171-4/+5
| | |/
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-251-4/+11
| |\ \
| | * | QDir: Fix absolute paths when using file enginesJoão Abecasis2011-03-181-4/+11
| * | | Fix warning about "data" being unused.Thiago Macieira2011-03-221-0/+1
| |/ /
| * | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-1717-23/+30
| |\ \
| * | | Add QT_NO_FILESYSTEMITERATOR.Morten Johan Sørvig2011-03-163-0/+19
| * | | Build QProcess on platforms that don't have _NSGetEnvironcon2011-03-101-2/+2
| * | | Inconsistency between ini case sensitivity between OS_MAC and WS_QPA.con2011-03-041-1/+1
* | | | Merge remote branch 'qt-master/master'Guoqing Zhang2011-03-1615-14/+15
|\ \ \ \ | | |/ / | |/| |
| * | | Merge earth-team into masterOlivier Goffart2011-03-151-0/+1
| |\ \ \
| | * | | Fix QTextStream::pos() causes buffer offset issues on large text files.Chris Kawano2011-03-011-0/+1
| * | | | Update copyright year to 2011.Rohan McGovern2011-03-1014-14/+14
* | | | | Merge remote branch 'qt-master/master'Guoqing Zhang2011-03-095-10/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-042-9/+15
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-241-28/+6
| | |\ \
| | * | | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-212-9/+15
| * | | | Various INTEGRITY fixesRolland Dudemaine2011-02-223-1/+13
| | |/ / | |/| |
* | | | Don't leave from QNotifyChangeEvent::RunL() in QFileSystemWatcherMiikka Heikkinen2011-03-041-1/+4
* | | | Fix QProcess::waitForFinished WaitForRequest handling in SymbianMiikka Heikkinen2011-03-031-8/+7
* | | | Added a note to docs about killing processes in Symbian.Miikka Heikkinen2011-03-031-0/+3
|/ / /
* | | Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-162-5/+5
|\ \ \ | |/ /
| * | Fix warning, unused parametter errorOlivier Goffart2011-02-081-2/+1
| * | Crash in QFileSystemEngine::canonicalName with older libc versionOlivier Goffart2011-02-021-2/+3
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-01-3175-91/+104
| |\ \
| * | | Fix for using search paths with a dirty pathShane Kearns2011-01-121-1/+1
* | | | fix crash when setting QPROCESS_DEBUGHarald Fernengel2011-02-101-2/+2
* | | | Revert "Delay creation of the process manager"Harald Fernengel2011-02-041-26/+4
| |/ / |/| |
* | | Allow hard-coding the Unix temp pathHarald Fernengel2011-01-191-0/+4
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1773-73/+73
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2011.Jason McDonald2011-01-1075-75/+75
* | | QProcessManager: minor optimizationRitt Konstantin2011-01-111-10/+6
* | | handle O_NONBLOCK'ed pipes specific error on write()Ritt Konstantin2011-01-112-5/+12
* | | move POSIX-specific debug to qprocess_unix.cppRitt Konstantin2011-01-112-3/+2
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-01-081-0/+6
|\ \ \
| * | | Fix compilation error on SolarisJoão Abecasis2011-01-071-0/+6
| | |/ | |/|
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-071-0/+1
|\ \ \ | |/ / |/| / | |/
| * QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
* | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-246-12/+277
|\ \
| * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-236-12/+277
| |\ \
| | * | QFile API: add API to specify if adopted file handles should be closedShane Kearns2010-12-206-12/+277