summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* Explicitly set enums' type to avoid undefined behaviorRobert Löhning2021-04-071-2/+2
* Doc: Fix various documentation issuesTopi Reinio2021-04-071-2/+10
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-241-30/+42
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-241-21/+26
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* QProcess::startDetached/Unix: fix the resetting of SIGPIPEThiago Macieira2021-02-221-5/+1
* QProcess::startDetached/Unix: remove unnecessary ignoring of SIGPIPEThiago Macieira2021-02-221-10/+0
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-223-14/+31
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-201-6/+6
* QProcess/Unix: remove unnecessary chdir("/") before _exit()Thiago Macieira2021-02-201-2/+0
* QProcess/Unix: remove dead functionAlex Trotsenko2021-01-293-10/+4
* QProcess/Unix: simplify notifiers deactivationAlex Trotsenko2021-01-272-18/+4
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-25/+25
* 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