index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
io
/
qdataurl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qdataurl: fix parsing parameter values with percent-encoded comma
Ahmad Samir
2025-06-01
1
-3
/
+6
*
qdataurl: modify the percent-decoded byte array directly
Ahmad Samir
2025-06-01
1
-23
/
+22
*
Mark QUrl* classes as security-critical
Marc Mutz
2025-05-30
1
-0
/
+1
*
qdataurl: make parsing the content-type more robust
Ahmad Samir
2025-05-24
1
-10
/
+35
*
qdataurl: use QLatin1StringView instead of QByteArrayView
Ahmad Samir
2025-05-24
1
-9
/
+9
*
qdataurl: optimize by using QByteArray::fromBase64Encoding()
Ahmad Samir
2025-05-24
1
-2
/
+8
*
qdataurl: treat comma as mandatory in the data URL syntax
Ahmad Samir
2025-05-24
1
-1
/
+2
*
qdataurl: don't set the mime type too early
Ahmad Samir
2025-05-24
1
-2
/
+2
*
qDecodeDataUrl(): fix precondition violation in call to QByteArrayView::at()
Marc Mutz
2025-04-28
1
-4
/
+4
*
qdataurl: extract string literals
Anton Kudryavtsev
2023-09-10
1
-4
/
+6
*
qDecodeDataUrl: use QL1S more
Anton Kudryavtsev
2023-09-05
1
-3
/
+3
*
qDecodeDataUrl: use QBAV more
Anton Kudryavtsev
2023-09-02
1
-5
/
+7
*
Fix int/qsizetype mismatches in data url support
Marc Mutz
2022-08-21
1
-2
/
+2
*
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
-2
/
+2
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-1
/
+1
*
qDecodeDataUrl(): treat ";base64" marker as case-insensitive
Marc Mutz
2022-03-11
1
-4
/
+6
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
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
*
Fix qDecodeDataUrl for already percentage encoded content.
Alexis Menard
2012-05-09
1
-2
/
+2
*
Long live the new QUrl implementation.
Thiago Macieira
2012-03-30
1
-5
/
+2
*
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
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Make qDecodeDataUrl return bool.
Jonas M. Gastal
2011-12-29
1
-34
/
+32
*
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
/
+101