summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Add QResource to the bootstrap libraryErik Verbruggen2016-02-252-0/+3
* QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-253-3/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-182-11/+16
|\
| * 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
* | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-172-4/+2
|\ \
| * | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
| * | Fix QFileSelectorPrivate::addStatics()J-P Nurmi2016-02-121-0/+1
* | | Say hello to Android ServicesBogDan Vatra2016-02-171-9/+8
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-112-7/+11
|\|
| * 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
* | QNonContiguousByteDevice: mark atEnd(), size(), pos() methods as const.Anton Kudryavtsev2016-02-082-25/+25
* | QProcess: Remove dead codeLouai Al-Khanji2016-02-054-22/+0
* | Clean up new poll code slightlyLouai Al-Khanji2016-02-041-3/+3
* | QProcess: Use poll instead of select on Unix platformsLouai Al-Khanji2016-02-031-89/+71
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-024-121/+148
|\|
| * 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
* | QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-013-23/+3
* | Micro-optimize QIODevice::write()Alex Trotsenko2016-02-011-7/+4
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-295-113/+52
* | Adapt QFileDevice to use QIODevice's write bufferAlex Trotsenko2016-01-292-18/+15
* | QIODevice: make the read/write chunk sizes configurableAlex Trotsenko2016-01-272-16/+21
* | QIODevice: add infrastructure for multistreamingAlex Trotsenko2016-01-273-12/+254
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-266-12/+49
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-216-12/+49
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-268-66/+104
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-218-66/+104
| |\|
| | * 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
| | |/ /
| | * | Replace QStringLiteral with QLatin1String in QFileSelectorAndré Klitzing2016-01-131-2/+2
* | | | Uppercase the verbosity setting enums.Thiago Macieira2016-01-222-8/+8
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-2113-0/+13
* | | | Update the Intel copyright yearThiago Macieira2016-01-215-5/+5
* | | | Updated license headersJani Heikkinen2016-01-216-6/+6
|/ / /
* | | Updated license headersJani Heikkinen2016-01-15134-1854/+2658
* | | QDataStream: handle incomplete reads from QIODeviceAlex Trotsenko2016-01-133-18/+206
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-131-2/+2
|\ \ \