summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-7/+10
* Move toMode_t() from qfilesystemengine_unix.cpp to qfiledevice_p.hIevgenii Meshcheriakov2021-11-101-28/+3
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-0/+2
* Remove union in QFileSystemEngineDavid Skoland2021-10-111-4/+3
* QF*Engine: port a couple of QFlags->int implicit conversions to toInt()Giuseppe D'Angelo2021-06-231-2/+2
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-16/+16
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-131-2/+2
* Get rid of QEnableIfLars Knoll2020-09-111-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* QFile::moveToTrash: use $XDG_DATA_HOME/Trash as the trash directoryVolker Hilsheimer2020-05-041-5/+13
* Don't use a QTextStream to write the trash info fileLars Knoll2020-05-011-9/+6
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* Fix build of bootstrapped tools with clang 10Volker Hilsheimer2020-02-041-1/+12
* Address failing test case for internal implementation of moveToTrashVolker Hilsheimer2020-02-041-7/+15
* Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-301-0/+193
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | 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