summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QUrlQuery: add missing move constructorThiago Macieira2023-01-202-0/+11
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-1/+5
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-171-6/+8
* Make const functions in QDir re-entrant by protecting mutable variablesØystein Heskestad2023-01-162-61/+86
* QDir: Refactor separate cache clearing functions into a single functionØystein Heskestad2023-01-162-25/+13
* Clear out some unused code in QStorageIterator::next() on UnixEdward Welbourne2023-01-131-2/+1
* [doc] Warn users about data races regarding qt_ntfs_permission_lookupMate Barany2023-01-122-0/+10
* QDir: when sorting by Type, cache the suffix in QDirSortItem's ctorAhmad Samir2023-01-061-35/+42
* QUrl/doc: explain that the scheme-less URL is probably not intendedThiago Macieira2023-01-061-5/+20
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-042-4/+4
* Don't use var-args for Q_DECLARE_EXPORTED_LOGGING_CATEGORYTor Arne Vestbø2023-01-031-4/+4
* Doc: Fix snippet for Q_DECLARE_EXPORTED_CATEGORYKai Köhne2023-01-021-1/+1
* QFileSystemEngine: URL encode path in trash info, use relative pathJonas Kvinge2023-01-021-1/+12
* wasm: avoid LocalStorage past-the-end access on clear()Morten Sørvig2022-12-281-5/+13
* QDir: when sorting by time, get last modification times as UTC directlyAhmad Samir2022-12-231-10/+2
* QSettings: use QFileInfo::refresh()Ahmad Samir2022-12-231-3/+3
* QSettings: get file timestamps in UTC directlyAhmad Samir2022-12-231-4/+4
* QFileInfo: Restructure overviewKai Köhne2022-12-231-22/+23
* QFileInfo: overload file time related methods to take a QTimeZone argAhmad Samir2022-12-232-25/+168
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-2310-7/+63
* Doc: Reorder QFile overviewKai Köhne2022-12-221-9/+9
* Improve QFile::encodeName(), QFile::decodeName() documentationKai Köhne2022-12-221-11/+9
* Doc: Replace QTemporaryFile with QSaveFile for QFileDevice motivationKai Köhne2022-12-221-3/+3
* QUrl: remove unused qt_from_latin1() forward declarationAhmad Samir2022-12-221-3/+0
* Return the QFileInfo::baseName/QDir::dirName() from fileEngine implAssam Boudjelthia2022-12-192-2/+6
* QFileSystemEngine/Unix: use chrono for time related arithmeticAhmad Samir2022-12-151-30/+47
* 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
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-093-7/+24
* QLoggingCategory: enable fatal messages if critical is disabledGiuseppe D'Angelo2022-12-061-1/+5
* Doc: Add documentation for qCFatal()Kai Köhne2022-12-051-4/+45
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-051-0/+1
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+1
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-242-20/+24
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-162-21/+20
* QFileSystemEngine/Unix: remove futimes related codeAhmad Samir2022-11-091-62/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-039-22/+22
* QFileSystemMetaData: initialize integral members in-classAhmad Samir2022-11-021-7/+7
* Port QDir's implementation to use Q_D() and d_func()Edward Welbourne2022-11-011-28/+28
* QFile: make constructors taking a path explicitGiuseppe D'Angelo2022-10-292-3/+21
* qfilesystemengine: port to qsizetypeJohannes Kauffmann2022-10-251-3/+3
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-217-30/+30
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* QUrl: remove two unneeded Q_ASSERT()sMarc Mutz2022-10-151-4/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-152-6/+3
* QDir: use QFileInfo::exists() directlyAhmad Samir2022-10-141-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-13/+13
* Port from container.count()/length() to size()Marc Mutz2022-10-0412-49/+49
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-281-1/+4