summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qiodevice_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Introduce QIODevice::skip()Alex Trotsenko2017-08-271-0/+3
* Improve QIODevice::peek() performance on buffered devicesAlex Trotsenko2017-02-091-1/+1
* Refactor QIODevice::read()Alex Trotsenko2017-02-091-0/+1
* Introduce SCTP sockets supportAlex Trotsenko2016-07-271-0/+2
* QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-231-0/+2
* QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-011-0/+1
* QIODevice: make the read/write chunk sizes configurableAlex Trotsenko2016-01-271-1/+3
* QIODevice: add infrastructure for multistreamingAlex Trotsenko2016-01-271-1/+54
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-133/+10
* QIODevice: remove superfluous memberAlex Trotsenko2015-07-181-1/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+2
|\
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-0/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-201-4/+0
|/
* Attempt to make QFile I/O 64-bit safeThiago Macieira2014-10-311-9/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix 64 bit issues in QIODevicePrivateLinearBufferLars Knoll2014-09-151-8/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QIODevice: free memory when buffer is clearedMartin Petersson2012-06-261-4/+6
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-291-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+245