summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed three new qdoc errors.Martin Smith2010-03-111-3/+0
* QFSFileEngine reduce number of system callsRitt Konstantin2010-03-091-8/+14
* QFSFileEngine: Don't use owner's permissions for current user; calculate them...Ritt Konstantin2010-03-091-6/+8
* move permissions calculation code to separate methodRitt Konstantin2010-03-091-26/+37
* 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
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* revert f36fb8b2b63b3734cc2bd66b329ca4fef1204845Ritt Konstantin2009-12-231-3/+2
* Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-12/+20
* Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
* Revert check for file size to a warning in QFile::mapJoão Abecasis2009-11-191-1/+1
* Fix a signed/unsigned comparison warningJoão Abecasis2009-11-061-1/+1
* 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
* Fix 32/64-bit issues with QFile::map/unmap() on *nix systemsJoão Abecasis2009-10-211-10/+21
* Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
* Fixed some uncommon codepaths to compile.axis2009-09-301-2/+2
* fix failing qdir autotestShane Kearns2009-09-221-1/+1
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091-9/+22
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
| * Fixed resolving absolute paths in Symbian.Miikka Heikkinen2009-09-081-5/+18
* | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-1/+1
|/
* Fix for qfileinfo autotest: LocalDiskFile set also for non-existing filev4.6.0-tp1aavit2009-09-071-1/+2
* 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
* | move QFSFileEngine-related symbian code from qtemporaryfile to qfsfileengineRitt Konstantin2009-08-271-1/+4
* | remove symbianFileName stub once and for allRitt Konstantin2009-08-271-19/+17
* | fixes and improvements made after s60 branch has been merged into masterRitt Konstantin2009-08-271-51/+39
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-241-4/+3
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-241-26/+46
| |\ \
| * | | Make the singleton file server session independent of QCoreApplicationShane Kearns2009-08-241-4/+3
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-241-26/+46
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-13/+13
| |\ \ \
| | * | | QFSFileEngine coding style fixesRitt Konstantin2009-08-211-5/+5
| | * | | QFSFileEngine: micro-optimizationRitt Konstantin2009-08-211-3/+3
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-211-13/+33
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | improve error reporting for map/unmap of files and resourcesRitt Konstantin2009-08-211-4/+4
| | * | QFile: use fileEngine's errorString() instead of errno/GetLastError()Ritt Konstantin2009-08-211-9/+29
| | * | QFSFileEngine: fix inverted logic for return valuesRitt Konstantin2009-08-211-5/+5
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-211-49/+39
|\ \ \ \ | |/ / /
| * | | performance: refactored use of RFs so corelib and gui share one sessionShane Kearns2009-08-201-49/+39
* | | | Review inspired fixes to Symbian file engineMiikka Heikkinen2009-08-211-42/+57
|/ / /
* | | Fixed merge failure in qfsfileengine_unix.cpp.Miikka Heikkinen2009-08-141-3/+4
* | | Fix compilation of unix file engine.Jason Barron2009-08-131-19/+20
* | | Merge commit 'qt/master'Jason Barron2009-08-131-31/+39
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | code clean-up and style fixesRitt Konstantin2009-08-111-2/+2
| * | optimize inlines in QFSFileEngineRitt Konstantin2009-08-111-3/+3