summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurlrecode.cpp
Commit message (Expand)AuthorAgeFilesLines
* QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-031-50/+34
* QUrl: speed up FullyDecoded decoding of data with SIMDThiago Macieira2018-06-111-5/+109
* QUrl: use the SIMD ASCII-checking code from the last commitThiago Macieira2018-05-151-6/+4
* Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
* Disallow non-character Unicode codepoints in QUrl/QUrlQueryThiago Macieira2016-04-261-0/+24
* Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-13/+19
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Merge the different implementations of toHex in one central placeThiago Macieira2014-12-131-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Use the new UTF-8 codec in QUrl and QUrlQueryThiago Macieira2014-01-091-120/+66
* Initialize variable to fix build [-Werror=uninitialized].Sergio Martins2013-10-191-2/+1
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-1/+1
* Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+23
* QUrlQuery: update our understanding of delimitersThiago Macieira2013-08-041-16/+5
* QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-041-57/+0
* Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-201-3/+10
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+50
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-221-0/+47
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-14/+1
* Fix compiler warningOlivier Goffart2012-05-041-3/+2
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-6/+33
* Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-1/+122
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-1/+1
* Refactor the URL recoder a littleThiago Macieira2012-03-301-77/+80
* Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-106/+95
* Add the code that recodes URLs.Thiago Macieira2012-03-301-0/+504