summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port to QDirListingAhmad Samir2024-03-037-60/+43
* QDirListing: minor code cleanupAhmad Samir2024-02-291-31/+32
* Add QDirListing, an STL-style iterator for directory entriesAhmad Samir2024-02-296-237/+559
* Copy QDirIterator.{cpp,h} to QDirListing.{cpp,h}Ahmad Samir2024-02-292-0/+630
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-7/+6
* QProcess: set the error message and state if qt_create_pipe() failsThiago Macieira2024-02-262-8/+29
* corelib: settings - make qsettings.cpp unity buildableTim Blechmann2024-02-261-0/+7
* QUrlQuery: Use new comparison helper macrosRym Bouabid2024-02-232-13/+24
* QFileSystemIterator/Darwin: enforce NFC encoding in QStringThiago Macieira2024-02-221-1/+9
* QStorageInfo: Use new comparison helper macrosRym Bouabid2024-02-222-17/+18
* QProcessEnvironment: Use new comparison helper macrosRym Bouabid2024-02-222-7/+17
* QFileInfo and QDir: use new \compares commandRym Bouabid2024-02-212-0/+3
* Be more verbose if QT_LOGGING_DEBUG is setKai Köhne2024-02-201-9/+29
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-13/+8
* QLoggingRegistry: cut out the QMap middle-manMarc Mutz2024-02-172-4/+5
* QLoggingRegistry: further defend against non-NUL-terminated stringsMarc Mutz2024-02-172-7/+7
* QFileInfo: Use new comparison helper macrosRym Bouabid2024-02-142-16/+20
* QFilesystemWatcher: speed up the unittestsAhmad Samir2024-02-141-1/+11
* QDir: Use new comparison helper macrosRym Bouabid2024-02-132-12/+18
* Doc: Qt Core: Fully qualify \variable documentationTopi Reinio2024-02-131-7/+7
* QLoggingRegistry: disable copyingMarc Mutz2024-02-091-0/+1
* QFileSystemIterator/Unix: use QStringDecoderAhmad Samir2024-02-093-20/+27
* QUrl IDNA: Update to Unicode 15.1Ievgenii Meshcheriakov2024-02-081-17/+51