summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-285-27/+40
* io: Remove version checks for versions below Win 10Mårten Nordheim2021-07-283-77/+37
* QUrlQuery/Doc: update the information about encoded vs decodedThiago Macieira2021-07-271-1/+28
* Fix typo in function nameIevgenii Meshcheriakov2021-07-261-2/+2
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-211-1/+4
* Hold QRingBuffer and QNonContiguousByteDevice in shared_ptrMarc Mutz2021-07-142-22/+22
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-1/+9
* QNonContiguousByteDevice: ++explicitMarc Mutz2021-07-101-5/+5
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-082-0/+20
* QLocalSocket: reimplement readLineData() functionAlex Trotsenko2021-07-062-0/+25
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-1/+6
* QWinSettings: port readKey() helper to std::optionalMarc Mutz2021-06-301-28/+15
* Port QSettingsPrivate::get() to std::optionalMarc Mutz2021-06-305-31/+25
* Extend documentation for QFile:copy()Paul Wicking2021-06-231-10/+4
* QF*Engine: port a couple of QFlags->int implicit conversions to toInt()Giuseppe D'Angelo2021-06-232-4/+4
* QWindowsPipeReader::read(): do not switch the mutex twiceAlex Trotsenko2021-06-222-5/+10
* QWindowsPipeReader::read(): remove redundant checksAlex Trotsenko2021-06-211-5/+1
* QProcess/Win: cleanup startProcess()Alex Trotsenko2021-06-191-17/+2
* QLocalSocket/Win: simplify flush()Alex Trotsenko2021-06-192-47/+0
* QProcess/Win: avoid double buffering on writeAlex Trotsenko2021-06-186-61/+52
* Allow destruction of QWindowsPipeReader in its signalAlex Trotsenko2021-06-182-19/+18
* QWinSettings: use QScopeGuard to RegCloseKey()Marc Mutz2021-06-171-7/+5
* QFileInfo: remove a couple of QFlags->int implicit conversionsGiuseppe D'Angelo2021-06-171-2/+2
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-162-4/+4
* QSettings: hide the return type of actualKey() and normalizedKey()Marc Mutz2021-06-151-7/+4
* QDebug: add missing docs for new QVLA streaming operatorMarc Mutz2021-06-151-0/+9
* QDebug: add support for QVarLengthArrayMarc Mutz2021-06-131-0/+7
* QWindowsPipeWriter: centralize write result handlingAlex Trotsenko2021-06-122-36/+29
* QLocalSocket/Win: avoid double buffering on writeAlex Trotsenko2021-06-094-9/+36
* 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