summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
* QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
* QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
* QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
* Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
* QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
* QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-307-55/+66
* Also update filter rules if there is a custom filter installed.Volker Krause2016-04-241-3/+0
* Windows/QProcess::startDetached(): Fall back to ShellExecuteEx() for UAC prompt.Friedemann Kleint2016-04-231-0/+40
* qlockfile_unix - code cleanupTimur Pocheptsov2016-04-221-5/+7
* Doc: Fix links to QProcess::start(const QString &, OpenMode)Joerg Bornemann2016-04-201-3/+5
* Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
* Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
* Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-2/+4
* dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-1/+2
* Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2
* Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+3
* QDir: use QString::splitRef on all platformsAnton Kudryavtsev2016-04-051-6/+2
* Fix debug message to match the method's nameLorenz Haas2016-03-251-1/+1
* Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-0/+1
* Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-224-207/+2
* Make QWindowsPipeWriter thread-free.Joerg Bornemann2016-03-174-141/+173
* Rework QWindowsPipeReaderJoerg Bornemann2016-03-172-67/+117
* Introduce separate mapping of QStandardPaths's CLSIDs for Windows CE.Friedemann Kleint2016-03-171-0/+22
* Remove handle duplication code from QWindowsPipeWriterJoerg Bornemann2016-03-151-4/+1
* Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-9/+10
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-071-7/+0
* Remove QT_MOC_COMPAT from deprecated QProcess::error signalKai Koehne2016-03-041-1/+1
* Fixed reading REG_SZ without terminating \0 delivers garbageDavid Weisgerber2016-03-021-0/+6
* Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-2/+4
* OS X: Implement download folder display name querySamuel Gaist2016-02-151-0/+8
* Remove Windows CE build hacks from QWindowsPipeWriterJoerg Bornemann2016-02-121-11/+0
* Document QWinOverlappedIoNotifier restrictionsJoerg Bornemann2016-02-121-0/+16
* Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-101-1/+1
* Readability fix for MS isRelative, isAbsolute.Edward Welbourne2016-02-091-6/+10
* Do not build QWindowsPipeWriter on Windows CEJoerg Bornemann2016-01-292-5/+4
* Refactor QStandardPaths for Desktop Windows.Friedemann Kleint2016-01-281-115/+143
* Use QFile::exists(f) instead of QFile(f).exists().Anton Kudryavtsev2016-01-271-1/+1
* winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-216-12/+49
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-218-47/+82
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-198-47/+82
| |\
| | * Fix QFileSelector::select if called with QUrl and scheme "assets"André Klitzing2016-01-151-2/+9
| | * Fix UB in QIODevicePrivateMarc Mutz2016-01-131-6/+10
| | * Fix UB in QFileDevice::writeData()Marc Mutz2016-01-121-1/+1
| | * Fix UB in QFSFileEnginePrivate::writeFdFh()Marc Mutz2016-01-111-21/+25
| | * forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
| | * Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-1/+1
| | * QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
| | * Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
* | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-23/+30
|/ /