summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-0/+1
|\
| * Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-9/+6
|\|
| * Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-5/+3
| * Use QStringBuilder moreAnton Kudryavtsev2017-03-301-2/+1
| * Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
| * Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-1/+1
* | QProcess::startDetached: support nativeArguments on WindowsJoerg Bornemann2017-04-011-10/+16
* | Simplify QFSFileEngine code: QFile does not require bufferingThiago Macieira2017-03-313-96/+17
* | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-2/+23
* | Simplify Unix implementation of QProcess::start{Process|Detached}Joerg Bornemann2017-03-312-65/+28
* | Add non-static QProcess::startDetachedJoerg Bornemann2017-03-315-21/+62
* | Port QResourceRoot::mappingRootSubdir() to QStringSplitterMarc Mutz2017-03-301-16/+16
* | Optimize qIsEffectiveTLD()Marc Mutz2017-03-301-19/+23
* | QResource: use QStringViewMarc Mutz2017-03-301-10/+8
* | 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
| |\|