| Commit message (Expand) | Author | Age | Files | Lines |
| * | QBuffer: replace Q_PRIVATE_SLOT with QMetaObject::invokeMethod | Thiago Macieira | 2025-08-30 | 1 | -15/+7 |
| * | Mark QBuffer security critical | Matthias Rauter | 2025-06-26 | 1 | -0/+1 |
| * | Doc: Improve QBuffer::open description | Kai Köhne | 2024-12-13 | 1 | -10/+15 |
| * | QBuffer: resolve todo / use QByteArray::assign | Mårten Nordheim | 2024-05-06 | 1 | -2/+1 |
| * | Deprecate Q_ASSUME() | Thiago Macieira | 2023-08-14 | 1 | -1/+1 |
| * | QBuffer: test and document open() behavior | Marc Mutz | 2022-12-14 | 1 | -0/+4 |
| * | QBuffer: optimize setData(ptr, n) | Marc Mutz | 2022-08-20 | 1 | -2/+10 |
| * | QBuffer: fix the setData() API re: int/qsizetype | Marc Mutz | 2022-08-20 | 1 | -1/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QBuffer: add missing <limits> include | Marc Mutz | 2022-05-05 | 1 | -0/+2 |
| * | QBuffer: optimize seek()-past-end-of-buffer | Marc Mutz | 2022-04-06 | 1 | -8/+7 |
| * | QBuffer: fail early in seek() beyond QByteArray's max capacity | Marc Mutz | 2022-04-05 | 1 | -2/+4 |
| * | QBufferPrivate: use NSDMI | Marc Mutz | 2022-04-05 | 1 | -11/+5 |
| * | [doc] Fix typo in QBuffer::setBuffer() description | Marc Mutz | 2022-04-05 | 1 | -1/+1 |
| * | QBuffer: fix writing more than two GiB of data | Marc Mutz | 2022-04-04 | 1 | -6/+8 |
| * | QBuffer: exterminate three thread-safe static guard variables | Marc Mutz | 2022-02-03 | 1 | -6/+11 |
| * | Doc/QtBase: replace some 0 with \nullptr | Christian Ehrlicher | 2020-01-26 | 1 | -1/+1 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -1/+1 |
| * | Fix a few overrides in Qt Core | Alessandro Portale | 2018-09-25 | 1 | -2/+2 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -2/+2 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | QtCore: Fix const correctness in old style casts | Thiago Macieira | 2015-07-20 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -2/+2 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Make QBuffer unbuffered | Thiago Macieira | 2013-04-16 | 1 | -1/+1 |
| * | Make QBuffer::bytesAvailable() work | Thiago Macieira | 2013-04-16 | 1 | -15/+4 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Port QBuffer to QMetaMethod-based connectNotify() | Kent Hansen | 2012-05-01 | 1 | -5/+14 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -5/+5 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Make QFtp private. | Jonas M. Gastal | 2012-01-12 | 1 | -6/+2 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | fix an incorrect OpenMode flags handling in QBuffer::open() | Ritt Konstantin | 2011-06-10 | 1 | -11/+6 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+493 |