summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemEngine: Remove unneeded test for relative symlinkOrgad Shaneh2017-09-281-2/+0
* QFileInfo: harmonize QFileInfo() and QFileInfo("")Thiago Macieira2017-08-081-0/+4
* Move Unix code from qfilesystemengine.cpp to qfilesystemengine_unix.cppThiago Macieira2017-08-061-223/+0
* Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-051-4/+3
* QFileSystemEngine: a file only exists if its link count is not 0Thiago Macieira2017-07-201-1/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-081-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-2/+2
| |\
| | * Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-031-2/+2
* | | Improve precision of reported file times on Unix-style platformsSimon Hausmann2016-07-201-3/+24
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+13
|\|
| * QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QtCore: use QStringRef in more placesMarc Mutz2015-10-121-1/+1
* Modernize and unify filesystem code on Apple platforms.Jake Petroules2015-09-221-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-141-2/+2
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-1/+1
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QNX: Fix build with QNX SDP 6.5.Sergio Martins2012-11-021-1/+1
* QNX: Remember information on whether a file is a linkThomas McGuire2012-10-301-0/+7
* QNX: Use extra information in dirent to avoid stat() callsThomas McGuire2012-10-191-1/+48
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Change coreservices -> iosIan Dean2012-04-191-1/+1
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-24/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+391