summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QResource: add support for memory mapping on WindowsThiago Macieira2 days1-0/+16
* QResource: re-factor the memory-mapping code into two helper functionsThiago Macieira2 days1-41/+47
* QResource: move the internal classes to unnamed namespacesThiago Macieira2 days1-1/+6
* QResource: obey the MapPrivateOption option to provide RW memoryThiago Macieira2 days1-1/+16
* QResource: simplify map() to rely on the uncompressed data being thereThiago Macieira2 days1-7/+8
* QResource: use qint64 for lastModifiedThiago Macieira8 days1-4/+4
* QResource: remove unnecessary mutable markersThiago Macieira8 days1-4/+4
* QSaveFile: don't reset fileEngine after commit()David Faure8 days1-4/+4
* Add the missing include of termios.hAlexey Edelev9 days1-0/+1
* QAbstractFileEngine member classes: sort out constructionEdward Welbourne10 days2-8/+11
* QProcess: fix startCommand() with whitespace-only stringsThiago Macieira2024-04-191-0/+4
* QTemporaryFileEngine: minor optimizationAhmad Samir2024-04-201-2/+1
* QFSFileEngine: update d->fileEntry after a successful renameAhmad Samir2024-04-204-8/+27
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne2024-04-192-0/+4
* QFSFileEngine: de-duplicate some codeAhmad Samir2024-04-192-19/+15
* QInotifyFileSystemWatcherEngine: change to QObject::connect PMF syntaxJuha Vuolle2024-04-181-1/+2
* QNonContiguousByteDevice private classes: add Q_OBJECT macroJuha Vuolle2024-04-181-0/+3
* QByteDeviceWrappingIoDevice: change to use QObject::connect PMF syntaxJuha Vuolle2024-04-181-1/+1
* QSaveFile[win]: remove fallback to old renameOverwriteMårten Nordheim2024-04-171-4/+3
* QSaveFile[win]: store error in nativeRenameOverwriteMårten Nordheim2024-04-171-4/+4
* QSaveFile[win]: only use SetFileInformationByHandle when opened with DELETEMårten Nordheim2024-04-171-3/+5
* QSaveFile[win]: remove const from nativeRenameOverwriteMårten Nordheim2024-04-172-2/+2
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-178-11/+58
* wasm: Add auto test for qfileEven Oscar Andersen2024-04-131-2/+2
* QSaveFile[win]: Use SetFileInformationByHandle for atomic renameMårten Nordheim2024-04-123-1/+43
* QLoggingRule: default initialize 'messageType' memberDennis Oberst2024-04-112-7/+4
* QProcess: build forkfd as C codeThiago Macieira2024-04-101-0/+3
* QStorageInfo/Linux: remove dependency on linux/mount.hThiago Macieira2024-04-031-2/+6
* Logging: introduce QInternalMessageLogContext to hold current contextThiago Macieira2024-03-271-2/+3
* QStorageInfo: fix use-after-moveMarc Mutz2024-03-251-2/+3
* QDebug: fix copy-instead-of-move issuesMarc Mutz2024-03-251-12/+12
* Android: don't append slash for content paths under QAFEAssam Boudjelthia2024-03-221-1/+7
* QFileInfo: checkAttribute should take lambdas by valueAhmad Samir2024-03-212-6/+7
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-2115-79/+45
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-2110-39/+40
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-207-65/+42
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-1711-38/+32
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-178-23/+35
* Bootstrap: remove QDirListing/QDirIteratorThiago Macieira2024-03-132-0/+12
* Bootstrap: remove QTemporaryFileThiago Macieira2024-03-1310-21/+21
* QProcess/Unix: fix close() on invalid file descriptorThiago Macieira2024-03-121-1/+2
* QProcess/Unix: fix improper restoration of signal mask and cancel stateThiago Macieira2024-03-121-9/+9
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-062-48/+69
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-041-7/+0
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-1/+1
* QProcess/Doc: remove the note that about FailedToStart after started()Thiago Macieira2024-03-031-3/+0
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-036-25/+1
* QAbstractFileEngineIterator: ensure `m_path` ends with '/'Ahmad Samir2024-03-031-10/+12
* QAbstractFileEngineIterator: general code cleanupAhmad Samir2024-03-032-48/+15
* QDirIterator: port to QDirListing internallyAhmad Samir2024-03-031-309/+61