summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-33/+19
* QFilesystemEngine: fix unused variable warning-turned-error on WASMMarc Mutz2019-07-131-0/+4
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-2/+2
* Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-33/+17
* QFileSystemEngine: Fix typoOrgad Shaneh2019-04-051-3/+3
* Fix ambiguous definition of atime/mtime/ctime on alphaDmitry Shachnev2018-11-121-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-39/+7
|\
| * Re-disable statx() on AndroidThiago Macieira2018-10-181-0/+7
| * Linux: Remove our use of syscall() for statx(2) and renameat2(2)Thiago Macieira2018-10-121-42/+3
* | Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-19/+13
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-2/+2
* | Modernize the "thread" featureUlf Hermann2018-08-171-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-1/+1
|\|
| * Fix qmake build with glibc 2.28Thiago Macieira2018-08-081-1/+1
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-15/+5
|\|
| * QFile::copy(): don't trust the old file metadata cacheThiago Macieira2018-07-121-15/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-0/+2
|\|
| * QFileSystemEngine: don't try to use statx(2) if SYS_statx isn't definedv5.11.0-rc2v5.11.0Thiago Macieira2018-05-141-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-7/+16
|\|
| * Disable statx(2) and renameat2(2) system calls on AndroidThiago Macieira2018-03-141-7/+16
* | Make QDir::tempPath() canonicalTor Arne Vestbø2018-03-071-1/+1
|/
* Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-241-5/+11
* Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-18/+27
|\
| * Fix namespaced linux buildsAllan Sandfeld Jensen2017-11-281-1/+4
| * Fix the build if st_atimensec is definedThiago Macieira2017-11-231-2/+7
| * QFileSystemEngine/Linux: fix when qt_lstatx() succeedsThiago Macieira2017-11-201-15/+16
* | QFileSystemEngine: Work around Android bug in rejecting hardlinksThiago Macieira2017-12-051-1/+16
|/
* QFileSystemEngine: Fix renameat2() failures on non-local filesystemsThiago Macieira2017-10-291-1/+2
* Clean up OS version checks for Apple platformsJake Petroules2017-09-291-10/+2
* 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
* 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 devLiang Qi2017-08-311-8/+6
|\|
| * Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
| * Android: Fix compile with unified headersBogDan Vatra2017-08-171-1/+1
* | 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-221-0/+20
* | QFileSystemEngine: verify that the file name isn't emptyThiago Macieira2017-08-171-2/+37
* | QFileSystemEngine/Unix: support UF_HIDDEN on the other BSDsThiago Macieira2017-08-081-1/+3
* | Add support for statx(2) on LinuxThiago Macieira2017-08-081-17/+165
* | QFileSystemEngine/Unix: rework the getting of nsec-precision file timesThiago Macieira2017-08-061-20/+82
* | QFileSystemEngine::fillMetaData: simplify and comment the codeThiago Macieira2017-08-061-38/+65
* | Move Unix code from qfilesystemengine.cpp to qfilesystemengine_unix.cppThiago Macieira2017-08-061-0/+218
* | QFileSystemEngine::setFileTime/Unix: remove the fallback to futimesatThiago Macieira2017-08-051-6/+2
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-051-2/+4
* | Move platform-specific code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-051-0/+106