summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes/qmimemagicrule.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMime: remove unused qmap.h includesMarc Mutz2024-02-211-1/+0
* mimetypes/: port to qsizetypeAhmad Samir2023-04-151-5/+5
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-071-6/+2
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-3/+5
* QMimeMagicRule: use qOffsetStringArray for storing typesSona Kurazyan2022-09-061-17/+15
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-3/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-5/+7
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QMimeMagicRule: Fix missing check and return for "Invalid" typeEike Ziller2022-03-021-2/+5
* Port mimetypes away from QStringRefLars Knoll2020-06-111-2/+2
* Modernize the "mimetype" featureLiang Qi2018-10-121-4/+0
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-10/+6
* QMimeMagicRule: fix inconsequential out-of-bounds accessMarc Mutz2017-11-301-1/+1
* QMimeMagicRule: endianness fixesDavid Faure2016-12-271-2/+12
* QMimeMagicRule: fix off by one in the number of bytes checkedDavid Faure2016-12-271-1/+1
* Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-1/+1
* Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-261-2/+1
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-251-2/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+2
| |\|
| | * QMimeMagicRule: fix UB (misaligned load) in matchNumber<T>()Marc Mutz2016-03-101-1/+2
* | | QMimeTypeParser: plaster error paths with Q_UNLIKELYMarc Mutz2016-03-131-5/+5
|/ /
* | QMimeTypeParser: use QStringBuilder moreMarc Mutz2016-02-241-8/+5
* | QMimeTypeParser: use QStringRef moreMarc Mutz2016-02-241-4/+4
* | Remove QMimeMagicRule's pimplMarc Mutz2016-02-171-140/+72
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-041-13/+55
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+2
|\
| * QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+2
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-171-0/+4
* | 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 warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-181-0/+387