| Commit message (Expand) | Author | Age | Files | Lines |
| * | QFileSystemEngine/Win: use qEnvironmentVariable instead of qgetenv | Mate Barany | 2025-11-14 | 1 | -5/+5 |
| * | Add security header to QFileSystemEngine files | Matthias Rauter | 2025-07-14 | 1 | -0/+1 |
| * | QFileSystemEngine/Win: Use GetTempPath2 when available | Mårten Nordheim | 2025-03-26 | 1 | -1/+9 |
| * | QFileSystemEngine: remove QFSMetaData* parameter from setPermissions() | Ahmad Samir | 2024-11-13 | 1 | -3/+1 |
| * | QtCore: don't use QString::utf16() where the string is \0-terminated | Ahmad Samir | 2024-11-13 | 1 | -2/+2 |
| * | QtCore: use QString::unicode() where null-termination is guaranteed | Ahmad Samir | 2024-11-04 | 1 | -1/+1 |
| * | QFileSystemEngine: split dir creation into mkdir/mkpath | Ahmad Samir | 2024-10-25 | 1 | -8/+19 |
| * | QFileSystemEngine: add rmpath() | Ahmad Samir | 2024-10-10 | 1 | -18/+23 |
| * | Darwin: Teach QFileSystemEngine how to resolve case-sensitivity | Tor Arne Vestbø | 2024-10-02 | 1 | -0/+6 |
| * | QFileSystemEngine/Win: only .lnk files that exist can be symlinks | Thiago Macieira | 2024-09-13 | 1 | -1/+1 |
| * | QFile: add supportsMoveToTrash() | Thiago Macieira | 2024-08-08 | 1 | -0/+6 |
| * | Introduce QT_NO_QSNPRINTF and mark QtCore as qsnprintf-free | Marc Mutz | 2024-08-03 | 1 | -4/+6 |
| * | QAbstractFileEngine: remove member FileTime and use QFile::FileTime | Ahmad Samir | 2024-03-21 | 1 | -4/+4 |
| * | Create class documentation for QNtfsPermissionCheckGuard | Mate Barany | 2023-12-06 | 1 | -18/+0 |
| * | QFile::moveToTrash: fix error reporting on Windows | Volker Hilsheimer | 2023-09-24 | 1 | -2/+8 |
| * | Deprecate usage of qt_ntfs_permission_lookup | Mate Barany | 2023-02-14 | 1 | -5/+11 |
| * | Avoid potential data races caused by qt_ntfs_permission_lookup | Mate Barany | 2023-02-08 | 1 | -3/+42 |
| * | Add QFileInfo::readSymLink() to read the raw link path | Wang Fei | 2022-12-23 | 1 | -6/+13 |
| * | Adapt corelib to use QTimeZone in place of Qt::TimeSpec | Edward Welbourne | 2022-12-09 | 1 | -1/+1 |
| * | Add QComHelper class for dealing with COM on Windows | Tor Arne Vestbø | 2022-08-29 | 1 | -22/+7 |
| * | QtBase: Windows: Replace some deprecated API usages | Yuhang Zhao | 2022-08-03 | 1 | -3/+3 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -2/+2 |
| * | QFileSystemEngine/Win: simplify code | Thiago Macieira | 2022-05-30 | 1 | -15/+12 |
| * | QFileSystemEngine/Win: fix incorrect buffer size in currentPath() | Thiago Macieira | 2022-05-30 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | MS QNativeFilePermissions: fix unused member and capture warnings | Edward Welbourne | 2022-03-31 | 1 | -9/+4 |
| * | qfilesystemengine_win: Fix compilation with namespaces | Mårten Nordheim | 2022-03-29 | 1 | -5/+4 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -30/+31 |
| * | QFile::moveToTrash: Remove support for old MinGW SDKs | Volker Hilsheimer | 2022-03-12 | 1 | -5/+0 |
| * | Fix warnings in bootstrap lib on Windows | Joerg Bornemann | 2022-02-18 | 1 | -0/+3 |
| * | QDir: Add support for setting directory permissions to mkdir() | Ievgenii Meshcheriakov | 2021-11-26 | 1 | -27/+279 |
| * | Use Authz API to query permissions info in Windows filesystem backend | Ievgenii Meshcheriakov | 2021-11-19 | 1 | -117/+214 |
| * | QFileSystemEngine: Fix permissions query in Windows backend | Ievgenii Meshcheriakov | 2021-11-18 | 1 | -1/+1 |
| * | QFileSystemEngine: Don't use _?W suffixes | Ievgenii Meshcheriakov | 2021-11-10 | 1 | -7/+7 |
| * | Use nullptr to represent null pointers | Ievgenii Meshcheriakov | 2021-11-10 | 1 | -39/+36 |
| * | QFileSystemEngine: Fix some code style issues in Windows backend | Ievgenii Meshcheriakov | 2021-11-10 | 1 | -55/+113 |
| * | Remove useless blocks | Ievgenii Meshcheriakov | 2021-11-10 | 1 | -38/+34 |
| * | Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00) | Yuhang Zhao | 2021-11-10 | 1 | -9/+0 |
| * | Make QDir::mkpath() return true when given an existing drive name | Karsten Heimrich | 2021-10-20 | 1 | -1/+1 |
| * | Replace 0 with nullptr | Karsten Heimrich | 2021-10-02 | 1 | -2/+2 |
| * | Fix QDir::entryList to work for directories that end with '.lnk' | Karsten Heimrich | 2021-09-30 | 1 | -4/+3 |
| * | Fix compile with MinGW-W64 9.0.0: Redefinition of 'struct _FILE_ID_INFO' | Jonas Kvinge | 2021-08-18 | 1 | -2/+2 |
| * | io: Remove version checks for versions below Win 10 | Mårten Nordheim | 2021-07-28 | 1 | -71/+35 |
| * | Implement QFileInfo::junctionTarget(), adjust auto-test | Karsten Heimrich | 2021-06-05 | 1 | -0/+20 |
| * | Unify behavior for long path or UNC prefix removal | Karsten Heimrich | 2021-06-05 | 1 | -12/+2 |
| * | Implement QFileSystemEngine::createLink() on MS-Win | Karsten Heimrich | 2021-05-12 | 1 | -5/+33 |
| * | Use Core library for qmake instead of the Bootstrap library | Alexey Edelev | 2021-02-25 | 1 | -2/+2 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -15/+15 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -1/+1 |
| * | Fix build with mingw gcc 9 and -Wsuggest-override | Kai Koehne | 2020-08-10 | 1 | -30/+21 |