summaryrefslogtreecommitdiff
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fixed QResource to respect the explicitely set localeDenis Dzyubenko2009-12-171-1/+1
* An optimisation to QTextStreamDenis Dzyubenko2009-12-161-5/+4
* Ensure that QProcessEnvironment::operator== doesn't crashThiago Macieira2009-12-101-1/+2
* Use realpath() only on systems we know it works on.Denis Dzyubenko2009-12-091-1/+1
* Fix regression in tst_QFileSystemWatcherBradley T. Hughes2009-12-011-7/+3
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Bradley T. Hughes2009-12-011-3/+4
|\
| * Re-enabled realpath() on symbian.Denis Dzyubenko2009-12-011-1/+1
| * Fix a crash in QFSFileEnginePrivate::canonicalized() on Mac OS X 10.5Prasanth Ullattil2009-12-011-3/+4
* | Make sure file descriptors are valid in the dnotify implementation of QFileSy...Bradley T. Hughes2009-12-011-2/+2
|/
* Fixes a crash on Mac with QFileInfo.Denis Dzyubenko2009-11-301-1/+5
* Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-12/+20
* Fix memory leak in the DNotify implementation of QFileSystemWatcherBradley T. Hughes2009-11-271-0/+3
* Improve QFileInfo benchmarkMarkus Goetz2009-11-271-1/+1
* Avoid using return value from a temporary objectMarius Storm-Olsen2009-11-261-2/+1
* Optimize QFSFileEnginePrivate::canonicalized() by using realpath()Markus Goetz2009-11-251-0/+12
* Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
* Fix regression introduced in 1e6b424b692b20dcfec920f8d3563e520ec1ff05João Abecasis2009-11-201-1/+5
* Revert check for file size to a warning in QFile::mapJoão Abecasis2009-11-191-1/+1
* Merge branch '4.6' of oslo-staging-1 into 4.6Simon Hausmann2009-11-191-0/+3
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-183-3/+3
| |\
| * | Fix regression introduced in 98a05681851db9d88b1364af52be543715fbe306João Abecasis2009-11-181-0/+3
* | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-191-4/+4
|\ \ \
| * | | Ran the script utils/normalizeOlivier Goffart2009-11-181-4/+4
* | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-183-117/+103
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-54/+81
| * | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-4/+2
| * | Fix QIODevice::getChar optimizationJoão Abecasis2009-11-171-46/+12
| * | Remove needless loop in QIODevice::seekJoão Abecasis2009-11-171-12/+7
| * | There should only be one write buffer at a time in QFileJoão Abecasis2009-11-171-1/+1
| |/
* | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-171-21/+22
|\ \ | |/
| * QUrl::fromUserInput: improvements, corrections and make the demoJocelyn Turcotte2009-11-121-21/+22
* | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-101-90/+78
|\ \ | |/
| * Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-101-0/+1
| |\
| * \ Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-091-90/+78
| |\ \
| | * | Remove 4k-chunking in QFSFileEngine::read/writeFdFhJoão Abecasis2009-11-041-85/+78
* | | | build lrelease bootstrappedOswald Buddenhagen2009-11-103-3/+3
| |_|/ |/| |
* | | Move QCustomScopedPointer to a private headerHarald Fernengel2009-11-091-0/+1
|/ /
* | Fix a signed/unsigned comparison warningJoão Abecasis2009-11-061-1/+1
* | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-053-89/+133
|\ \
| * \ Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-021-4/+14
| |\ \ | | |/
| | * Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-291-73/+103
| | |\
| | * | Make QProcess report errors from a failed subprocess start.Thiago Macieira2009-10-271-4/+14
| * | | Merge branch '4.6-s60' into 4.6axis2009-10-301-12/+16
| |\ \ \ | | |_|/ | |/| |
| | * | Increased block size for file IO in Symbian.Miikka Heikkinen2009-10-281-12/+16
| | |/
| * | Import a new implementation of fromUserInput.Thiago Macieira2009-10-291-0/+57
| * | Remove the fromUserInput implementation and tests.Thiago Macieira2009-10-291-73/+46
| |/
* | Updating documentation to reflect actual behaviorJoão Abecasis2009-11-041-9/+11
* | Further fixes to file size handling on Windows with fd and FILE*João Abecasis2009-11-041-17/+26
* | Don't try to mmap past EOFJoão Abecasis2009-10-281-0/+6
* | Fix silly error in bit fiddlingJoão Abecasis2009-10-261-1/+1