summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
|\
| * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-302-19/+36
|\|
| * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-2/+4
|\|
| * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-2/+12
|\|
| * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
* | QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-132-3/+45
|\|
| * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+1
| * QDirIterator: don't require NFD normalization on Darwin for validityThiago Macieira2019-07-111-3/+44
* | doc: Add missing class qualifierMartin Smith2019-07-091-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-0/+3
|\|
| * Report correct data when multiple volumes are mounted to the same pathVolker Hilsheimer2019-06-191-0/+3
* | Android: Make sure that the root file system is in the list of volumesVolker Hilsheimer2019-06-181-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-0/+11
|\|
| * Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+11
* | Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-33/+17
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-1/+2
|\|
| * fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
* | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-031-0/+5
* | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-2/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-282-4/+11
|\|
| * Make QFile::copy() less likely to create zero-sizedThiago Macieira2019-04-271-4/+10
| * qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-261-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-2/+11
|\|
| * Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-2/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-9/+0
|\|
| * Remove unused static methodKai Koehne2019-04-051-9/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-3/+3
|\|
| * QFileSystemEngine: Fix typoOrgad Shaneh2019-04-051-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+3
|\|
| * Windows: Fix QFileSystemEngine::id() for FAT32 drivesFriedemann Kleint2019-04-021-1/+3
* | wasm: disable XDG_RUNTIME_DIR warningMorten Johan Sørvig2019-04-031-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+2
|\|
| * QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2
* | Fix qdoc errors in QProcess headerFriedemann Kleint2019-03-151-9/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-16/+33
|\|
| * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-16/+33
* | Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-9/+13
|\|
| * Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
* | Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2019-02-272-13620/+13653
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Update and expand public suffix list's attribution informationEdward Welbourne2019-02-221-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-221-8/+14
|\|
| * QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+7
|\|