summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurlinternal
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+2
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-5/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-32/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* CMake: Regenerate testsAlexandru Croitor2020-07-091-1/+1
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-203-2/+162
* Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-131-1/+1
* Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-131-1/+1
* Port qt_urlRecode() to QStringViewMarc Mutz2020-05-121-6/+6
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-81/+81
* Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-201-1/+0
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | Regenerate tests/auto/corelib/ioAlexandru Croitor2019-11-121-1/+7
* | Regenerate coreliob/io testsAlexandru Croitor2019-08-151-3/+1
* | Regenerate CMakeLists for tests/corelib/ioJędrzej Nowacki2019-08-121-0/+16
|/
* 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