summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-141-1/+9
* Extend documentation for QFile:copy()Paul Wicking2021-06-231-10/+4
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-094-40/+34
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-173-24/+17
* fix: Optimize the performance of the inotify file system monitoring program。Gong Heng2021-04-301-1/+1
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-6/+3
* Add override to addPaths and removePaths in kqueue filesystem watcherNiclas Rosenvik2021-04-261-2/+4
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* 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