summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | QFileSystemEngine::renameFile: use calls that don't overwriteThiago Macieira2017-08-041-1/+37
* | QFSFileEngine: make rename() on Unix not overwriteThiago Macieira2017-08-041-0/+44
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-0/+14
|\|
| * QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-181-0/+14
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-14/+29
|\|
| * QFile::rename: avoid two stat(2)/CreateFile in a rowThiago Macieira2017-07-071-1/+2
| * QFileSystemEngine::id: use the proper QT_STATBUF/QT_STATThiago Macieira2017-07-051-2/+2
| * QFileSystemEngine/Unix: use fchmod(2) if the file is openThiago Macieira2017-07-051-2/+24
| * QFileSystemEngine::fillMetaData: fix apparent use of dangling pointerThiago Macieira2017-07-051-9/+1
* | Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-081-29/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-19/+2
|\|
| * Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-19/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-33/+63
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-33/+63
| |\
| | * QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-33/+63
* | | Speed up QFile::copy on Darwin file systems that support cloningJake Petroules2017-02-271-0/+18
|/ /
* / Fix deprecated API usageJake Petroules2017-01-241-6/+3
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-2/+18
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-2/+18
| |\
| | * QDir::tempPath - use NSTemporaryDirectory on DarwinTimur Pocheptsov2016-11-221-2/+18
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| |\|
| | * Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-1/+1
* | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-5/+5
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-2/+3
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QFileSystemEngine: fix duplicate flag in OR expressionAnton Kudryavtsev2016-01-121-1/+1
* | pwd and group variables should be declared inside Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-4/+4
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-10/+0
|/
* Modernize and unify filesystem code on Apple platforms.Jake Petroules2015-09-221-88/+73
* Simplify permission flag handling a bitKonstantin Ritt2015-06-251-9/+3
* 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
* | Haiku: Enable usage of realpath implementationTobias Koenig2015-02-121-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-3/+3
|\|
| * Fix leaks in OS X bundle detectionDyami Caliri2015-02-021-3/+3
* | Android: Fix canonical form of nonexistent pathsEskil Abrahamsen Blomfeldt2015-01-191-0/+20
* | QFileSystemEngineUnix: Don't stat before retrieving working path.Robin Burchell2014-12-101-22/+15
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Use Finder bundle identifier over path for OS X bundle detectionSamuel Gaist2014-04-031-3/+4
* Use Uniform Type Identifiers to detect OS X bundlesSamuel Gaist2014-03-141-30/+18
* Blackberry: Fix QFileSystemEngine::tempPath()Sergio Ahumada2014-02-201-2/+2
* QDir::tempPath: make fallback code more readable.David Faure2014-02-101-2/+2
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2013-10-041-11/+72
* Allow QDir::mkpath() to work on QNX QNet pathsMatt Hoosier2013-09-251-1/+8
* fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-141-5/+6
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-8/+8
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1