summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qiodevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-1/+1
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-241-16/+0
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-2/+30
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-1/+1
* De-inline QIODevice::write(const QByteArray &)Alex Trotsenko2020-08-131-2/+6
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-111-8/+17
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* | Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
|/
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-1/+1
* Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* Add since 5.11 markers to two QFile enumsAlbert Astals Cid2018-10-291-2/+2
* Actually truncate when asked toEdward Welbourne2018-07-301-2/+3
* Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-171-0/+17
* Correct \since value for QIODevice::skipAndy Shaw2017-11-291-1/+1
* QIODevice: do not clear error string on closeAlex Trotsenko2017-11-161-1/+1
* Introduce QIODevice::skip()Alex Trotsenko2017-08-271-0/+122
* 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