| Commit message (Expand) | Author | Age | Files | Lines |
| * | QDataStream: remove description from Version enum values' docs | Ahmad Samir | 2025-10-30 | 1 | -44/+44 |
| * | Doc: Fix linking in QDS::operator bool() | Kai Köhne | 2025-07-18 | 1 | -1/+1 |
| * | Mark QDataStream as security-critical | Marc Mutz | 2025-06-17 | 1 | -0/+1 |
| * | QDataStream: add operator bool() | Tatiana Borisova | 2025-06-17 | 1 | -0/+7 |
| * | Bump version to 6.11.0 | Jani Heikkinen | 2025-06-05 | 1 | -0/+1 |
| * | Remove traces of QDataStreamPrivate | Marc Mutz | 2025-04-24 | 1 | -1/+0 |
| * | QDataStream: move the QChar streaming operators to qdatastream.h | Thiago Macieira | 2025-01-29 | 1 | -0/+28 |
| * | Fix a performance regression in QDataStream | Marc Mutz | 2024-12-24 | 1 | -1/+3 |
| * | Bump version to 6.10.0 | Jani Heikkinen | 2024-12-13 | 1 | -0/+1 |
| * | Docs: fix documentation for deprecated QDateStream::readBytes overload | Ivan Solovev | 2024-10-29 | 1 | -1/+1 |
| * | Bump version to 6.9.0 | Jani Heikkinen | 2024-06-05 | 1 | -0/+1 |
| * | QDataStream::readBytes: guard against integer overflow | Ivan Solovev | 2024-05-03 | 1 | -1/+3 |
| * | QDataStream::readBytes: do not leak the memory in case of bad_alloc | Ivan Solovev | 2024-05-02 | 1 | -12/+6 |
| * | Doc: QDataStream doc example | Jaishree Vyas | 2024-04-23 | 1 | -7/+20 |
| * | QDataStream: don't store the byteorder member in Qt 7 | Thiago Macieira | 2024-03-12 | 1 | -2/+5 |
| * | QDataStream: use NSDMI | Thiago Macieira | 2024-03-12 | 1 | -19/+0 |
| * | QDataStream: Move trasactionDepth to the main class | Thiago Macieira | 2024-03-12 | 1 | -8/+5 |
| * | QDataStream: inline floatingPointPrecision() | Thiago Macieira | 2024-03-12 | 1 | -7/+3 |
| * | QDataStream: Turn QDataStreamSizes enum into static contexpr quint32 | Øystein Heskestad | 2024-02-23 | 1 | -0/+3 |
| * | QDataStream: reimplement and constrain operator<<(bool) | Giuseppe D'Angelo | 2024-02-20 | 1 | -8/+3 |
| * | QDataStream: inline status() | Marc Mutz | 2024-02-12 | 1 | -5/+2 |
| * | Deprecate QDataStream::readBytes(char *&, uint &) instead of removing it | Ivan Solovev | 2024-02-07 | 1 | -0/+22 |
| * | Fix QDataStream::operator<<(const char *) to handle 64-bit length | Ivan Solovev | 2024-02-07 | 1 | -7/+3 |
| * | QDataStream::readBytes(): only chunk when data is not all available | Ivan Solovev | 2024-02-07 | 1 | -1/+1 |
| * | QDataStream::readBytes(): make the growth of the buffer geometric | Ivan Solovev | 2024-02-07 | 1 | -2/+3 |
| * | QDataStream: use SizeLimitExceeded status in write operations | Ivan Solovev | 2024-02-07 | 1 | -2/+2 |
| * | QDataStream: use qint64 to represent size while reading and writing | Ivan Solovev | 2024-02-07 | 1 | -9/+9 |
| * | QDataStream: add a new SizeLimitExceeded status code | Ivan Solovev | 2024-01-26 | 1 | -1/+6 |
| * | QDataStream & QResource: document their lack of security-hardening | Thiago Macieira | 2023-12-21 | 1 | -0/+21 |
| * | Bump version to 6.8.0 | Jani Heikkinen | 2023-12-11 | 1 | -0/+1 |
| * | Add support for containers > 4 Gi elements in QDataStream | Øystein Heskestad | 2023-10-23 | 1 | -26/+40 |
| * | QDataStream: clarify QDataStream::operator>>(char *&s) API docs | Ahmad Samir | 2023-09-10 | 1 | -3/+4 |
| * | Bump version to 6.7.0 | Jani Heikkinen | 2023-06-12 | 1 | -0/+1 |
| * | Bump version to 6.6.0 | Jani Heikkinen | 2022-12-14 | 1 | -0/+1 |
| * | Doc: Document Qt Serialization with use cases | Jaishree Vyas | 2022-12-08 | 1 | -0/+1 |
| * | Bump version to 6.5.0 | Jani Heikkinen | 2022-06-06 | 1 | -0/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QDataStream: make qfloat16 streaming a non-member | Marc Mutz | 2022-03-14 | 1 | -27/+0 |
| * | Bump version to 6.4.0 | Jani Heikkinen | 2022-01-31 | 1 | -0/+1 |
| * | corelib: Fix typos in documentation | Jonas Kvinge | 2021-10-12 | 1 | -4/+4 |
| * | Adjust src/corelib/serialization/qdatastream.[h/cpp] for 6.3.0 | Shawn Rutledge | 2021-09-14 | 1 | -0/+1 |
| * | Bump the version of QDataStream | Friedemann Kleint | 2021-02-18 | 1 | -0/+1 |
| * | Bump version | Paul Wicking | 2020-12-15 | 1 | -0/+1 |
| * | Fix various qdoc warnings | Volker Hilsheimer | 2020-09-22 | 1 | -4/+9 |
| * | Fix a number of MSVC integer conversion warnings | Friedemann Kleint | 2020-09-10 | 1 | -1/+1 |
| * | Remove deprecated QDataStream::unsetDevice() | Edward Welbourne | 2020-08-28 | 1 | -13/+0 |
| * | Disentangle QIODevice dependencies | Lars Knoll | 2020-08-15 | 1 | -2/+10 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -1/+1 |
| * | Long live std::pair! | Giuseppe D'Angelo | 2020-06-10 | 1 | -0/+22 |
| * | QMetaType: Support char16_t and char32_t | Fabian Kosmale | 2020-05-15 | 1 | -0/+49 |