summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* unicode: Regenerate qunicodetables{.cpp,_p.h}Ievgenii Meshcheriakov2021-09-031-5/+3
* QWindowsPipeWriter: suppress a warning on unexpected peer disconnectionAlex Trotsenko2021-09-031-2/+8
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-302-7/+11
* QUrl: Implement UTS #46Ievgenii Meshcheriakov2021-08-264-2243/+591
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-251-0/+2
* tst_qurlinternal: Remove nameprep and STD3 rules testsIevgenii Meshcheriakov2021-08-252-4/+2
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-0/+1
* QDir: add assert for nullptr ok parameter in qt_cleanPathIvan Solovev2021-08-231-1/+3
* QUrl: Fix typos in the documentationIevgenii Meshcheriakov2021-08-201-2/+2
* Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
* Fix compile with MinGW-W64 9.0.0: Redefinition of 'struct _FILE_ID_INFO'Jonas Kvinge2021-08-181-2/+2
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-161-22/+54
* QStandardPaths/Unix: use QStringTokenizerMarc Mutz2021-08-161-3/+1
* QDir: use QStringTokenizerMarc Mutz2021-08-161-3/+1
* QUrl: Make Punycode encoding code less surprisingIevgenii Meshcheriakov2021-08-161-7/+7
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-111-3/+6
* Correct QStorageIterator::next()'s use of qstrtoll()Edward Welbourne2021-08-111-4/+5
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-101-14/+39
* QCoreGlobalData: use QHash, not QMap, for dirSearchPathsMarc Mutz2021-08-061-1/+1
* QFsFileEngine (Unix): replace a QPair with a proper structMarc Mutz2021-08-042-4/+8
* QFsFileEngine: avoid triple(quadruple) lookup of the same keyMarc Mutz2021-08-042-7/+9
* QIODevice: allow subclasses to enforce unbuffered modeAlex Trotsenko2021-08-011-9/+16
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-012-57/+79
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* 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