summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* QLocalSocket/Win: fix closed state detection in waitFor...() functionsAlex Trotsenko2021-05-181-8/+11
* QFile: code tidiesGiuseppe D'Angelo2021-05-172-8/+8
* Windows QFSFileEngine: avoid some QFlags implicit conversionsGiuseppe D'Angelo2021-05-171-2/+2
* QFileSystemMetaData: code tidiesGiuseppe D'Angelo2021-05-171-13/+15
* QFSFileEngine: code tidiesGiuseppe D'Angelo2021-05-171-2/+2
* QIODevice: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* QSaveFile: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* QDir: remove an unneeded QFlags->int conversionGiuseppe D'Angelo2021-05-161-6/+6
* QDir(Iterator): code tidiesGiuseppe D'Angelo2021-05-162-13/+13
* QFileDevice: code tidiesGiuseppe D'Angelo2021-05-141-2/+2
* QFileInfo: code tidiesGiuseppe D'Angelo2021-05-131-3/+3
* QDebug: code tidiesGiuseppe D'Angelo2021-05-121-1/+1
* QUrlTwoFlags: add support for operator&=, |=, ^= taking QFlagsGiuseppe D'Angelo2021-05-121-0/+6
* Implement QFileSystemEngine::createLink() on MS-WinKarsten Heimrich2021-05-123-49/+42
* Purge QFILESYSTEMENTRY_NATIVE_PATH_IS_UTF16Karsten Heimrich2021-05-112-8/+2
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-113-24/+17
* QLocalSocket/Win: implement duplex communication in blocking modeAlex Trotsenko2021-05-062-59/+7
* QUrl: code tidiesGiuseppe D'Angelo2021-05-021-9/+9
* 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
* QLockFile/Unix: remove the " (deleted)" suffix from kernel-supplied namesThiago Macieira2021-04-261-0/+6
* QLockFile: don't use the local timezone to compare file timesThiago Macieira2021-04-262-5/+5
* Fix build error when using -qtnamespace flagAssam Boudjelthia2021-04-231-2/+2
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Merge integration refs/builds/qtci/dev/1618515869Qt CI Bot2021-04-166-26/+23
|\
| * QWindowsPipe{Reader|Writer}: restructure signalsAlex Trotsenko2021-04-156-26/+23
* | Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-5/+6
|/
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+1
* 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