summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-133-23/+20
* Rename QProcessEnvironmentPrivate::hash to varsThomas Sondergaard2017-06-135-30/+30
* Document that QLoggingCategory is thread-safeKai Koehne2017-06-081-2/+24
* QStorageInfo: Pass MNT_NOWAIT to getmntinfoThiago Macieira2017-05-301-1/+5
* QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-161-0/+4
* Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
* QtCore: include mocsThiago Macieira2017-05-0512-1/+37
* Doc: Do not abbreviate directory in documentationKai Koehne2017-05-041-5/+5
* QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-2/+2
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-9/+36
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-2/+2
* QLoggingRegistry: remove rules vectorMarc Mutz2017-04-212-33/+33
* Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-1/+1
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
* Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-192-2/+2
* Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-182-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-5/+5
|\
| * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-121-5/+5
* | QProcess: fix Unix buildJake Petroules2017-04-111-0/+4
* | Optimize QLoggingSettingsParserMarc Mutz2017-04-102-39/+51
* | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-19/+2
* | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-072-0/+22
* | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | 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
* | 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
* | 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
* | 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
* | 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