| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add security header to QFSFileEngine files | Matthias Rauter | 2025-06-30 | 1 | -0/+1 |
| * | QFSFileEngine: remove unused internal functions | Thiago Macieira | 2025-05-08 | 1 | -1/+1 |
| * | QFileSystemEngine: let cloneFile() inform QFile of permanent errors | Thiago Macieira | 2025-01-27 | 1 | -3/+6 |
| * | Darwin: Teach QFileSystemEngine how to resolve case-sensitivity | Tor Arne Vestbø | 2024-10-02 | 1 | -5/+0 |
| * | wasm: Add auto test for qfile | Even Oscar Andersen | 2024-04-13 | 1 | -2/+2 |
| * | QAbstractFileEngine: remove member FileTime and use QFile::FileTime | Ahmad Samir | 2024-03-21 | 1 | -1/+1 |
| * | Rename EINTR_LOOP -> QT_EINTR_LOOP | Marc Mutz | 2023-11-30 | 1 | -2/+2 |
| * | QFSFileEngine: fix overflow bug when using lseek64 | Ahmad Samir | 2023-03-13 | 1 | -1/+1 |
| * | Add QFileInfo::readSymLink() to read the raw link path | Wang Fei | 2022-12-23 | 1 | -0/+6 |
| * | QFileDevice: clear cached permissions on setPermission() | Thiago Macieira | 2022-09-16 | 1 | -0/+4 |
| * | QFileSystemEngine/Unix: fix unneeded casts from errno values to int | Marc Mutz | 2022-09-07 | 1 | -8/+8 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -1/+1 |
| * | QFSFileEngine: don't call QFileSystemEntry::filePath() twice | Marc Mutz | 2022-03-15 | 1 | -1/+2 |
| * | QAbstractFileEngine: Add permission argument to open() | Ievgenii Meshcheriakov | 2021-12-04 | 1 | -2/+12 |
| * | Rename LinkName to AbsoluteLinkTarget | Wang Fei | 2021-11-03 | 1 | -1/+1 |
| * | QFsFileEngine (Unix): replace a QPair with a proper struct | Marc Mutz | 2021-08-04 | 1 | -3/+3 |
| * | QFsFileEngine: avoid triple(quadruple) lookup of the same key | Marc Mutz | 2021-08-04 | 1 | -4/+5 |
| * | QF*Engine: port a couple of QFlags->int implicit conversions to toInt() | Giuseppe D'Angelo | 2021-06-23 | 1 | -2/+2 |
| * | Implement QFileInfo::junctionTarget(), adjust auto-test | Karsten Heimrich | 2021-06-05 | 1 | -0/+2 |
| * | Cleanup leftover QWS | Tasuku Suzuki | 2021-04-14 | 1 | -1/+1 |
| * | Unify QFSFileEngine implementations on Windows and Unix | Volker Hilsheimer | 2019-10-31 | 1 | -77/+0 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -10/+10 |
| * | Merge branch '5.11' into dev | Edward Welbourne | 2018-07-31 | 1 | -4/+3 |
| |\ |
|
| | * | Fix the fix for mmap() overflow check | Thiago Macieira | 2018-07-25 | 1 | -4/+3 |
| * | | QFSFileEngine::filename(): convert if/else-if chain to a switch | Edward Welbourne | 2018-07-30 | 1 | -13/+16 |
| * | | Actually truncate when asked to | Edward Welbourne | 2018-07-30 | 1 | -5/+4 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.10' into 5.11 | Liang Qi | 2018-02-15 | 1 | -2/+3 |
| |\ |
|
| | * | QSaveFile: Check for EINTR in fsync()/fdatasync()5.10 | Thiago Macieira | 2018-02-11 | 1 | -2/+3 |
| * | | Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flags | d3fault | 2018-01-17 | 1 | -5/+10 |
| |/ |
|
| * | Move the file-cloning code from QFSFileEngine to QFileSystemEngine | Thiago Macieira | 2017-08-22 | 1 | -9/+3 |
| * | Fix QAbstractFileEngine::clone misuse | Thiago Macieira | 2017-08-09 | 1 | -3/+6 |
| * | Move platform-specific code from QFSFileEngine to QFileSystemEngine | Thiago Macieira | 2017-08-05 | 1 | -99/+3 |
| * | QFSFileEngine: make rename() on Unix not overwrite | Thiago Macieira | 2017-08-04 | 1 | -2/+8 |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/dev | Simon Hausmann | 2017-07-20 | 1 | -0/+8 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into dev | Simon Hausmann | 2017-07-19 | 1 | -0/+8 |
| | |\ |
|
| | | * | QFile::rename: use the open file's ID, instead of using the file name | Thiago Macieira | 2017-07-18 | 1 | -0/+8 |
| * | | | QFileSystemEngine: a file only exists if its link count is not 0 | Thiago Macieira | 2017-07-20 | 1 | -2/+6 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Gabriel de Dietrich | 2017-07-13 | 1 | -1/+6 |
| |\| |
|
| | * | QFileSystemEngine/Unix: use fchmod(2) if the file is open | Thiago Macieira | 2017-07-05 | 1 | -1/+6 |
| * | | QFSFileEngine: handle refreshing of file times better | Thiago Macieira | 2017-07-06 | 1 | -10/+0 |
| * | | QFSFileEnginePrivate::map: flags is not unused | Thiago Macieira | 2017-07-03 | 1 | -1/+0 |
| * | | QFileDevice/QFileInfo: Add fileTime() and setFileTime() | Nikita Krupenko | 2017-04-27 | 1 | -0/+115 |
| * | | Simplify QFSFileEngine code: QFile does not require buffering | Thiago Macieira | 2017-03-31 | 1 | -94/+2 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-03-28 | 1 | -1/+14 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9 | Liang Qi | 2017-03-21 | 1 | -1/+14 |
| | |\ |
|
| | | * | Work around Linux libc overflow in mmap64 | Thiago Macieira | 2017-03-17 | 1 | -1/+14 |
| * | | | Speed up QFile::copy on Linux file systems that support cloning | Simon Hausmann | 2017-02-24 | 1 | -0/+17 |
| |/ / |
|
| * | | Avoid detaching temporary objects | Alexander Volkov | 2017-01-25 | 1 | -1/+1 |
| * | | Make sure we can compile QtCore without QT_CONFIG(translation) | Ulf Hermann | 2016-11-24 | 1 | -1/+1 |
| |/ |
|