summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurlinternal
Commit message (Expand)AuthorAgeFilesLines
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-0/+25
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-0/+8
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* Disallow non-character Unicode codepoints in QUrl/QUrlQueryThiago Macieira2016-04-261-0/+2
* Updated license headersJani Heikkinen2016-01-211-18/+13
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix MSVC 64bit warnings about int64 truncation in tests.Friedemann Kleint2014-01-241-1/+1
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-4/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-3/+4
|\
| * tst_qurlinternal: fix a use of memcpy on overlapping memoryMarc Mutz2013-09-141-3/+4
* | Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+9
* | Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-201-3/+11
|/
* QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-0/+5
* QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-27/+21
* QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-021-0/+14
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-6/+14
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+32
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-9/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add missing subdirs (the new QUrl unit tests were not compiled and run)David Faure2012-06-261-0/+1
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-221-0/+8
* Port away from QUrl::MostDecodedThiago Macieira2012-05-221-13/+15
* Fix the idempotent recoding tests in tst_QUrlInternalThiago Macieira2012-05-221-3/+28
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-15/+15
* Move the #include "tst_qurlinternal.moc" up to workaround a bugThiago Macieira2012-03-301-2/+1
* Refactor the URL recoder a littleThiago Macieira2012-03-301-13/+25
* Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-6/+12
* Add the code that recodes URLs.Thiago Macieira2012-03-301-0/+215
* Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-302-0/+755