summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qiodevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-141-1/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* QIODevice - disallow setTextMode when not openShane Kearns2011-10-271-0/+6
* Doc: Said that QIODevice::isSequential returns false by defaultGeir Vattekar2011-08-231-0/+2
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-4/+5
|\
| * Doc: Clarified the -1 return value of QIODevice::readData().David Boddie2011-02-171-4/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-1/+4
|\ \ | |/
| * doc: Stated that the destructor does not call close().Martin Smith2010-11-121-1/+4
* | QDataStream doesn't check return values from QIODevice::writeCarlos Manuel Duclos Vergara2010-09-071-0/+12
|/
* Manipulate buffer position via 'pPos' in peek()Andreas Kling2010-06-241-2/+2
* Specialize peek() for QBufferAndreas Kling2010-06-171-18/+31
* Implement QIODevice::peek() using read() + ungetBlock().Andreas Kling2010-06-161-7/+14
* Fixed bug in QIODevice::read after first reading 0 bytes.Samuel Rødal2010-05-071-0/+3
* Fix QSslSocket::constructing autotest failureJoão Abecasis2010-04-191-7/+6
* Fix autotest failure: QIODevice::read() on a closed device must return -1Thiago Macieira2010-04-141-0/+1
* QIODevice::read() and QFile::atEnd() performance improvementsmread2010-03-241-66/+97
* Doc: Removed lie that access to QBuffer is unbuffered.Simon Hausmann2010-03-111-2/+1
* doc: Corrected typo.Martin Smith2010-02-231-2/+2
* QIODevice: Fix readAll()Markus Goetz2010-01-061-2/+3
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Small optimization in QIODevice::readAll()Markus Goetz2010-01-051-2/+10
* Fix regression introduced in 1e6b424b692b20dcfec920f8d3563e520ec1ff05João Abecasis2009-11-201-1/+5
* Fix regression introduced in 98a05681851db9d88b1364af52be543715fbe306João Abecasis2009-11-181-0/+3
* Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-54/+81
* Fix QIODevice::getChar optimizationJoão Abecasis2009-11-171-46/+12
* Remove needless loop in QIODevice::seekJoão Abecasis2009-11-171-12/+7
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Coverity: Small fix for QIODeviceMarkus Goetz2009-09-011-1/+6
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-1/+1
|\ \
| * | Fixed coverity warningsThierry Bastian2009-08-171-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-4/+4
|\ \ \ | |/ /
| * | QIoDevice and QAbstractSocket: Clarify doc about waitForReadyRead()Markus Goetz2009-06-171-2/+2
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-1/+5
|\ \ \ | |/ /
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| * | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-3/+4
| |\ \ | | |/
| * | compile with QIODEVICE_DEBUGHarald Fernengel2009-03-311-2/+6
| * | Long live Qt!Lars Knoll2009-03-231-0/+1748
| /
* | Fixed qiodevice compilation error when QIODEVICE_DEBUG is defined.Janne Anttila2009-06-021-2/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-201-3/+4
|\ \ | |/
| * Optimize QIoDevice::readAll() to possibly do less (re)allocationsMarkus Goetz2009-05-201-3/+4