summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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-061-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
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
* | Fixed various PlatSec violations when app had no AllFiles capability.Miikka Heikkinen2009-09-101-1/+9
|/
* 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
* | NTFS symlink support for QFileInfo::isSymLink()Ritt Konstantin2009-08-211-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fix warnings for mingwThierry Bastian2009-07-161-1/+2
* | Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-021-0/+3
|/
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-1/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-221-0/+9
|\
| * Reset openMode to NotOpen when returning false from QFile::open()João Abecasis2009-05-221-0/+9
* | qdoc: Moved some qdoc comments into the .cpp file common to all packages.Martin Smith2009-05-221-0/+113
|/
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+873