summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-121-5/+5
* Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
* 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
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-17/+18
* Properly use the "process" featureUlf Hermann2017-02-278-29/+19
* 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
* 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
* 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
* Fix build without features.temporaryfileTasuku Suzuki2017-01-251-2/+2
* 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
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-0/+16
|\
| * qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-151-0/+16
* | QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-122-37/+39
* | QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-19/+36
* | QSettings: Avoid unneeded sync() on destructionAlbert Astals Cid2016-11-291-0/+1
|/
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-244-10/+29
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-244-10/+29
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-232-2/+21
| | |\
| | | * QDir::tempPath - use NSTemporaryDirectory on DarwinTimur Pocheptsov2016-11-221-2/+18
| | | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+3
| | * | QtCore: Add missing overrideAlexander Volkov2016-11-162-8/+8
* | | | Clean up the resource reading codeSimon Hausmann2016-11-231-45/+24
|/ / /
* | | QSettings: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-231-35/+36
* | | Document The Public Suffix ListKai Koehne2016-11-233-3/+402
* | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-222-13/+53
* | | Unbreak a couple of configurationsLars Knoll2016-11-111-0/+2
* | | QStandardPaths: Do not check whether path exists (Windows)Kai Koehne2016-11-081-1/+1
* | | QStandardPaths: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-081-50/+27
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-083-48/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-043-48/+2
| |\|
| | * Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-033-48/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-018-11312/+12857
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+1
| |\|
| | * Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-2210-11326/+12883
| |\|
| | * QFileInfo: fix double sentence in apidocFrederik Schwarzer2016-10-211-2/+1
| | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
| | * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-1/+1