summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-234-33/+127
|\| |
| * | QTextStream: optimize streaming of QLatin1String and const char*Marc Mutz2015-10-232-4/+48
| * | QTextStream: Extract Method padding() from putString()Marc Mutz2015-10-222-29/+58
| * | Android: Warnings--BogDan Vatra2015-10-201-1/+1
| * | QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-162-0/+16
| * | QTextStream: optimize putString()Marc Mutz2015-10-151-10/+15
* | | QIODevice::seek(): remove unnecessary checkAlex Trotsenko2015-10-151-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1421-67/+178
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-133-10/+68
| |\|
| | * QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
| | * QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
| * | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
| * | QtCore: use QStringBuilder in more placesMarc Mutz2015-10-122-20/+7
| * | QtCore: use QStringRef in more placesMarc Mutz2015-10-126-12/+13
| * | QtCore: don't convert single characters to QString for QTextCodec::fromUnicode()Marc Mutz2015-10-111-2/+3
| * | QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-111-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-026-18/+72
| |\|
| | * clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
| | * QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
| | * fix error messageJoerg Bornemann2015-09-221-1/+1
| | * Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-0/+6
| | * Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
| | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1