summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QProcess/Win: move pipe draining into QWindowsPipeReaderAlex Trotsenko2021-01-224-32/+89
* QSettings: Add support for QMetaType::FloatChristian Ehrlicher2021-01-151-0/+1
* Add some error handling for the inotify file system watcherLu Zhen2021-01-141-1/+3
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8
* Remove useless call in QProcessPrivate::waitForFinished() on WindowsAlex Trotsenko2021-01-091-3/+1
* QProcess/Unix: do not activate read notifiers until process has startedAlex Trotsenko2021-01-091-2/+6
* Split QProcessPrivate::_q_processDied()Alex Trotsenko2021-01-094-40/+48
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* QProcess/Unix: consolidate process state tracking socket notifiersAlex Trotsenko2021-01-083-34/+30
* Remove the qmake project filesJoerg Bornemann2021-01-071-197/+0
* Remove superfluous call in QProcessPrivate::_q_startupNotificationAlex Trotsenko2021-01-051-2/+0
* QProcess/Win: do not duplicate handles for pipelined processesAlex Trotsenko2021-01-031-24/+8
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-6/+12
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-314-37/+32
* QProcess: consolidate channel managementAlex Trotsenko2020-12-314-57/+80
* QProcess/Win: do not needlessly duplicate std handles in startProcess()Alex Trotsenko2020-12-302-38/+35
* QProcess/Win: handle more errors in openChannel()Alex Trotsenko2020-12-301-40/+46
* QProcess/Unix: speed up initialization of write notifierAlex Trotsenko2020-12-181-3/+2
* QProcess/Unix: do not create pipes for forwarded channelsAlex Trotsenko2020-12-171-13/+28
* QProcess: remove unused memberAlex Trotsenko2020-12-152-2/+0
* QUrl: improve parseIp6's use of QStringViewThiago Macieira2020-12-121-6/+4
* QUrl: update parseIp6 to use QStringView, as the comment requestedThiago Macieira2020-12-121-8/+6
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+6
* 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