summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-304-5/+15
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-304-5/+15
| |\
| | * Correct \since value for QIODevice::skipAndy Shaw2017-11-291-1/+1
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-282-2/+3
| | |\
| | | * Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-252-2/+3
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-2/+11
| | |\|
| | | * Windows: Resolve QStandardPaths config location without qApp instanceTor Arne Vestbø2017-11-221-2/+11
* | | | QStorageInfo: use Linux's /proc/self/mountinfo to get the subvolumeThiago Macieira2017-11-301-28/+207
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-237-20/+49
|\| |
| * | QIODevice: do not clear error string on closeAlex Trotsenko2017-11-161-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-3/+35
| |\|
| | * QFilesystemWatcher/Windows: Use event dispatcher of threadFriedemann Kleint2017-11-041-2/+2
| | * QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-082-5/+4
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-302-11/+9
| |\|
| | * QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-8/+6
| | * Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-241-3/+3
* | | doc: Fix some "Cannot tie this..." errorsMartin Smith2017-11-171-0/+1
* | | QDirIterator: Skip inconvertible file names on UnixAlexander Volkov2017-11-141-5/+12
* | | QLockFile/Unix: save the boot and machine IDs in the lock file tooThiago Macieira2017-11-144-6/+47
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-1/+2
|\| |
| * | QFileSystemEngine: Fix renameat2() failures on non-local filesystemsThiago Macieira2017-10-291-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-243-9/+33
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-232-0/+11
| |\|
| | * winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
| | * Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-171-0/+8
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-9/+22
| |\|
| | * QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-176-171/+153
|\| |
| * | QLockFile: don't use QCoreApplication::applicationName()Thiago Macieira2017-10-061-1/+1
| * | QLockInfo: Centralize the management of the lock file's contentsThiago Macieira2017-10-064-77/+100
| * | QLockFile/Unix: drop the use of fcntl(F_SETLK)Thiago Macieira2017-10-062-73/+44
| * | Clean up OS version checks for Apple platformsJake Petroules2017-09-291-10/+2
| * | QFileSystemEngine: Remove unneeded test for relative symlinkOrgad Shaneh2017-09-281-2/+0
| * | QFileSystemEngine: Minor cleanup in unixOrgad Shaneh2017-09-281-7/+2
| * | Don't read the statx struct in case of failureSérgio Martins2017-09-271-2/+5
* | | macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2017-10-111-20/+9
* | | Qt Core: Remove code for Windows < 7Friedemann Kleint2017-10-051-3/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-263-5/+11
|\| |
| * | QRandomGenerator: update API to better nameThiago Macieira2017-09-221-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-0/+1
| |\|
| | * Add missing pwd.h includeJake Petroules2017-09-181-0/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+9
| |\|
| | * Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1919-33/+33
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1918-164/+164
* | | Add QTemporaryDir to the bootstrap libraryMartin Smith2017-09-122-4/+4
* | | Bump versionFrederik Gladhorn2017-09-042-2/+4
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-315-22/+46
|\|
| * QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11