summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Doc: Fix exampleRobert Loehning2017-08-281-2/+2
| * Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
| * QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
| * Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
| * QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
| * Android: Fix compile with unified headersBogDan Vatra2017-08-172-2/+10
* | Simplify QDataStream::skipRawData()Alex Trotsenko2017-08-311-25/+6
* | QProcess: add docs that the PID from startDetached() may be recycledThiago Macieira2017-08-291-2/+6
* | Introduce QIODevice::skip()Alex Trotsenko2017-08-273-0/+126
* | QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-233-15/+198
* | QFileSystemEngine::cloneFile: expand the Linux cloning processThiago Macieira2017-08-221-3/+42
* | QFileSystemEngine::cloneFile: add support for fcopyfile(3) on macOSThiago Macieira2017-08-221-1/+16
* | Move the file-cloning code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-223-9/+24
* | QProcessPrivate::tryReadFromChannel(): remove dead codeAlex Trotsenko2017-08-171-4/+1
* | QFileSystemEngine: verify that the file name isn't emptyThiago Macieira2017-08-173-8/+41
* | Fix QAbstractFileEngine::clone misuseThiago Macieira2017-08-096-12/+18
* | QFileSystemEngine/Unix: support UF_HIDDEN on the other BSDsThiago Macieira2017-08-081-1/+3
* | QFileInfo: harmonize QFileInfo() and QFileInfo("")Thiago Macieira2017-08-083-124/+96
* | Add support for statx(2) on LinuxThiago Macieira2017-08-082-17/+166
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-084-24/+29
|\|