| Commit message (Expand) | Author | Age | Files | Lines |
| * | QFileSystemEngine/Unix: work around copy_file_range() returning EINVAL | Thiago Macieira | 2025-10-24 | 1 | -1/+11 |
| * | Work around QFileSystemEngine behavior on VxWorks hostFs | Karim Pinter | 2025-09-17 | 1 | -18/+26 |
| * | moveToTrash/Unix: return QSystemError instead of using an output param | Thiago Macieira | 2025-08-26 | 1 | -32/+33 |
| * | moveToTrash/XDG: allow $XDG_DATA_HOME/Trash to be a symlink | Thiago Macieira | 2025-08-26 | 1 | -11/+13 |
| * | QFileSystemEngine/Unix: work around FreeBSD bug in copy_file_range(2) | Thiago Macieira | 2025-08-22 | 1 | -2/+1 |
| * | QFileSystemEngine/Darwin: cache the CFURLRef across multiple calls | Thiago Macieira | 2025-08-05 | 1 | -13/+17 |
| * | QFileSystemEngine/BSD: check UF_HIDDEN on the symlink only | Thiago Macieira | 2025-08-05 | 1 | -7/+19 |
| * | QFileSystemEngine/Darwin: remove superfluous check for kCFURLIsHiddenKey | Thiago Macieira | 2025-08-05 | 1 | -5/+1 |
| * | Add security header to QFileSystemEngine files | Matthias Rauter | 2025-07-14 | 1 | -0/+1 |
| * | QFileSystemEngine/Unix: avoid removing WasDeletedFlag | Thiago Macieira | 2025-07-04 | 1 | -0/+11 |
| * | QFileSystemEngine/Unix: fix typos and correct comments | Thiago Macieira | 2025-06-12 | 1 | -5/+5 |
| * | QFileSystemEngine/Unix: avoid an unnecessary conversion to QString | Thiago Macieira | 2025-06-12 | 1 | -3/+12 |
| * | QFileSystemEngine/Linux: correct a minor problem with lstatx() failures | Thiago Macieira | 2025-06-12 | 1 | -1/+2 |
| * | QFileSystemEngine::tempPath: simplify handling of fallbacks | Thiago Macieira | 2025-06-03 | 1 | -11/+8 |
| * | QFileSystemEngine::tempPath: bypass QDir and go straight to QFSEngine | Thiago Macieira | 2025-06-03 | 1 | -2/+18 |
| * | wasm: fix warning in createDirectoryWithParents for "/" | Even Oscar Andersen | 2025-04-23 | 1 | -1/+1 |
| * | Fix VxWorks POSIX access() behavior | Karim Pinter | 2025-04-14 | 1 | -3/+41 |
| * | Fix linker errors when building bootstrap lib on macOS | Joerg Bornemann | 2025-04-09 | 1 | -3/+3 |
| * | QFileSystemEngine/Unix: remove superfluous setting of knownFlagsMask | Thiago Macieira | 2025-03-27 | 1 | -7/+4 |
| * | QFileSystemEngine/Unix: deduplicate the st_mode parsing | Thiago Macieira | 2025-03-27 | 1 | -66/+63 |
| * | QFileSystemEngine/Darwin: remove use of clonefile() on Apple systems | Thiago Macieira | 2025-01-27 | 1 | -9/+0 |
| * | QFileSystemEngine/Unix: use copy_file_range(2) in cloneFile() | Thiago Macieira | 2025-01-27 | 1 | -11/+34 |
| * | QFileSystemEngine/Linux: detect sendfile() permanent errors | Thiago Macieira | 2025-01-27 | 1 | -0/+6 |
| * | QFileSystemEngine: let cloneFile() inform QFile of permanent errors | Thiago Macieira | 2025-01-27 | 1 | -14/+20 |
| * | Doc: Update external link to freedesktop.org trash specification | Kai Köhne | 2025-01-27 | 1 | -1/+1 |
| * | QFile/Unix: ensure the destination of copy() is empty before cloneFile() | Thiago Macieira | 2025-01-24 | 1 | -0/+6 |
| * | Replace qgetenv() calls converted to QString with qEnvironmentVariable() | Thiago Macieira | 2025-01-01 | 1 | -2/+2 |
| * | QFileSystemEngine: remove QFSMetaData* parameter from setPermissions() | Ahmad Samir | 2024-11-13 | 1 | -13/+3 |
| * | Don't support moving files to trash on VxWorks | Jarno Lämsä | 2024-11-08 | 1 | -1/+1 |
| * | Fix directory permissions not set correctly on VxWorks | Michał Łoś | 2024-11-05 | 1 | -1/+6 |
| * | Fix -no-feature-datestring and -no-feature-xmlstreamreader | Jari Helaakoski | 2024-10-28 | 1 | -2/+2 |
| * | QFileSystemEngine: split dir creation into mkdir/mkpath | Ahmad Samir | 2024-10-25 | 1 | -56/+63 |
| * | QFileSystemEngine/Unix: refactor rmpath() | Ahmad Samir | 2024-10-10 | 1 | -6/+10 |
| * | QFileSystemEngine: add rmpath() | Ahmad Samir | 2024-10-10 | 1 | -20/+18 |
| * | Darwin: Teach QFileSystemEngine how to resolve case-sensitivity | Tor Arne Vestbø | 2024-10-02 | 1 | -1/+23 |
| * | QFileSystemEngine/Unix: implement getting the size of block devices | Thiago Macieira | 2024-09-25 | 1 | -0/+34 |
| * | wasm: Make sure QDir::mkpath("/") works on webassembly | Even Oscar Andersen | 2024-09-25 | 1 | -0/+5 |
| * | QFile::moveFileToTrash: explicitly disable Android support | Thiago Macieira | 2024-08-07 | 1 | -1/+1 |
| * | QFile: add supportsMoveToTrash() | Thiago Macieira | 2024-08-08 | 1 | -0/+11 |
| * | QFileSystemEngine::canonicalName: skip QDir::cleanPath() | Thiago Macieira | 2024-07-10 | 1 | -2/+1 |
| * | QFile::moveToTrash/Unix: ensure we try to remove the proper source | Thiago Macieira | 2024-06-25 | 1 | -1/+1 |
| * | Force requested permissions when calling mkdir on VxWorks | Łukasz Matysiak | 2024-06-18 | 1 | -3/+24 |
| * | Make createDirectoryWithParents return true for existing dirs on read only fs | Łukasz Matysiak | 2024-06-16 | 1 | -1/+1 |
| * | QFileSystemEngine::canonicalName: don't use malloc()'ing realpath() | Thiago Macieira | 2024-05-24 | 1 | -24/+10 |
| * | Make QFileSystemEngine::canonicalName use the realpath function on VxWorks | Łukasz Matysiak | 2024-05-10 | 1 | -1/+1 |
| * | QAbstractFileEngine: remove member FileTime and use QFile::FileTime | Ahmad Samir | 2024-03-21 | 1 | -5/+5 |
| * | Apple: Fix a few deprecation warnings after bumping deployment targets | Tor Arne Vestbø | 2024-02-19 | 1 | -13/+8 |
| * | Make use of methods defined in utils unix layer | Krzysztof Sommerfeld | 2024-02-06 | 1 | -1/+2 |
| * | QFileSystemEngine: use nativeFilePath() | Ahmad Samir | 2024-02-01 | 1 | -4/+3 |
| * | Remove qfunctions_vxworks files and usage as it is no longer needed | Marcin Zdunek | 2024-01-25 | 1 | -2/+2 |