summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-011-1/+2
|/
* tst_QUrl: check that prohibited characters in hostnames are not validThiago Macieira2013-06-081-0/+15
* QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-021-1/+20
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-38/+46
|\
| * tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-38/+38
| * Forward-port tests on invalid port numbers from Qt 4Thiago Macieira2013-01-281-0/+8
* | QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-091-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-222-2/+2
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* | QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-141-0/+21
|/
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-0/+4
* Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-0/+78
* QUrl auto tests: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-201-0/+24
* QUrl auto tests: ensure toEncoded() and toString() match wrt. empty authPeter Hartmann2012-12-201-0/+6
* Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-22/+22
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-11/+16
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-8/+12
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-3/+0
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-4/+43
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-021-14/+32
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-262-1/+92
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+13
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-1/+26
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-3/+11
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-3/+9
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+3
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-0/+34
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-221-0/+20
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-221-0/+198
* Port away from QUrl::MostDecodedThiago Macieira2012-05-221-7/+9
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-0/+4
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-0/+2
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+9
* Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-0/+10
* Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-0/+1
* Slightly improve the query encode/decode test in QUrlThiago Macieira2012-05-041-6/+7
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-10/+18
* Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-1/+14
* Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-1/+1
* Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-0/+1
* Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+4
* Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-7/+27
* Readd a bunch of tests that had got removed in the QUrl portingThiago Macieira2012-04-111-6/+40
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-8/+10
* Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-0/+10
* Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-4/+4
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-3/+3
* Add a big test for QUrl encoding principlesThiago Macieira2012-04-111-0/+233