summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Introduce QIODevice::skip()Alex Trotsenko2017-08-273-0/+126
* QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-234-15/+199
* Deprecate QDate methods using MonthNameTypeEdward Welbourne2017-08-222-14/+22
* QCryptographicHash: re-add support for Keccak hashingGiuseppe D'Angelo2017-08-223-8/+62
* 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
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-153-14/+39
|\
| * Doc: indicate the QSharedMemory::size() that the size may be biggerThiago Macieira2017-08-131-0/+3
| * Enable custom shared memory schemes on INTEGRITYTero Alamäki2017-08-101-0/+13
| * Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* | 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-084-17/+185
* | Fix the safety check preventing apps from running on old OSesJake Petroules2017-08-081-6/+6
* | 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
* | Doc: add warning against bulk random data creation to QRandomGeneratorSamuel Gaist2017-08-051-1/+4
* | QFileSystemEngine/Windows: fix setFileTime when input date is UTCThiago Macieira2017-08-051-15/+30
* | QFileSystemEngine::setFileTime/Unix: remove the fallback to futimesatThiago Macieira2017-08-053-17/+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-044-1/+57
* | 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
* | Implement conversion from nullptr QVariant to QString and QByteArrayAllan Sandfeld Jensen2017-08-041-2/+8
* | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-7/+16
* | QVariants of null pointers should be nullAllan Sandfeld Jensen2017-08-042-4/+25
* | Long live qEnvironmentVariable()Thiago Macieira2017-08-043-17/+109
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-0217-88/+270
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-0217-88/+270
| |\|
| | * configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-021-5/+5
| | * configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-21/+199
| | * configure: standardize handling of 64 bit atomicsOswald Buddenhagen2017-08-023-15/+6