summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fix CreateFileMapping() error handlingPeter Kümmel2013-03-011-1/+1
* Make compile with QT_NO_FILESYSTEMITERATORThomas Zander2013-01-301-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix uninitialised variable in temporary filesShane Kearns2011-09-131-1/+4
* Doc: Fixed qdoc warnings.David Boddie2011-08-151-0/+16
* Native memory mapped file supportShane Kearns2011-06-281-2/+4
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Squashed merge of the master-temp branch.David Boddie2011-05-061-1/+1
|/
* 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-111-1/+1
* | QFile API: add API to specify if adopted file handles should be closedShane Kearns2010-12-201-2/+12
* | Re-enable emulated QFile::map on symbianShane Kearns2010-10-291-0/+12
* | Move QDir::fromNativeSeparators call to the QFileSystemEntry constructorShane Kearns2010-10-201-2/+2
* | Implement basic symbian native file IO to QFsFileEngineShane Kearns2010-09-091-1/+5
* | Enable symbian IO code in the buildShane Kearns2010-09-081-0/+6
* | QFileSystemEngine::fillMetaData for Unix platformsJoão Abecasis2010-09-031-24/+9
* | Finish canonicalized for all platformsThomas Zander2010-09-011-50/+0
* | Move canonicalPath() to the new qfilesystemengine_unixThomas Zander2010-08-301-55/+2
* | Removed native file path handling from QFSFileEngineJoão Abecasis2010-08-301-12/+11
* | avoid infinite recursion in canonicalized() if cwd is a symlinkRitt Konstantin2010-04-301-3/+9
* | Added support for symlinks and junction points on WindowsZeno Albisser2010-04-231-0/+2
|/
* _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2010-03-231-0/+2
* doc: Fixed three new qdoc errors.Martin Smith2010-03-111-0/+4
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-071-0/+3
|\
| * Do not use realpath() with uclibcMarkus Goetz2010-03-041-0/+3
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
| * Fix typo in QFSFileEnginePrivate::canonicalizedMarkus Goetz2010-01-041-1/+1
| * Use realpath() only on systems we know it works on.Denis Dzyubenko2009-12-091-1/+1
* | Implemented getting a canonical file name on Mac OS X 10.5Denis Dzyubenko2009-12-091-1/+16
* | Use realpath only on OS we know it works on.Denis Dzyubenko2009-12-091-3/+9
|/
* 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
* Fixes a crash on Mac with QFileInfo.Denis Dzyubenko2009-11-301-1/+5
* 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 regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-4/+2
* 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
* | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-051-12/+16
|\ \
| * | Increased block size for file IO in Symbian.Miikka Heikkinen2009-10-281-12/+16
| |/
* | Check for non-zero return from fseekJoão Abecasis2009-10-231-4/+4
* | Fixes some issues with large files in 32-bit systemsJoão Abecasis2009-10-211-1/+4
* | (Windows) Don't create a file mapping for each view that is mappedJoão Abecasis2009-10-211-3/+1
|/
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-101-4/+4
|\