summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: fix QStandardPaths::displayName qdoc warning on macOSVolker Hilsheimer2024-01-201-0/+2
* Add sys/types.h include to fix build with muslAndré Klitzing2024-01-152-1/+4
* QDebug: add missing #include <optional>Marc Mutz2024-01-151-0/+1
* QFileSystemEntry: store special index, -2, in a contexpr variableAhmad Samir2024-01-141-10/+14
* QProcess/Unix: detect ASan and TSan dynamicallyThiago Macieira2024-01-141-5/+13
* QDirIterator: manage fs/file iterators with unique_ptrAhmad Samir2024-01-141-24/+31
* QDirIteratorPrivate: assign to members directlyAhmad Samir2024-01-141-19/+34
* QFileSystem{Model,Watcher}: port to PMF signal/slot syntaxAhmad Samir2024-01-133-39/+30
* QUrlQuery/Doc: fix resulting query with ( and ) delimitersThiago Macieira2024-01-121-2/+2
* QDataStream & QResource: document their lack of security-hardeningThiago Macieira2023-12-211-0/+13
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-192-9/+18
* Move the settingseditor example into tests/manualVolker Hilsheimer2023-12-151-5/+1
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-092-0/+117
* QUrlQuery: drop the qpair.h includeMarc Mutz2023-12-081-1/+0
* QUrlQuery: s/QPair/std::pair/Marc Mutz2023-12-072-18/+18
* QDebug: remove QPair streaming docsMarc Mutz2023-12-072-11/+0
* Create class documentation for QNtfsPermissionCheckGuardMate Barany2023-12-063-19/+102
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-305-7/+7
* QStorageInfo/Linux: include linux/mount.h instead of sys/mount.hAhmad Samir2023-11-251-1/+1
* qDebug: add support for std::optional and std::nullopt_tDavid Faure2023-11-222-0/+28
* QProcess: work around GCC 13 -Wmaybe-uninitialized in -unity-buildMarc Mutz2023-11-191-1/+2
* QStorageInfo/Linux: switch the non-Android version to also use statfs()Thiago Macieira2023-11-171-28/+5
* QStorageInfo: change private blockSize member to intThiago Macieira2023-11-174-4/+4
* Don't reuse iterator var to avoid -D_GLIBCXX_DEBUG crashMichael Weghorn2023-11-141-9/+9
* QStorageInfoPrivate/Linux: de-duplicate some codeAhmad Samir2023-11-042-9/+14
* QProcess/Unix: also ban vfork() under TSanThiago Macieira2023-11-021-0/+4
* qurlidna: port some internal functions to QSVAnton Kudryavtsev2023-11-011-4/+4
* moveToTrash/Unix: use linkat() to check early for cross-device renamesThiago Macieira2023-10-261-55/+85
* QTemporaryFile(Name): don't make the path absolute on generationThiago Macieira2023-10-261-3/+2
* qcore_unix: port qt_safe_poll to QDeadlineTimerAhmad Samir2023-10-241-3/+3
* QStorageInfo/Unix: exclude invalid volumes from mountedVolumes()Thiago Macieira2023-10-212-2/+2
* QStorageInfo/Linux: decode the names encoded by udev in-placeThiago Macieira2023-10-211-18/+31
* QStorageInfo/Linux: avoid parsing /dev/disks/by-label for every entryThiago Macieira2023-10-211-4/+40
* QStorageInfo/Linux: rewrite the label retriever to use device IDsThiago Macieira2023-10-212-18/+55
* QStorageInfo/Linux: fix mountedVolumes() for paths mounted overThiago Macieira2023-10-211-0/+2
* QStorageInfo/Linux: fix setPath() for paths mounted overThiago Macieira2023-10-211-18/+27
* QFSFileEngine: minor code clarificationAhmad Samir2023-10-211-1/+2
* QSystemError: pass errno when calling stdString()Ahmad Samir2023-10-211-11/+12
* QIODevice: mark checkWarnMessage() as Q_DECL_COLD_FUNCTIONMarc Mutz2023-10-191-0/+1
* Make WASM IDB settings use the fallback mechanism correctlyMikolaj Boc2023-10-182-20/+29
* Simplify QWasmIDBSettingsPrivateMikolaj Boc2023-10-181-46/+7
* moveToTrash/Unix: refactor to use openat()/mkdirat()/renameat()Thiago Macieira2023-10-171-79/+128
* moveToTrash/Unix: use the file's inode number as collision avoidanceThiago Macieira2023-10-171-4/+15
* moveToTrash/Unix: use lower-level API to write the info fileThiago Macieira2023-10-171-33/+78
* moveToTrash/Unix: avoid creating too many QStorageInfoThiago Macieira2023-10-171-19/+33
* moveToTrash/Unix: avoid TOCTOU in creating the unique file nameThiago Macieira2023-10-171-11/+6
* moveToTrash/Unix: trust freeDesktopTrashLocation() to find the directoryThiago Macieira2023-10-171-14/+20
* Clean up qnoncontiguousbytedevice.cppMårten Nordheim2023-10-171-24/+31
* QStorageInfo/Linux: include QDir::Hidden in the search for labelsThiago Macieira2023-10-161-1/+2
* QStorageInfo/Linux: simplify the code to deal with skipped entriesThiago Macieira2023-10-161-4/+3