index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
io
/
qfilesystemengine_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QFileSystemEngine/Unix: avoid removing WasDeletedFlag
Thiago Macieira
8 days
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
*
moveToTrash/Unix: use linkat() to check early for cross-device renames
Thiago Macieira
2023-10-26
1
-55
/
+85
*
moveToTrash/Unix: refactor to use openat()/mkdirat()/renameat()
Thiago Macieira
2023-10-17
1
-79
/
+128
*
moveToTrash/Unix: use the file's inode number as collision avoidance
Thiago Macieira
2023-10-17
1
-4
/
+15
*
moveToTrash/Unix: use lower-level API to write the info file
Thiago Macieira
2023-10-17
1
-33
/
+78
*
moveToTrash/Unix: avoid creating too many QStorageInfo
Thiago Macieira
2023-10-17
1
-19
/
+33
*
moveToTrash/Unix: avoid TOCTOU in creating the unique file name
Thiago Macieira
2023-10-17
1
-11
/
+6
*
moveToTrash/Unix: trust freeDesktopTrashLocation() to find the directory
Thiago Macieira
2023-10-17
1
-14
/
+20
*
moveToTrash/Unix: avoid QFileInfo to get an absolute file name
Thiago Macieira
2023-10-06
1
-13
/
+14
*
moveToTrash/Unix: reorganize the #ifdef
Thiago Macieira
2023-10-06
1
-12
/
+13
[next]