summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-289-33/+56
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
| |\
| | * Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
| * | QDir: replace QLVA<QChar> with QVLA<ushort>Marc Mutz2017-03-251-23/+24
| * | QStorageInfo: Fix warning about unused variableThiago Macieira2017-03-231-0/+2
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-216-9/+29
| |\|
| | * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-4/+7
| | * Work around Linux libc overflow in mmap64Thiago Macieira2017-03-171-1/+14
| | * Fix QStandardPaths values on Apple Platforms containing URL encodingJake Petroules2017-03-111-2/+3
| | * QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-103-2/+5
* | | QDebug: add op<<(QStringView)Marc Mutz2017-03-242-0/+18
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2010-49/+59
|\| |
| * | Make QFile::open fail when using an invalid file nameJesus Fernandez2017-03-171-0/+14
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1310-49/+45
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-17/+18
| | * Properly use the "process" featureUlf Hermann2017-02-278-29/+19
* | | Remove use of QMutexPool in Windows code resolving librariesThiago Macieira2017-03-031-31/+21
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-025-44/+84
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-245-44/+84
| |\|
| | * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-3/+3
| | * QProcess::startDetached(): Support privilege elevation for non-.exe filesStephan Reiter2017-02-221-1/+2
| | * QLoggingRegistry: fix potential data raceMarc Mutz2017-02-202-7/+16
| | * QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-33/+63
* | | Speed up QFile::copy on Darwin file systems that support cloningJake Petroules2017-02-272-2/+20
* | | Speed up QFile::copy on Linux file systems that support cloningSimon Hausmann2017-02-247-18/+62
* | | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-232-0/+4
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-174-80/+104
|\| |
| * | Correct \since for QStorageInfo::subvolume()Thiago Macieira2017-02-151-1/+1
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-143-79/+103
| |\|
| | * Improve QIODevice::peek() performance on buffered devicesAlex Trotsenko2017-02-092-45/+40
| | * Refactor QIODevice::read()Alex Trotsenko2017-02-092-36/+51
| | * Merge several Q_GLOBAL_STATICs in qresource.cpp into oneThiago Macieira2017-02-091-4/+18
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-104-2/+20
|\| |
| * | Add QDataStream streaming operator for QFlagsThiago Macieira2017-02-091-0/+8
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-1/+6
| |\|
| | * Reset QFileDevicePrivate::cachedSize on file closeAleksey Lysenko2017-02-061-0/+3
| | * Fix data corruption when reading byte arrays from QSettingsThierry Bastian2017-02-031-1/+3
| * | QLoggingRegistry: optimize updateRules()Marc Mutz2017-02-071-1/+6
* | | Bump versionFriedemann Kleint2017-02-032-2/+4
|/ /
* | De-inline qfloat16 streaming operators in QDataStreamThiago Macieira2017-02-012-9/+11
* | New qfloat16 classGlen Mabey2017-01-312-1/+31
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-2/+2
|\|
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-251-2/+2
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-6/+6
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-264-12/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-254-12/+9
| |\|
| | * Clarify StripTrailingSlash behaviorKavindra Palaraja2017-01-081-1/+1
| | * Doc: add note about unsupported platforms for QProcessAleksey Lysenko2017-01-041-0/+3
| | * Doc: add a quick note about unfixed Windows encoding bugThiago Macieira2016-12-281-0/+3
| | * QLockFile: make sure we encode the hostname as UTF-8 in the lock fileDavid Faure2016-12-211-11/+2