summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-059-221/+17
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
| |\
| | * Fix debug message to match the method's nameLorenz Haas2016-03-251-1/+1
| * | Use BSD-style statfs members for INTEGRITY.Rolland Dudemaine2016-03-311-2/+2
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-0/+1
| |\|
| | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-0/+1
| * | Fix some documentation warnings.Friedemann Kleint2016-03-242-4/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-234-207/+2
| |\|
| | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-224-207/+2
| * | Do not use forkfd for INTEGRITY.Rolland Dudemaine2016-03-221-6/+8
* | | QIODevice::read(): remove dead codeAlex Trotsenko2016-03-301-16/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-3019-697/+84
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2212-233/+336
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-216-211/+312
| |\|
| | * 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
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-135-19/+21
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-115-19/+21
| | |\|
| | | * 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
| * | | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-112-3/+3
| |/ /
* | | Forward declare the Objective C types for the documentation.Olivier Goffart2016-03-181-2/+2
* | | QIODevice: allow zero-copy in read()Alex Trotsenko2016-03-151-2/+13
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-012-0/+3
|\| |
| * | Add QResource to the bootstrap libraryErik Verbruggen2016-02-252-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-255-14/+19
|\| |
| * | 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
* | | Bump versionOswald Buddenhagen2016-02-241-2/+3
|/ /
* | 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
|\|