| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QUrl: use qsizetype & size_t in place of int & uint | Thiago Macieira | 2022-01-28 | 1 | -1/+1 |
| * | Revert "QUrl: Remove explicit casts to {const,} void*" | Andreas Buhr | 2021-09-07 | 1 | -2/+3 |
| * | QUrl: Remove explicit casts to {const,} void* | Ievgenii Meshcheriakov | 2021-09-06 | 1 | -3/+2 |
| * | corelib: Use char16_t and char32_t types for characters | Ievgenii Meshcheriakov | 2021-09-06 | 1 | -41/+40 |
| * | Fix -Wmaybe-uninitialized warnings | Julien Schueller | 2020-09-26 | 1 | -1/+1 |
| * | Purge redundant recoding of URL fragments from QByteArray | Edward Welbourne | 2020-07-27 | 1 | -48/+0 |
| * | Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded path | David Faure | 2020-06-29 | 1 | -1/+1 |
| * | Update QUtfFunctions and QUtfTraits to use qsizetype | Lars Knoll | 2020-05-14 | 1 | -1/+1 |
| * | Move the UTF conversion methods to qstringconverter | Lars Knoll | 2020-05-14 | 1 | -1/+1 |
| * | Port qt_urlRecode() to QStringView | Marc Mutz | 2020-05-12 | 1 | -4/+4 |
| * | QUrl: port percent-decoding to char16_t | Marc Mutz | 2020-05-12 | 1 | -12/+16 |
| * | Port qustrlen and qustrchr to char16_t | Marc Mutz | 2020-05-12 | 1 | -1/+1 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -1/+1 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -1/+1 |
| * | QUrl: Add qustrchr() and use it to speed up the fast URL full decoding | Thiago Macieira | 2018-08-03 | 1 | -50/+34 |
| * | QUrl: speed up FullyDecoded decoding of data with SIMD | Thiago Macieira | 2018-06-11 | 1 | -5/+109 |
| * | QUrl: use the SIMD ASCII-checking code from the last commit | Thiago Macieira | 2018-05-15 | 1 | -6/+4 |
| * | Fix GCC 8 warning in qurlrecode | Ville Voutilainen | 2018-02-14 | 1 | -2/+2 |
| * | Disallow non-character Unicode codepoints in QUrl/QUrlQuery | Thiago Macieira | 2016-04-26 | 1 | -0/+24 |
| * | Update the Intel copyright year | Thiago Macieira | 2016-01-21 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Merge the different implementations of toHex in one central place | Thiago Macieira | 2014-12-13 | 1 | -2/+2 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Use the new UTF-8 codec in QUrl and QUrlQuery | Thiago Macieira | 2014-01-09 | 1 | -120/+66 |
| * | Initialize variable to fix build [-Werror=uninitialized]. | Sergio Martins | 2013-10-19 | 1 | -2/+1 |
| * | Allow non-character codes in utf8 strings | Kurt Pattyn | 2013-10-17 | 1 | -1/+1 |
| * | Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8 | Thiago Macieira | 2013-08-04 | 1 | -0/+23 |
| * | QUrlQuery: update our understanding of delimiters | Thiago Macieira | 2013-08-04 | 1 | -16/+5 |
| * | QUrl: update our understanding of the encoding of delimiters | Thiago Macieira | 2013-08-04 | 1 | -57/+0 |
| * | Make the URL Recode function to fix bad input in FullyDecoded mode too | Thiago Macieira | 2013-07-20 | 1 | -3/+10 |
| * | Remove use of 'register' from Qt. | Stephen Kelly | 2013-06-17 | 1 | -2/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -23/+23 |
| * | Fix decoding of QByteArray in the deprecated "encoded" setters in QUrl | Thiago Macieira | 2012-08-20 | 1 | -0/+50 |
| * | Add the QUrl::FullyDecoded flag to the component formatting | Thiago Macieira | 2012-05-22 | 1 | -0/+47 |
| * | QChar: add isSurrogate() and isNonCharacter() to the public API | Konstantin Ritt | 2012-05-16 | 1 | -14/+1 |
| * | Fix compiler warning | Olivier Goffart | 2012-05-04 | 1 | -3/+2 |
| * | Change the component formatting enum values so the default is zero | Thiago Macieira | 2012-04-11 | 1 | -6/+33 |
| * | Introduce QUrl::DecodeReserved and reorder the enums | Thiago Macieira | 2012-04-11 | 1 | -1/+122 |
| * | Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimiters | Thiago Macieira | 2012-04-11 | 1 | -1/+1 |
| * | Refactor the URL recoder a little | Thiago Macieira | 2012-03-30 | 1 | -77/+80 |
| * | Remove the tolerant parsing function and make the recoder tolerant | Thiago Macieira | 2012-03-30 | 1 | -106/+95 |
| * | Add the code that recodes URLs. | Thiago Macieira | 2012-03-30 | 1 | -0/+504 |