summaryrefslogtreecommitdiffstats
path: root/tests/auto/qurl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-312-26/+26
* Updated year in copyright headerKai Koehne2014-03-262-2/+2
* QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-211-0/+5
* QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-211-27/+21
* Limit the range of the QUrlPrivate::port to -1 to 65535Thiago Macieira2013-01-141-0/+11
* QUrl::fromUserInput: fix for urls without a host.David Faure2013-01-141-0/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-132-2/+2
* QUrl: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-151-0/+24
* QUrl: ensure toEncoded() matches toString() wrt. empty authorityPeter Hartmann2012-12-151-0/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-292-48/+48
* QUrl: fix thread safety.David Faure2012-08-231-0/+83
* Update contact information in license headers.Sergio Ahumada2012-08-012-4/+4
* QUrl: add missing detach() in setEncodedUrl, spotted by Marc Mutz.David Faure2012-07-221-0/+6
* Change QUrl::toLocalFile to return path for relative urlsAapo Haapanen2012-02-021-3/+5
* Update year in Nokia copyright messages.Jason McDonald2012-01-112-2/+2
* tests: eliminated usage of qttest_p4.prfSergio Ahumada2011-12-251-3/+4
* Fix invalid read in QUrl::removeAllEncodedQueryItemsOlivier Goffart2011-06-281-3/+25
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-06-081-2/+2
|\
| * Fix the build break for QUrl autotest on SymbianDmitry Trofimov2011-06-011-2/+2
* | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-242-34/+34
|\|
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-132-34/+34
* | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-241-0/+26
|/
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-172-2/+2
|\
| * Update copyright year to 2011.Jason McDonald2011-01-112-2/+2
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-081-0/+8
|\|
| * QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+8
* | QtCore autotests: make them paralelized.Olivier Goffart2010-11-101-0/+1
* | Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-031-0/+9
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-0/+10
|\|
| * Update the error handling of invalid hostnames in QUrl.Thiago Macieira2010-09-101-0/+10
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-1/+18
|\|
| * Fix handling of braces/no-braces in QUrl::host / setHost.Thiago Macieira2010-09-081-1/+5
| * Accept empty authority segments in QUrl as different from not-presentThiago Macieira2010-09-031-0/+13
* | Add support of high unicodes in QUrl.Ritt Konstantin2010-05-261-12/+52
* | Revert "Revert "Improve QUrl handling of local file paths""Thiago Macieira2010-05-201-1/+10
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-7/+46
|\
| * Fix QUrl::isValid if the host contains invalid caracter.Olivier Goffart2010-05-141-7/+20
| * QUrl: parsing of host name with an undercore.Olivier Goffart2010-05-141-1/+5
| * QUrl: fix parsing of IRIs with more than one IDN labelThiago Macieira2010-05-081-0/+26
* | Run autotests with minimal capabilitiesShane Kearns2010-05-101-0/+1
* | QUrl: parsing of host name with an undercore.Olivier Goffart2010-04-281-1/+5
* | Added test for QTBUG-6962: Empty authority ignored by QUrl::setAuthority.Kimmo Kotajärvi2010-03-051-0/+9
|/
* Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-1/+0
* Patch to QTBUG-3168Carolina Gomes2010-02-251-3/+0
* doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* Autotest: add a test for allowing hostnames ending in dotThiago Macieira2010-01-221-0/+22
* Revert "Make an empty QUrl also be considered non-detached (d == 0)."Thiago Macieira2010-01-211-20/+0
* Make an empty QUrl also be considered non-detached (d == 0).Thiago Macieira2010-01-071-0/+20
* Update copyright year to 2010Jason McDonald2010-01-072-2/+2
* QUrl::toEncoded() fix for the case of "password, but no username".David Faure2009-12-281-0/+7