summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurlrecode.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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