summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-162-3/+21
|\
| * Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-251-2/+20
| * QFile::copy: call syncToDisk on destinationThiago Macieira2021-04-211-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-1/+1
|\|
| * Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-23127-2588/+2588
|/
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-02-032-7/+27
* Update public suffix list to today's latestEdward Welbourne2021-02-032-13923/+14360
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-28127-2588/+2588
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+6
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-041-55/+7
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-29/+30
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-101-3/+3
* Doc: Remove mentioning of old macos versions from QSettingsKai Koehne2020-10-281-1/+1
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-271-2/+4
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-3/+11
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+5
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-211-2/+2
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* Doc: Remove outdated informationPaul Wicking2020-09-141-5/+0
* Revert "Do not wait in QWindowsPipe{Reader|Writer}::stop()"Alex Trotsenko2020-09-104-30/+14
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-271-47/+117
* Doc: provide a code example of QDirIterator's nameFilters parameterMitch Curtis2020-08-251-1/+6
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-171-1/+1
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-312-2/+21
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-301-6/+8
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-07-022-5/+7
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* QProcess/Win: Fix build in debug modeAlex Trotsenko2020-06-052-3/+4
* Address Coverity defect about buffer overrunDimitrios Apostolou2020-05-291-3/+23
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-191-2/+2
* QFile::moveToTrash: use $XDG_DATA_HOME/Trash as the trash directoryVolker Hilsheimer2020-05-191-5/+13
* QSettings: fix UB (signed integer overflow) on parsing long hex/oct escapesMarc Mutz2020-05-191-1/+1
* Fix compile error on iOSLars Knoll2020-05-161-0/+3
* qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7v5.15.0-rc2Fredrik Orderud2020-05-071-1/+6
* Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-163-6/+6
* Windows: Make QStandardPaths::writableLocation low-integrity awareFredrik Orderud2020-04-151-2/+55
* QSettings: Read past UTF-8 BOM even without textcodec supportKai Koehne2020-04-141-2/+4
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-034-6/+6
* QProcess/Linux: use the FFD_VFORK_SEMANTICS flagThiago Macieira2020-03-251-3/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-1/+1
|\
| * Doc: replace QFileInfo::created with birthTimeMauro Persano2020-03-201-1/+1
* | Update the latest public suffix listEdward Welbourne2020-03-162-13783/+13887
* | Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-061-1/+2
* | Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
* | Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
* | QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-052-26/+22
* | Make QProcess::splitCommand accept QStringView, as per header reviewVolker Hilsheimer2020-02-282-2/+2