summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Silence qdoc warningsVolker Hilsheimer2021-04-132-0/+3
* Fix qdoc warnings from new QLockFile membersVolker Hilsheimer2021-04-131-4/+3
* 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
* QWindowsPipeReader: determine pipe state before signalingAlex Trotsenko2021-04-061-4/+9
* Add std::chrono overloads for QLockFile functionsShantanu Tushar2021-04-012-0/+64
* QProcess/Win: do not use extended API for pollingAlex Trotsenko2021-03-291-4/+4
* QProcess/Win: get rid of incremental waitAlex Trotsenko2021-03-255-85/+87
* QProcess/Win: simplify logic inside waitForBytesWritten()Alex Trotsenko2021-03-251-21/+6
* Doc: Fix various documentation issuesTopi Reinio2021-03-161-2/+10
* QProcess/Win: implement async closing of write channelAlex Trotsenko2021-03-113-13/+8
* QProcess/Unix: add a RAII class to hold the argv and envp pointersThiago Macieira2021-03-091-71/+79
* QProcess/Unix: use a common function to find the target executableThiago Macieira2021-03-041-48/+39
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-024-341/+570
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-253-9/+3
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-211-4/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-211-30/+42
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-211-21/+26
* QProcess::startDetached/Unix: remove unnecessary ignoring of SIGPIPEThiago Macieira2021-02-211-10/+0
* QProcess::startDetached/Unix: fix the resetting of SIGPIPEThiago Macieira2021-02-221-5/+1
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-213-14/+31
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-24/+8
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-6/+6
* QProcess/Unix: remove unnecessary chdir("/") before _exit()Thiago Macieira2021-02-181-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