summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qiodevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: include mocsThiago Macieira2017-05-051-0/+4
* Improve QIODevice::peek() performance on buffered devicesAlex Trotsenko2017-02-091-44/+39
* Refactor QIODevice::read()Alex Trotsenko2017-02-091-36/+50
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-9/+10
|\
| * QIODevice: add CHECK_MAXBYTEARRAYSIZE macroAlex Trotsenko2016-10-011-10/+10
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-271-0/+12
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-2/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-2/+0
| |\|
| | * Remove overload tag from QByteArray QIODevice::readAll()Simon Hausmann2016-06-171-2/+0
* | | QIODevice::read(): remove dead codeAlex Trotsenko2016-03-301-16/+2
* | | QIODevice: allow zero-copy in read()Alex Trotsenko2016-03-151-2/+13
|/ /
* | Micro-optimize QIODevice::write()Alex Trotsenko2016-02-011-7/+4
* | QIODevice: make the read/write chunk sizes configurableAlex Trotsenko2016-01-271-15/+18
* | QIODevice: add infrastructure for multistreamingAlex Trotsenko2016-01-271-11/+191
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-40/+204
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-1/+1
|\|
| * Doc: Added more details to QIODevice::readAll()Nico Vertriest2015-11-091-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-3/+4
|\|
| * QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-3/+4
* | QIODevice::seek(): remove unnecessary checkAlex Trotsenko2015-10-151-1/+1
|/
* 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
|\|