summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdataurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdataurl: fix parsing parameter values with percent-encoded commaAhmad Samir2025-06-011-3/+6
* qdataurl: modify the percent-decoded byte array directlyAhmad Samir2025-06-011-23/+22
* Mark QUrl* classes as security-criticalMarc Mutz2025-05-301-0/+1
* qdataurl: make parsing the content-type more robustAhmad Samir2025-05-241-10/+35
* qdataurl: use QLatin1StringView instead of QByteArrayViewAhmad Samir2025-05-241-9/+9
* qdataurl: optimize by using QByteArray::fromBase64Encoding()Ahmad Samir2025-05-241-2/+8
* qdataurl: treat comma as mandatory in the data URL syntaxAhmad Samir2025-05-241-1/+2
* qdataurl: don't set the mime type too earlyAhmad Samir2025-05-241-2/+2
* qDecodeDataUrl(): fix precondition violation in call to QByteArrayView::at()Marc Mutz2025-04-281-4/+4
* qdataurl: extract string literalsAnton Kudryavtsev2023-09-101-4/+6
* qDecodeDataUrl: use QL1S moreAnton Kudryavtsev2023-09-051-3/+3
* qDecodeDataUrl: use QBAV moreAnton Kudryavtsev2023-09-021-5/+7
* Fix int/qsizetype mismatches in data url supportMarc Mutz2022-08-211-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-2/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-1/+1
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-4/+6
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-091-2/+2
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-5/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-291-34/+32
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+101