summaryrefslogtreecommitdiff
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-151-12/+4
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-142-5/+14
* QStandardPaths/Unix: fix logic in xdgDataDirs() functionAhmad Samir2023-02-071-18/+25
* QStandardPaths/Unix: minor cleanupAhmad Samir2023-02-071-7/+10
* Remove QResourceGlobalData::resourceSearchPathsEdward Welbourne2023-02-031-14/+4
* Docs:Android: Add docs notes about support for content UrisNicholas Bennett2023-02-013-0/+16
* Doc: remove {{ }} for an enum valueTasuku Suzuki2023-02-011-1/+1
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-251-6/+8
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-1/+5
* [doc] Warn users about data races regarding qt_ntfs_permission_lookupMate Barany2023-01-182-0/+10
* QUrl/doc: explain that the scheme-less URL is probably not intendedThiago Macieira2023-01-061-5/+20
* wasm: avoid LocalStorage past-the-end access on clear()Morten Sørvig2022-12-281-5/+13
* Return the QFileInfo::baseName/QDir::dirName() from fileEngine implAssam Boudjelthia2022-12-192-2/+6
* QBuffer: test and document open() behaviorMarc Mutz2022-12-141-0/+4
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-101-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-184-13/+13
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-1814-72/+72
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-172-21/+20
* Port QDir's implementation to use Q_D() and d_func()Edward Welbourne2022-11-011-28/+28
* qfilesystemengine: port to qsizetypeJohannes Kauffmann2022-10-251-3/+3
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-281-1/+4
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-283-71/+227
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-162-0/+8
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-5/+1
* QFileSystemEngine/Unix: fix unneeded casts from errno values to intMarc Mutz2022-09-071-8/+8
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-08-262-24/+24
* Doc: Remove mentioning of variadic macrosKai Köhne2022-08-241-2/+1
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-212-3/+4
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4
* Port QtDebugUtils::toPrintable() to qint64/qsizetypeMarc Mutz2022-08-212-4/+5
* QAbstractFileEngine: port indexed to ranged loopMarc Mutz2022-08-211-7/+4
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-3/+3
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* forkfd: implement vfork(2)-like support on LinuxThiago Macieira2022-07-161-7/+10
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-062-34/+1
* wasm: don't access deleted settings objectsMorten Sørvig2022-07-061-14/+29
* QProcess: re-enable pdfork() on FreeBSDThiago Macieira2022-06-281-1/+1
* QSettings: fix a typo in the docLaszlo Papp2022-06-251-1/+1
* QSettings: Fix reading of the [%General] sectionhjk2022-06-161-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* Android: Fix QSettings when using content URLSamuel Mira2022-06-151-3/+18
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-131-7/+25
* QTemporaryFile: document rename() differences from QFileThiago Macieira2022-06-011-8/+32
* QFileSystemEngine/Win: simplify codeThiago Macieira2022-05-301-15/+12
* QFileSystemEngine/Win: fix incorrect buffer size in currentPath()Thiago Macieira2022-05-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-16124-4750/+286
* Fix removal of trailing slashMarcus Tillmanns2022-05-131-6/+6
* QBuffer: add missing <limits> includeMarc Mutz2022-05-051-0/+2