summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-101-13/+65
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-2/+26
* Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-061-2/+7
* Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-041-5/+7
* QDebug: streamline (private) formatQFlagsGiuseppe D'Angelo2022-03-041-3/+2
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-031-4/+2
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-021-14/+18
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-0/+2
* Un-export QConfFileMarc Mutz2022-02-231-1/+2
* QSettings: overload value() instead of using a default argumentMarc Mutz2022-02-203-2/+22
* Fix arguments of error message in QFile::copy()Friedemann Kleint2022-02-181-1/+1
* Fix warnings in bootstrap lib on WindowsJoerg Bornemann2022-02-181-0/+3
* QDebug: unexport most of the class for Qt 7Thiago Macieira2022-02-171-6/+5
* QIODevice::readAll: allow reading from a huge non-sequential devicesThiago Macieira2022-02-171-3/+4
* QFile::copy: add the underlying error messages to oursThiago Macieira2022-02-161-2/+4
* QIODevice::read: don't truncate to int(readBytes)Thiago Macieira2022-02-161-8/+8
* QFileSystemEngine::canonicalName (Unix): clean up control-flowFabian Kosmale2022-02-151-20/+23
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-112-4/+16
* Avoid a stack buffer when not neededPino Toscano2022-02-111-0/+4
* QStandardPaths/Win: fix build with old MinGW SDKThiago Macieira2022-02-101-2/+4
* QUrl: use qOffsetStringArray for idn_whitelistMarc Mutz2022-02-091-10/+10
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-091-6/+5
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-4/+5
* doc: Update GenericDataLocation location on iOSTor Arne Vestbø2022-02-091-1/+1
* QProcess(Win): change int to qsizetype where appropriateMårten Nordheim2022-02-051-4/+4
* QBuffer: exterminate three thread-safe static guard variablesMarc Mutz2022-02-031-6/+11
* QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-032-28/+3
* QUrl: use qsizetype & size_t in place of int & uintThiago Macieira2022-01-282-73/+74
* Fix build with clang-clYuhang Zhao2022-01-251-1/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-214-2/+6
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-207-7/+7
* QProcess/Unix: fallback on _POSIX_PIPE_BUF w/ missing PIPE_BUFPino Toscano2022-01-181-0/+5
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-172-2/+2
* QStorageInfo: limit Linux-only code with Q_OS_LINUXPino Toscano2022-01-161-0/+2
* Doc: Mark QSP::PublicShare, Templates for 6.4Kai Köhne2022-01-141-2/+2
* QStandardPaths_win: Add mapping for DownloadLocationYuhang Zhao2022-01-131-8/+4
* QStandardPaths: Remove old MinGW workaroundYuhang Zhao2022-01-131-11/+1
* QStandardPath: fix typoYuhang Zhao2022-01-131-1/+1
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-121-1/+1
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-072-4/+4
* Add PublicShare and Templates QStandardPathsBjörn Feber2022-01-017-2/+63
* Docs: Add other Unix paths to the Linux table in QStandardPathsNicholas Bennett2021-12-301-1/+1
* Windows: Fix handling of childGroups() when fallbacks are disabledJeremie Graulle2021-12-271-4/+10
* Make QRingBuffer a move-only typeMarc Mutz2021-12-161-5/+9
* QIODevice: use QVLA to hold the ring buffers, not QListMarc Mutz2021-12-151-3/+3
* QNX: Fix QLockFile supportPasi Petäjäjärvi2021-12-141-1/+21
* QLockFile/Linux: skip QFileInfo if we're just doing string manipulationThiago Macieira2021-12-111-1/+2
* Remove redundant QDir::fromNativeSeparators() callIgor Kushnir2021-12-111-1/+1
* Implement fetching physical QStorageInfo::blockSize() under WindowsKarsten Heimrich2021-12-083-1/+239
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-042-1/+49