summaryrefslogtreecommitdiff
path: root/src/corelib/io/qiodevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* doc: Stated that the destructor does not call close().Martin Smith2010-11-121-1/+4
* 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-171-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-071-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
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+1748
* Long live Qt for S60!axis2009-04-241-0/+1763