summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qiodevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix of files under src_corelib_io prefixOleksii Zbykovskyi2025-07-241-2/+6
* Doc: Clarify newline handling in QIODevice::readLine()Dheerendra Purohit2025-07-041-2/+5
* Mark qiodevice.cpp security-criticalMatthias Rauter2025-07-041-0/+1
* QObjectPrivate: extend the QObjectPrivateVersion to a few more classesThiago Macieira2025-02-201-1/+5
* Bootstrap: remove the QDebug streaming classThiago Macieira2025-01-131-1/+1
* QIODevice: Add overloads of QIODevice::readLineInto() that takes QSpanRym Bouabid2024-12-021-10/+85
* QIODevice: Add QIODevice::readLineInto()Rym Bouabid2024-09-201-21/+102
* QIODevice: remove unneeded resize(1) in QIODevice::readLine()Rym Bouabid2024-09-181-4/+2
* QIODevice: improve QIODevice::readLine() documentationRym Bouabid2024-09-161-0/+6
* Fix users of static max_size()Thiago Macieira2024-08-301-6/+6
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-7/+6
* QIODevice: mark checkWarnMessage() as Q_DECL_COLD_FUNCTIONMarc Mutz2023-10-191-0/+1
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+1
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-7/+5
* QIODevice: fix narrowing conversions in debugBinaryStringMarc Mutz2022-09-071-18/+12
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-8/+10
* QIODevice::readAll: allow reading from a huge non-sequential devicesThiago Macieira2022-02-171-3/+4
* QIODevice::read: don't truncate to int(readBytes)Thiago Macieira2022-02-161-8/+8
* Make QRingBuffer a move-only typeMarc Mutz2021-12-161-5/+9
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QIODevice: allow subclasses to enforce unbuffered modeAlex Trotsenko2021-08-011-9/+16
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-011-57/+78
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-1/+6
* QLocalSocket/Win: avoid double buffering on writeAlex Trotsenko2021-06-091-3/+1
* QIODevice: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-211-6/+6
* Doc: Fix various documentation issuesTopi Reinio2021-03-161-2/+10
* Whitespace cleanup in corelib/iov6.0.0-beta2Allan Sandfeld Jensen2020-10-201-2/+2
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-1/+1
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-241-16/+0
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-2/+30
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-1/+1
* De-inline QIODevice::write(const QByteArray &)Alex Trotsenko2020-08-131-2/+6
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-111-8/+17
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* | Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
|/
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-1/+1
* Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* Add since 5.11 markers to two QFile enumsAlbert Astals Cid2018-10-291-2/+2
* Actually truncate when asked toEdward Welbourne2018-07-301-2/+3
* Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-171-0/+17
* Correct \since value for QIODevice::skipAndy Shaw2017-11-291-1/+1
* QIODevice: do not clear error string on closeAlex Trotsenko2017-11-161-1/+1