summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-3/+4
|\
| * Optimize QIoDevice::readAll() to possibly do less (re)allocationsMarkus Goetz2009-05-201-3/+4
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-194-4/+10
|\ \ | |/
| * Fix stopping link loops in QDirIterator on WindowsEskil Abrahamsen Blomfeldt2009-05-191-2/+2
| * Clearifying QUrl docsMorten Engvoldsen2009-05-191-0/+6
| * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
* | Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-145-147/+734
|\ \
| * | QNonContiguousByteDevice: An wrapper around QByteArray, QIODevice, ...Markus Goetz2009-05-133-0/+733
| * | Remove unused file qfileinfo_p.hMarius Storm-Olsen2009-05-132-146/+0
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-131-1/+1
| |\ \ | | |/
| | * QFSFileEngine: Fix access to uninitialized memoryJoão Abecasis2009-05-111-1/+1
* | | Merge branch 'master' into contiguouscacheIan Walters2009-05-1212-204/+268
|\ \ \ | |/ /
| * | Remove a warning on gcc.Alexis Menard2009-05-111-1/+0
| * | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
| * | Merge branch '4.5'Thiago Macieira2009-05-114-33/+32
| |\ \ | | |/
| | * QDataStream: Small doc errorMarkus Goetz2009-05-081-1/+1
| | * Fix leak of file descriptors in QTemporaryFileJoão Abecasis2009-05-081-0/+9
| | * Added further explanation on the note about stdin and QTextsStream::atEnd()Morten Engvoldsen2009-05-081-2/+4
| | * Fixes QDir not reentrantOlivier Goffart2009-05-081-29/+18
| | * Revert "Added comment to QTextStream - clarification of the documentation"Morten Engvoldsen2009-05-081-2/+1
| * | Fixed resetting error mode on Windows on error when stat'ing a file.Denis Dzyubenko2009-05-111-2/+0
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+2
| |\ \ | | |/
| | * Added comment to QTextStream - clarification of the documentationMorten Engvoldsen2009-05-061-1/+2
| * | Use the new QTextCodec::codecForUtfText in qtextstream to detect theDenis Dzyubenko2009-05-041-7/+2
| * | Fixed QFile::copy/rename fail after initial failed attemptJoão Abecasis2009-04-301-0/+3
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-2/+9
| |\ \ | | |/
| | * performance improvement of isUncRoot in qfsfileengine_win.cppJoerg Bornemann2009-04-281-2/+9
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-201-127/+137
| |\ \ | | |/
| | * Make temporary files close-on-execOswald Buddenhagen2009-04-181-0/+11
| | * sanitize whitespace & parenthesesOswald Buddenhagen2009-04-181-128/+127
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-172-5/+5
| |\ \ | | |/
| | * fix reading problem on 64-bit machines in QProcess and socket enginePeter Hartmann2009-04-162-5/+5
| | * Silence warning about unused static function on WindowsJoão Abecasis2009-04-151-0/+2
| | * Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-151-0/+4
| * | Fixes: Faster string-splitting in QResource::findNode()Gunnar Sletta2009-04-161-7/+37
| * | Fixes: Make QDir::cleanPath() slightly faster, by avoiding some detach calls..Gunnar Sletta2009-04-161-4/+8
| * | Fixes: Speed up QFileInfo::setFile() a bit...Gunnar Sletta2009-04-161-6/+4
| * | Experimental fix for speeding up QResource::name()...Gunnar Sletta2009-04-161-2/+8
| * | Reduce the number of calls to cleanPath() in QResourceRoot::findNodeSamuel Rødal2009-04-161-8/+16
| * | Silence warning about unused static function on WindowsJoão Abecasis2009-04-151-0/+2
| * | Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-151-0/+4
* | | Various fixes resulting from QA code review.Ian Walters2009-05-121-1/+1
* | | Move qDebug code to correct locationIan Walters2009-04-081-0/+19
|/ /
* | Fixes: QTextStream crashes on large inputsOlivier Goffart2009-04-061-1/+8
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-021-4/+18
|\ \ | |/
| * Delete temporary file if copy was unsuccessfulJoão Abecasis2009-04-021-1/+4
| * Renaming a file does not change QFile's fileNameJoão Abecasis2009-04-021-0/+5
| * QFile::rename didn't always return false when method failedJoão Abecasis2009-04-021-3/+9
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-013-29/+45
|\ \ | |/