summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qiodevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+6
|\
| * Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-0/+6
* | QIODevice: remove superfluous memberAlex Trotsenko2015-07-181-10/+1
* | Simplify QIODevice::readAll()Alex Trotsenko2015-06-201-22/+13
* | QIODevice::atEnd(): fix debug message outputAlex Trotsenko2015-06-181-3/+4
* | Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-161-8/+9
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-17/+36
|\|
| * QIODevice::read(): limit the size of result buffer with a proper valueAlex Trotsenko2015-05-271-7/+6
| * Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-231-10/+30
* | Check the maximum size of a QByteArray more preciselyAlex Trotsenko2015-05-111-2/+2
|/
* QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | Prevent memory overgrowth while reading from a sequential deviceAlex Trotsenko2015-04-081-2/+2
* | QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-2/+4
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+17
|\|
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-0/+17
* | QIODevice: Fix some 64-bit issuesAlex Trotsenko2015-03-101-38/+38
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-201-15/+18
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-20/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+1
|\|
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-201-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\|
| * Attempt to make QFile I/O 64-bit safeThiago Macieira2014-10-311-1/+1
* | QIODevice: Improve read buffer useAlex Trotsenko2014-10-061-94/+73
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-9/+9
|\
| * Doc: corrected autolink errors corelib ioNico Vertriest2014-08-271-9/+9
* | Fix 64 bit issues in QIODevicePrivateLinearBufferLars Knoll2014-09-151-1/+5
|/
* Doc: Added more information about the WriteOnly modeVenu2014-01-251-2/+3
* Add qWarning when trying to read or write a closed deviceLaszlo Papp2013-10-151-2/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-22/+22
* Remove qSort usage from QIODeviceGiuseppe D'Angelo2013-09-041-1/+3
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update documentation for QIODevice::readData().Christian Strømme2013-02-071-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-4/+8
* QIODevice: free memory when buffer is clearedMartin Petersson2012-06-261-1/+3
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-261-1/+15
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-7/+9
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-28/+28
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-8/+8
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-091-1/+2
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-15/+0