summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1918-164/+164
* Add QTemporaryDir to the bootstrap libraryMartin Smith2017-09-122-4/+4
* Bump versionFrederik Gladhorn2017-09-042-2/+4
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-315-22/+46
|\
| * QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
| * Doc: Fix exampleRobert Loehning2017-08-281-2/+2
| * Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
| * QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
| * Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
| * QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
| * Android: Fix compile with unified headersBogDan Vatra2017-08-172-2/+10
* | Simplify QDataStream::skipRawData()Alex Trotsenko2017-08-311-25/+6
* | QProcess: add docs that the PID from startDetached() may be recycledThiago Macieira2017-08-291-2/+6
* | Introduce QIODevice::skip()Alex Trotsenko2017-08-273-0/+126
* | QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-233-15/+198
* | QFileSystemEngine::cloneFile: expand the Linux cloning processThiago Macieira2017-08-221-3/+42
* | QFileSystemEngine::cloneFile: add support for fcopyfile(3) on macOSThiago Macieira2017-08-221-1/+16
* | Move the file-cloning code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-223-9/+24
* | QProcessPrivate::tryReadFromChannel(): remove dead codeAlex Trotsenko2017-08-171-4/+1
* | QFileSystemEngine: verify that the file name isn't emptyThiago Macieira2017-08-173-8/+41
* | Fix QAbstractFileEngine::clone misuseThiago Macieira2017-08-096-12/+18
* | QFileSystemEngine/Unix: support UF_HIDDEN on the other BSDsThiago Macieira2017-08-081-1/+3
* | QFileInfo: harmonize QFileInfo() and QFileInfo("")Thiago Macieira2017-08-083-124/+96
* | Add support for statx(2) on LinuxThiago Macieira2017-08-082-17/+166
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-084-24/+29
|\|
| * Improve documentation for {QFile, QFileDevice}::resize()Sérgio Martins2017-08-032-1/+5
| * QFileSystemWatcher/Windows: Fix crash when no QCoreApplication is presentFriedemann Kleint2017-08-022-23/+24
* | QFileSystemEngine/Unix: rework the getting of nsec-precision file timesThiago Macieira2017-08-062-23/+88
* | QFileSystemEngine::fillMetaData: simplify and comment the codeThiago Macieira2017-08-061-38/+65
* | Move Unix code from qfilesystemengine.cpp to qfilesystemengine_unix.cppThiago Macieira2017-08-062-223/+218
* | Migrate QStandardPaths to use QRegularExpressionSamuel Gaist2017-08-051-3/+5
* | QFileSystemEngine/Windows: fix setFileTime when input date is UTCThiago Macieira2017-08-051-15/+30
* | QFileSystemEngine::setFileTime/Unix: remove the fallback to futimesatThiago Macieira2017-08-051-6/+2
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-0511-75/+111
* | Move platform-specific code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-055-162/+178
* | 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