summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-037-9/+9
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-023-30/+4
* Doc: Fix broken formattingIvan Tkachenko2021-10-291-1/+1
* QLoggingRegistry: Disable internal tracking of source file namesThiago Macieira2021-10-271-3/+2
* QLoggingRegistry: add the ability to have environment variable overridesThiago Macieira2021-10-272-1/+56
* Fix QDebug operator<< for QMultiMap when Q_CLANG_QDOC is definedJoerg Bornemann2021-10-271-1/+1
* Avoid warnings when compiling bootstrap library without zstdUlf Hermann2021-10-211-0/+4
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-0/+2
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-1/+1