summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* corelib: Fix typos in documentationJonas Kvinge2021-10-125-6/+6
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-1210-13/+13
* Remove union in QFileSystemEngineDavid Skoland2021-10-111-4/+3
* QLocalSocket/Win: stop reading in close()Alex Trotsenko2021-10-062-4/+21
* Replace 0 with nullptrKarsten Heimrich2021-10-021-2/+2
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-303-5/+5
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* QFileSystemWatcher: fix QWindowsFileSystemWatcherEngine crashesTim Jenssen2021-09-231-1/+2
* Refactor QWindowsPipeWriter::writeCompleted()Alex Trotsenko2021-09-211-5/+4
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0
* Q{LocalSocket|Process}/Win: handle write errorsAlex Trotsenko2021-09-184-0/+11
* QWindowsPipeWriter: do not clear the buffer in thread pool callbackAlex Trotsenko2021-09-183-49/+89
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-142-3/+108
* Change two types in qurlidnaDavid Skoland2021-09-091-2/+2
* QWindowsPipeWriter: stop reporting errors from write()Alex Trotsenko2021-09-082-15/+12
* Revert "QUrl: Remove explicit casts to {const,} void*"Andreas Buhr2021-09-071-2/+3
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-6/+10
* QUrl: Remove explicit casts to {const,} void*Ievgenii Meshcheriakov2021-09-061-3/+2
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-061-41/+40
* 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