summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-092-3/+0
* QProcess/Unix: unify waiting in 'Starting' stateAlex Trotsenko2020-12-092-22/+11
* QProcess: migrate to QDeadlineTimerAlex Trotsenko2020-12-094-55/+41
* QProcess: simplify the logic around _q_processDied()Alex Trotsenko2020-12-064-18/+15
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-2/+1
* 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
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* QProcess/Unix: remove redundant checks in waitForReadyRead()Alex Trotsenko2020-12-011-10/+7
* QProcess/Win: improve reading in waitForBytesWritten()Alex Trotsenko2020-12-011-8/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-306-10/+10
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-29/+30
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-271-2/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-233-10/+5
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-201-1/+0
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-201-4/+5
* 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