index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
io
/
qiodevice.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix of files under src_corelib_io prefix
Oleksii Zbykovskyi
2025-07-24
1
-2
/
+6
*
Doc: Clarify newline handling in QIODevice::readLine()
Dheerendra Purohit
2025-07-04
1
-2
/
+5
*
Mark qiodevice.cpp security-critical
Matthias Rauter
2025-07-04
1
-0
/
+1
*
QObjectPrivate: extend the QObjectPrivateVersion to a few more classes
Thiago Macieira
2025-02-20
1
-1
/
+5
*
Bootstrap: remove the QDebug streaming class
Thiago Macieira
2025-01-13
1
-1
/
+1
*
QIODevice: Add overloads of QIODevice::readLineInto() that takes QSpan
Rym Bouabid
2024-12-02
1
-10
/
+85
*
QIODevice: Add QIODevice::readLineInto()
Rym Bouabid
2024-09-20
1
-21
/
+102
*
QIODevice: remove unneeded resize(1) in QIODevice::readLine()
Rym Bouabid
2024-09-18
1
-4
/
+2
*
QIODevice: improve QIODevice::readLine() documentation
Rym Bouabid
2024-09-16
1
-0
/
+6
*
Fix users of static max_size()
Thiago Macieira
2024-08-30
1
-6
/
+6
*
Containers: add max_size()
Giuseppe D'Angelo
2024-02-27
1
-7
/
+6
*
QIODevice: mark checkWarnMessage() as Q_DECL_COLD_FUNCTION
Marc Mutz
2023-10-19
1
-0
/
+1
*
Fix some narrowing conversion warnings
Ahmad Samir
2023-04-08
1
-1
/
+1
*
QtMiscUtils: add isAsciiPrintable() helper
Ahmad Samir
2023-03-18
1
-7
/
+5
*
QIODevice: fix narrowing conversions in debugBinaryString
Marc Mutz
2022-09-07
1
-18
/
+12
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-1
/
+1
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-8
/
+10
*
QIODevice::readAll: allow reading from a huge non-sequential devices
Thiago Macieira
2022-02-17
1
-3
/
+4
*
QIODevice::read: don't truncate to int(readBytes)
Thiago Macieira
2022-02-16
1
-8
/
+8
*
Make QRingBuffer a move-only type
Marc Mutz
2021-12-16
1
-5
/
+9
*
corelib: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
QIODevice: allow subclasses to enforce unbuffered mode
Alex Trotsenko
2021-08-01
1
-9
/
+16
*
QIODevice: rework validation policy for read() functions
Alex Trotsenko
2021-08-01
1
-57
/
+78
*
QIODevice: fix converting OpenMode flag in debug output
Alex Trotsenko
2021-07-31
1
-3
/
+3
*
Clarify readLine() behavior on sequential devices
Alex Trotsenko
2021-07-06
1
-1
/
+6
*
QLocalSocket/Win: avoid double buffering on write
Alex Trotsenko
2021-06-09
1
-3
/
+1
*
QIODevice: code tidies
Giuseppe D'Angelo
2021-05-16
1
-1
/
+1
*
Documentation: Fix broken links to QIODeviceBase::OpenMode
Friedemann Kleint
2021-04-21
1
-6
/
+6
*
Doc: Fix various documentation issues
Topi Reinio
2021-03-16
1
-2
/
+10
*
Whitespace cleanup in corelib/io
v6.0.0-beta2
Allan Sandfeld Jensen
2020-10-20
1
-2
/
+2
*
Fix allocated memory of QByteArray returned by QIODevice::readLine
Kai Koehne
2020-10-18
1
-0
/
+1
*
Fix some qdoc warnings: function parameter names
Volker Hilsheimer
2020-09-22
1
-1
/
+1
*
QIODevicePrivate: rearrange class members
Alex Trotsenko
2020-08-24
1
-16
/
+0
*
QIODevice: implement a "zero-copy" strategy for buffered writes
Alex Trotsenko
2020-08-20
1
-2
/
+30
*
Disentangle QIODevice dependencies
Lars Knoll
2020-08-15
1
-1
/
+1
*
De-inline QIODevice::write(const QByteArray &)
Alex Trotsenko
2020-08-13
1
-2
/
+6
*
Introduce QIODevice::skipData()
Alex Trotsenko
2020-08-11
1
-8
/
+17
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-02-04
1
-1
/
+1
|
\
|
*
Fix 'the the' typo in comments
Linus Jahn
2020-02-02
1
-1
/
+1
*
|
Doc/QtBase: replace some 0 with \nullptr
Christian Ehrlicher
2020-01-26
1
-1
/
+1
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-1
/
+1
|
/
*
Move away from using 0 as a pointer constant
Allan Sandfeld Jensen
2019-06-07
1
-1
/
+1
*
Fix can not -> cannot
Robert Loehning
2019-02-25
1
-1
/
+1
*
Add since 5.11 markers to two QFile enums
Albert Astals Cid
2018-10-29
1
-2
/
+2
*
Actually truncate when asked to
Edward Welbourne
2018-07-30
1
-2
/
+3
*
Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flags
d3fault
2018-01-17
1
-0
/
+17
*
Correct \since value for QIODevice::skip
Andy Shaw
2017-11-29
1
-1
/
+1
*
QIODevice: do not clear error string on close
Alex Trotsenko
2017-11-16
1
-1
/
+1
[next]