summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | Introduce QFileInfo::birthTime and metadataChangeTimeThiago Macieira2017-08-052-10/+45
* | QFileSystemEngine::renameFile: use calls that don't overwriteThiago Macieira2017-08-041-1/+37
* | Allow QSettings to synchronize non-atomicallyThiago Macieira2017-08-043-14/+67
* | Support Alternate Data Streams in QSaveFileThiago Macieira2017-08-041-5/+32
* | QTemporaryFileName: use the random data more wiselyThiago Macieira2017-08-041-46/+32
* | QFile::rename: use QTemporaryFileName instead of QTemporaryFileThiago Macieira2017-08-041-24/+33
* | Long live QTemporaryFileName!Thiago Macieira2017-08-043-151/+95
* | QTemporaryFile: split the template parsing and generationThiago Macieira2017-08-041-62/+59
* | QTemporaryFile: give the engine access to the template nameThiago Macieira2017-08-043-15/+13
* | QTemporaryFile: add a simpler rename() (non-virtual) overrideThiago Macieira2017-08-042-0/+36
* | QFSFileEngine: make rename() on Unix not overwriteThiago Macieira2017-08-046-12/+73
* | Long live qEnvironmentVariable()Thiago Macieira2017-08-041-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-026-24/+31
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-026-24/+31
| |\|
| | * Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-3/+6
| | * Fix open/chmod race condition in QSaveFileAntonio Larrosa2017-07-281-1/+5
| | * Revert "Make QFile::open fail when using an invalid file name"Thiago Macieira2017-07-271-14/+0
| | * Let QWindowsPipeWriter::write only warn about unexpected errorsJoerg Bornemann2017-07-241-1/+9
| | * QFileSystemEngine::id/Windows: Fix use with directoriesThiago Macieira2017-07-221-3/+10
| | * QFileSystemWatcher/kqueue: make the fd duplication + FD_CLOEXEC atomicThiago Macieira2017-07-211-2/+1
* | | Fix some qdoc warningsFriedemann Kleint2017-08-021-4/+0
|/ /
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-252-5/+5
* | QFileSystemEngine: Remove the remainder of Windows XP functionsThiago Macieira2017-07-252-53/+22
* | QFileSystemEngine: remove dynamic finding of Windows XP functionsThiago Macieira2017-07-252-84/+54
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-07-2016-46/+127
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-1916-46/+127
| |\|
| | * QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-189-3/+66
| | * Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-183-14/+15
| | * QFileSystemEngine::id/Windows: Use the volume ID tooThiago Macieira2017-07-181-5/+7
| | * Doc: QLoggingCategory::setEnabled() should only be called in filterKai Koehne2017-07-181-6/+5
| | * Doc: Clarify limitations of category filterKai Koehne2017-07-181-2/+2
| | * Do not wait in QWindowsPipe{Reader|Writer}::stop()Joerg Bornemann2017-07-174-14/+30
| | * Fix warning messages in QWindowsPipeReader/WriterJoerg Bornemann2017-07-172-2/+2
* | | Add "<APPDIR>/data/<APPNAME>" to the non Generic paths on WindowsHannah von Reth2017-07-202-4/+12
* | | QFileSystemEngine: a file only exists if its link count is not 0Thiago Macieira2017-07-205-6/+21
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-138-49/+121
|\|
| * QStorageInfo/Windows: Improve error handlingFriedemann Kleint2017-07-091-18/+34
| * Avoid sharing violation in QFileSystemEngine::id on WindowsThiago Macieira2017-07-071-3/+3
| * QFile::rename: avoid two stat(2)/CreateFile in a rowThiago Macieira2017-07-072-4/+7
| * QFileSystemWatcher/Windows: Recreate handle for filesFriedemann Kleint2017-07-071-9/+38
| * 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-053-3/+32
| * QFileSystemEngine::fillMetaData: fix apparent use of dangling pointerThiago Macieira2017-07-051-9/+1
| * Fix Windows build without features.filesytemiteratorStephan Binner2017-07-051-1/+4
* | Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-082-33/+8
* | QLockFile: Move the check for Linux /proc to a central placeThiago Macieira2017-07-081-2/+2
* | Stop using QVector in QFileInfoPrivateThiago Macieira2017-07-072-15/+14
* | QAbstractFileEngine: make setFileTime not a pure virtualThiago Macieira2017-07-074-11/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-062-10/+23
|\|
| * QFileSystemEntry: Export static helper function checking for the root pathFriedemann Kleint2017-07-032-10/+23