summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Further fixes to file size handling on Windows with fd and FILE*João Abecasis2009-11-041-17/+26
* Fix QFile::isSequential on WindowsJoão Abecasis2009-10-231-19/+10
* On Windows, report a 0 file size for streams and other funny filesJoão Abecasis2009-10-231-5/+2
* (Windows) Don't create a file mapping for each view that is mappedJoão Abecasis2009-10-211-53/+31
* Unable to access file means QFile::PermissionsErrorJoão Abecasis2009-09-091-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* qfsfileengine_win.cpp MinGW compile fixJoerg Bornemann2009-09-031-3/+5
* 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
* | reverting the definition of WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-261-0/+3
* | fix warnings on Windows CEJoerg Bornemann2009-08-261-0/+2
* | Reset dangling handle after close on WinCE 5João Abecasis2009-08-241-0/+3
* | Always check the file handle before attempting to map the fileJoão Abecasis2009-08-241-5/+8
* | QFSFileEngine: Don't close file if we already have a file for mappingJoão Abecasis2009-08-241-1/+1
* | QFSFileEngine compile fix for NTFS symlink supportJoerg Bornemann2009-08-241-5/+8
* | QFSFileEngine compile fix for VS2005Joerg Bornemann2009-08-211-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-1/+1
|\ \
| * | QFSFileEngine compile fix for Windows with VS2005Joerg Bornemann2009-08-211-1/+1
* | | Merge branch 'master' of git@scm:qt/qt-s60-publicaxis2009-08-211-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-63/+173
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-11/+31
| |\ \ \
| * \ \ \ Merge commit 'qt/master'Jason Barron2009-08-181-131/+67
| |\ \ \ \
| * \ \ \ \ Merge commit 'qt/master'Jason Barron2009-08-131-82/+79
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'qt/master-stable'Jason Barron2009-07-281-8/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'qt/master-stable'Jason Barron2009-07-271-566/+373
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-13/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-251-83/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-061-2/+9
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Long live Qt for S60!axis2009-04-241-0/+2242
| / / / / / / / / / / /
* | | | | | | | | | / / fix redefinition of MAXIMUM_REPARSE_BUFFER_SIZEJoerg Bornemann2009-08-211-0/+2
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | QFSFileEngine coding style fixesRitt Konstantin2009-08-211-38/+40
* | | | | | | | | | | QFSFileEngine: micro-optimizationRitt Konstantin2009-08-211-15/+18
* | | | | | | | | | | NTFS symlink support in QFileInfo::symLinkTarget()Ritt Konstantin2009-08-211-9/+76
* | | | | | | | | | | NTFS symlink support for QFileInfo::isSymLink()Ritt Konstantin2009-08-211-1/+39
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | improve error reporting for map/unmap of files and resourcesRitt Konstantin2009-08-211-3/+3
* | | | | | | | | | QFile: use fileEngine's errorString() instead of errno/GetLastError()Ritt Konstantin2009-08-211-8/+28
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | remove unneeded distinction between Windows and Windows CERitt Konstantin2009-08-131-5/+1
* | | | | | | | | create world TRUSTEE only once in QFSFileEngine (Win)Ritt Konstantin2009-08-131-22/+23
* | | | | | | | | use BuildTrusteeWithSid instead of BuildTrusteeWithNameRitt Konstantin2009-08-131-52/+13
* | | | | | | | | remove needless resolvings in qfsfileengine_win.cppRitt Konstantin2009-08-131-53/+31
* | | | | | | | | fixing return values _wchmod on Windows CEJoerg Bornemann2009-08-131-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | | | | | | code clean-up and style fixesRitt Konstantin2009-08-111-24/+17
* | | | | | | | merge nativeAbsoluteFilePath and nativeAbsoluteFilePathCoreRitt Konstantin2009-08-111-11/+5
* | | | | | | | optimize inlines in QFSFileEngineRitt Konstantin2009-08-111-4/+4
* | | | | | | | minor optimizationsRitt Konstantin2009-08-111-10/+3
* | | | | | | | optimize longFileName() a bitRitt Konstantin2009-08-111-5/+6
* | | | | | | | don't mix link's target's permissions with link's Exe*Perm bitsRitt Konstantin2009-08-111-1/+2