summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDataStream: handle incomplete reads from QIODeviceAlex Trotsenko2016-01-133-18/+206
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-131-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-2/+2
| |\
| | * Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
* | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-125-182/+230
* | | QFileSystemEngine: fix duplicate flag in OR expressionAnton Kudryavtsev2016-01-121-1/+1
|/ /
* | QProcessPrivate: fix double init of exitCode in ctorAnton Kudryavtsev2016-01-121-1/+0
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-085-35/+48
|\|
| * WinCE: Remove QIncrementalSleepTimer from QProcess::waitForFinishedJoerg Bornemann2016-01-061-12/+6
| * QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
| * QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
| * Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
* | QtCore: eradicate all Q_FOREACH loops [io]Marc Mutz2016-01-049-20/+19
* | QWindowsFileSystemWatcher: increase concurrency when canceling threadsMarc Mutz2016-01-041-3/+3
* | QUrlQuery: remove misleading commentMarc Mutz2016-01-041-1/+0
* | QUrlQuery: fix a very expensive always-true checkMarc Mutz2015-12-301-1/+1
* | QLoggingRegistry: don't iterate over QHash::keys()Marc Mutz2015-12-281-4/+4
* | QTextStream: use new QString::resize(int, QChar) for paddingMarc Mutz2015-12-282-20/+26
* | 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
* | QProcess/Windows: Fix handling of workingDirectory.Friedemann Kleint2015-12-141-1/+2
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-104-6/+111
* | QtBase: use preincrement for iterator typesAnton Kudryavtsev2015-12-091-1/+1
* | Haiku: Implement QLockFilePrivate::processNameByPidTobias Koenig2015-12-081-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-1/+2
|\|
| * QStandardPaths::standardLocations()/WinRT: Return empty lists.Friedemann Kleint2015-12-031-1/+2
* | pwd and group variables should be declared inside Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-4/+4
* | sys/flock.h should not be included for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-0/+3
* | Use portable temporary directory implementation for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-023-4/+6
|\|
| * doc: add a note about cmd.exe and the QProcess string splitting/joiningThiago Macieira2015-12-021-1/+3
| * Remove a reference to Mac OS X 10.4Lars Knoll2015-11-301-2/+2
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
| |\
| | * OS X: Fix QStandardPaths::standardLocations()Andrew McCann2015-11-221-1/+1
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | | QFile: document a default constructor as publicAlex Trotsenko2015-11-291-1/+1
* | | QDebug: reduce template bloatMarc Mutz2015-11-282-14/+35
* | | QDebug: refactor streaming of sequential containers and add suppoprt for STL ...Marc Mutz2015-11-282-15/+98
* | | QFileSystemWatcher: print out path in case of error.David Faure2015-11-231-1/+2
* | | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-0/+2
* | | Remove remaining support for BlackberryLouai Al-Khanji2015-11-219-226/+12
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-186-9/+10
|\| |
| * | Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-125-8/+9
| * | Doc: Added more details to QIODevice::readAll()Nico Vertriest2015-11-091-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-044-20/+63
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-043-17/+59
| |\|
| | * QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+4
| | * Fix QStorageInfo on BSD4 systemsDmitry Shachnev2015-10-271-2/+8
| | * fix growth of event queue in QWinOverlappedIoNotifier::waitFor*Joerg Bornemann2015-10-261-15/+47
| * | QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-3/+4