summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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-061-5/+7
* QNX: Fix QLockFile supportPasi Petäjäjärvi2022-03-041-1/+21
* QSettings: overload value() instead of using a default argumentMarc Mutz2022-02-213-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
* QIODevice::readAll: allow reading from a huge non-sequential devicesThiago Macieira2022-02-181-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
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-112-4/+16
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-101-6/+5
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-101-4/+5
* QUrl: use qOffsetStringArray for idn_whitelistMarc Mutz2022-02-091-10/+10
* 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
* Fix use of QT_REMOVED_SINCE after rename to QT_CORE_REMOVED_SINCEMarc Mutz2022-02-041-1/+1
* QBuffer: exterminate three thread-safe static guard variablesMarc Mutz2022-02-041-6/+11
* QUrl: Use Q_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-042-28/+3
* Fix build with clang-clYuhang Zhao2022-01-261-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-217-7/+7
* QStorageInfo: limit Linux-only code with Q_OS_LINUXPino Toscano2022-01-171-0/+2
* QStandardPath: fix typoYuhang Zhao2022-01-131-1/+1
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-131-1/+1
* Docs: Add other Unix paths to the Linux table in QStandardPathsNicholas Bennett2021-12-301-1/+1
* 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
* 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
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-0410-16/+51
* QTemporaryDir: Set directory permissions at the time of creationIevgenii Meshcheriakov2021-11-261-11/+3
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-2610-45/+380
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-251-2/+8
* Use Authz API to query permissions info in Windows filesystem backendIevgenii Meshcheriakov2021-11-191-117/+214
* QLoggingRegistry: avoid double-lookupMarc Mutz2021-11-191-2/+5
* QIODeviceBase: make dtor protectedMarc Mutz2021-11-181-0/+2
* QFileSystemEngine: Fix permissions query in Windows backendIevgenii Meshcheriakov2021-11-181-1/+1
* QAbstractFileEngine: fix UB (data race) on qt_file_engine_handlers_in_useMarc Mutz2021-11-161-4/+4
* QFileSystemEngine: Don't use _?W suffixesIevgenii Meshcheriakov2021-11-101-7/+7
* Use nullptr to represent null pointersIevgenii Meshcheriakov2021-11-101-39/+36
* QFileSystemEngine: Fix some code style issues in Windows backendIevgenii Meshcheriakov2021-11-101-55/+113
* Move toMode_t() from qfilesystemengine_unix.cpp to qfiledevice_p.hIevgenii Meshcheriakov2021-11-102-28/+37
* Remove useless blocksIevgenii Meshcheriakov2021-11-101-38/+34
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-9/+0
* qC{Debug,Info,Warning,Critical}: Simplify #ifndef QT_NO_xxx_OUTPUTThiago Macieira2021-11-061-24/+32
* qC{Debug,Info,Warning,Critical}: centralize common partsThiago Macieira2021-11-061-12/+33
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-074-63/+97
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-033-119/+0