summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of memory leaks due to not releasing CFTypes on MacAndy Shaw2010-07-091-2/+2
* Fix QUrl::isValid if the host contains invalid caracter.Olivier Goffart2010-05-141-2/+8
* QUrl: parsing of host name with an undercore.Olivier Goffart2010-05-141-1/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-05-081-2/+7
|\
| * QUrl: fix parsing of IRIs with more than one IDN labelThiago Macieira2010-05-081-0/+1
| * QUrl: update the whitelist of IDN domainsThiago Macieira2010-05-081-2/+6
* | Fixed bug in QIODevice::read after first reading 0 bytes.Samuel Rødal2010-05-061-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
* Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-121-0/+18
* Fix error reporting when symbian file copy fails.Shane Kearns2010-03-242-2/+42
* QIODevice::read() and QFile::atEnd() performance improvementsmread2010-03-244-78/+260
* Removed extra space from the command line passed to QProcess in SymbianMiikka Heikkinen2010-03-191-2/+6
* Handle Symbian's file name encoding, correctly.Alessandro Portale2010-03-161-6/+10
* Doc: Removed lie that access to QBuffer is unbuffered.Simon Hausmann2010-03-111-2/+1
* Fixed crash at application exit when QProcess was used in SymbianMiikka Heikkinen2010-03-051-0/+2
* Do not use realpath() with uclibcMarkus Goetz2010-03-041-0/+3
* Symbian file system use optimisation for stat and symlinksmread2010-02-261-0/+10
* Fix a signed/unsigned comparison compiler warningJoão Abecasis2010-02-251-1/+1
* Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-2/+2
* Patch to QTBUG-3168Carolina Gomes2010-02-251-5/+22
* doc: Corrected typo.Martin Smith2010-02-231-2/+2
* doc: Added \obsolete.Martin Smith2010-02-232-7/+10
* amend the doc, as suggested by rittkOswald Buddenhagen2010-02-221-3/+2
* Fix a deadlock in kqueue implementation of QFileSystemWatcherBradley T. Hughes2010-02-161-4/+14
* doc: Added \section1 about serializing operators for Qt collections.Martin Smith2010-02-161-0/+7
* doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-021-1/+1
|\
| * optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-1/+1
* | Fixed no-timeout case for QProcess::waitForFinished in SymbianMiikka Heikkinen2010-02-011-17/+24
* | Catch by reference rather than by valueIain2010-02-011-1/+1
|/
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-281-1/+4
|\
| * Autotest: add a test for allowing hostnames ending in dotThiago Macieira2010-01-221-1/+1
| * Fix QUrl::toAce for domains with dot at endThorvald Natvig2010-01-221-1/+4
* | Fix QSettings default paths not being initialized when setPath() is calledDaniel Molkentin2010-01-271-19/+25
|/
* Revert "Make an empty QUrl also be considered non-detached (d == 0)."Thiago Macieira2010-01-211-1/+1
* QFile::readData: Simplify codeJoão Abecasis2010-01-181-6/+2
* If the file is open, there must be an engine.João Abecasis2010-01-181-6/+9
* QFile: Fix a pre-mature pessimizationJoão Abecasis2010-01-181-44/+42
* QFile::remove: don't fail for unrelated errorsJoão Abecasis2010-01-141-0/+1
* Remove erroneous warning in QFileInfo::absolutePath()Andreas Kling2010-01-131-2/+5
* Add a way to access the normalised URL in QUrl.Thiago Macieira2010-01-111-4/+8
* Avoid repeatedly calling LookupAccountSid in QFSFileEngine::ownerRitt Konstantin2010-01-071-10/+21
* improve readability a bit moreRitt Konstantin2010-01-071-8/+8
* fix styling; improve readabilityRitt Konstantin2010-01-071-36/+33
* make it possible to retrieve name of the user who owns the fileRitt Konstantin2010-01-071-1/+2
* Fix bugs evidenced by change to keep flush errors on QFile::closeJoão Abecasis2010-01-072-1/+4
* Don't drop errors from flush on QFile::closeJoão Abecasis2010-01-071-3/+6
* Avoid double-buffering in QFileJoão Abecasis2010-01-071-4/+3