summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in function nameIevgenii Meshcheriakov2021-07-261-2/+2
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-1/+4
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-1/+9
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-1/+6
* Extend documentation for QFile:copy()Paul Wicking2021-06-231-10/+4
* Switch-ify QFSFileEngine::fileName and update implementationKarsten Heimrich2021-06-081-27/+35
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-059-2/+80
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-054-40/+34
* QProcess: untangle platform-specific detailsAlex Trotsenko2021-06-044-124/+131
* QProcess: refine 'Channel' structureAlex Trotsenko2021-06-032-19/+12
* Introduce QProcessPrivate::closeChannels()Alex Trotsenko2021-05-314-15/+16
* Consolidate debug string generationAlex Trotsenko2021-05-314-87/+59
* Clarify that QLoggingCategory works independent of compiler build typeKai Köhne2021-05-271-1/+8
* QUrl: use QFlags::toInt / qToUnderlyingGiuseppe D'Angelo2021-05-231-8/+8
* QProcess/Unix: fix build in debug modeAlex Trotsenko2021-05-231-1/+1
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* QLocalSocket/Win: fix closed state detection in waitFor...() functionsAlex Trotsenko2021-05-181-8/+11
* QFile: code tidiesGiuseppe D'Angelo2021-05-172-8/+8
* Windows QFSFileEngine: avoid some QFlags implicit conversionsGiuseppe D'Angelo2021-05-171-2/+2
* QFileSystemMetaData: code tidiesGiuseppe D'Angelo2021-05-171-13/+15
* QFSFileEngine: code tidiesGiuseppe D'Angelo2021-05-171-2/+2
* QIODevice: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* QSaveFile: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* QDir: remove an unneeded QFlags->int conversionGiuseppe D'Angelo2021-05-161-6/+6
* QDir(Iterator): code tidiesGiuseppe D'Angelo2021-05-162-13/+13
* QFileDevice: code tidiesGiuseppe D'Angelo2021-05-141-2/+2
* QFileInfo: code tidiesGiuseppe D'Angelo2021-05-131-3/+3
* QDebug: code tidiesGiuseppe D'Angelo2021-05-121-1/+1
* QUrlTwoFlags: add support for operator&=, |=, ^= taking QFlagsGiuseppe D'Angelo2021-05-121-0/+6
* Implement QFileSystemEngine::createLink() on MS-WinKarsten Heimrich2021-05-123-49/+42
* Purge QFILESYSTEMENTRY_NATIVE_PATH_IS_UTF16Karsten Heimrich2021-05-112-8/+2
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-113-24/+17
* QLocalSocket/Win: implement duplex communication in blocking modeAlex Trotsenko2021-05-062-59/+7
* QUrl: code tidiesGiuseppe D'Angelo2021-05-021-9/+9
* fix: Optimize the performance of the inotify file system monitoring program。Gong Heng2021-04-301-1/+1
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-6/+3
* Add override to addPaths and removePaths in kqueue filesystem watcherNiclas Rosenvik2021-04-261-2/+4
* QLockFile/Unix: remove the " (deleted)" suffix from kernel-supplied namesThiago Macieira2021-04-261-0/+6
* QLockFile: don't use the local timezone to compare file timesThiago Macieira2021-04-262-5/+5
* Fix build error when using -qtnamespace flagAssam Boudjelthia2021-04-231-2/+2
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Merge integration refs/builds/qtci/dev/1618515869Qt CI Bot2021-04-166-26/+23
|\
| * QWindowsPipe{Reader|Writer}: restructure signalsAlex Trotsenko2021-04-156-26/+23
* | Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-5/+6
|/
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+1
* Silence qdoc warningsVolker Hilsheimer2021-04-132-0/+3
* Fix qdoc warnings from new QLockFile membersVolker Hilsheimer2021-04-131-4/+3
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* Explicitly set enums' type to avoid undefined behaviorRobert Löhning2021-04-071-2/+2
* QWindowsPipeReader: determine pipe state before signalingAlex Trotsenko2021-04-061-4/+9