summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QStorageInfo/Linux: avoid parsing /proc/self/mountinfo N+1 timesThiago Macieira2023-10-165-25/+37
* QNonContigByteDevice: Use PMF-style connectMårten Nordheim2023-10-111-4/+8
* qC{Debug,Info,Warning,Critical}: add parentheses around macro argumentThiago Macieira2023-10-111-1/+1
* QStorageInfo/Linux: remove const to enable moving from MountInfoThiago Macieira2023-10-111-2/+2
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-3/+0
* QTemporaryFile: Add support for std::filesystem::pathMårten Nordheim2023-10-092-2/+57
* moveToTrash/Unix: avoid QFileInfo to get an absolute file nameThiago Macieira2023-10-061-13/+14
* moveToTrash/Unix: reorganize the #ifdefThiago Macieira2023-10-061-12/+13
* Remove Custom Type Example and Custom Type Sending ExampleRym Bouabid2023-10-041-1/+1
* QStorageInfo/Unix: check the mount point length before isParentOf()Thiago Macieira2023-09-292-2/+2
* QStorageInfo/Linux: move from MountInfo's contentsThiago Macieira2023-09-291-4/+4
* QStorageInfo/Linux: don't copy the mount info's contents until the endThiago Macieira2023-09-291-5/+9
* QStorageInfo/Linux: remove unnecessary isSymlink() callThiago Macieira2023-09-291-1/+3
* QFile::moveToTrash: fix error reporting on WindowsVolker Hilsheimer2023-09-241-2/+8
* moveToTrash/Unix: use lstat() to confirm $root/.Trash is suitableThiago Macieira2023-09-231-22/+14
* moveToTrash/Unix: remove unnecessary targetPath variableThiago Macieira2023-09-231-4/+2
* moveToTrash/Unix: rename 'infoPath' variable to 'pathForInfo'Thiago Macieira2023-09-231-6/+6
* moveToTrash/Unix: use Qt::ISODate to format the current dateThiago Macieira2023-09-231-1/+1
* moveToTrash/Unix: avoid mkdir/chmod race condition for the trash dirThiago Macieira2023-09-231-2/+4
* Remove remnants of Qt for Native Client (NACL)Tor Arne Vestbø2023-09-231-1/+1
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-1/+1
* QStorageInfo/Linux: add missing includeSamuli Piippo2023-09-191-0/+1
* Doc: Remove see also self-reference in QFileInfoKai Köhne2023-09-101-1/+2
* QFSFileEngine: fix logicAhmad Samir2023-09-101-4/+2
* qdataurl: extract string literalsAnton Kudryavtsev2023-09-101-4/+6
* wasm: Mark switch case as unreachableMorten Sørvig2023-09-071-1/+1
* doc: Remove QSettings' paths for embedded linuxMohammadHossein Qanbari2023-09-071-6/+4
* Add StateLocation & GenericStateLocation to StandardLocationJonathan Ketchker2023-09-077-3/+85
* Remove redundant QPair includesAhmad Samir2023-09-063-3/+0
* qDecodeDataUrl: use QL1S moreAnton Kudryavtsev2023-09-051-3/+3
* QProcess: zero-fill a struct sigactionGiuseppe D'Angelo2023-09-051-0/+1
* qDecodeDataUrl: use QBAV moreAnton Kudryavtsev2023-09-021-5/+7
* Set QSettings::Format enum associated valuesMorten Sørvig2023-09-011-6/+6
* QSettings/Doc: make the two WASM enumerators in Format visibleThiago Macieira2023-09-011-1/+1
* Main thread-proxy localStorage oprations in native WASM QSettingsMikolaj Boc2023-08-281-66/+87