summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Doc: Fix various documentation issuesTopi Reinio2021-04-161-2/+10
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* QProcess/Win: handle more errors in openChannel()Alex Trotsenko2020-12-301-40/+46
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+6
* Fix broken link to Zstandard libraryAndreas Buhr2020-12-041-1/+1
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-041-55/+7
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-046-10/+10
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-271-2/+1
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-204-533/+284
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-174-284/+533
* Adjust code format, add space after 'if'Zhang Sheng2020-11-165-30/+30
* Fix reference of qt_attribution.json to license fileKai Koehne2020-11-161-373/+0
* don't ever force fork() instead of forkfd()Oswald Buddenhagen2020-11-161-10/+0
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-152-5/+71
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Fix c++20 buildsAllan Sandfeld Jensen2020-11-141-1/+1
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Rename qurltlds-related files to match the header's moveEdward Welbourne2020-11-081-29/+0
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-072-0/+18
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-072-0/+20
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-022-2/+1
* Avoid doing kill(-1) in QProcess destructorDimitrios Apostolou2020-10-291-4/+5
* QStorageInfo: Make comparison operators hidden friendsVolker Hilsheimer2020-10-292-19/+14
* Doc: Remove mentioning of old macos versions from QSettingsKai Koehne2020-10-281-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-233-25/+12
* Deprecate QVariant::TypeLars Knoll2020-10-233-26/+26
* Whitespace cleanup in corelib/iov6.0.0-beta2Allan Sandfeld Jensen2020-10-2018-224/+224
* QFileSystemWatcher: use nullptr, instead of 0Giuseppe D'Angelo2020-10-201-1/+1
* Add function to access QLockFile's file nameShantanu Tushar2020-10-182-0/+10
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-171-1/+1
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-162-10/+12
* Fix signature of QDebug::toString()Lars Knoll2020-10-162-19/+3
* Fix warning: 'open' has superfluous mode bits; missing O_CREAT?Alessandro Portale2020-10-091-1/+1
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-075-5/+5
* Convert a couple of APIs to use viewsLars Knoll2020-10-062-3/+3
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-3/+11
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-16/+16
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-037-9/+7
* Remove typedef Q_PIDFriedemann Kleint2020-10-024-25/+14
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-022-39/+18
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-012-24/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+5
* Fix qdoc warnings from references to removed APIsVolker Hilsheimer2020-09-262-2/+1
* Fix -Wmaybe-uninitialized warningsJulien Schueller2020-09-261-1/+1