summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl_p.h
Commit message (Expand)AuthorAgeFilesLines
* More nullptr usage in headersKevin Funk2019-03-141-1/+1
* QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-161-1/+1
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* Updated license headersJani Heikkinen2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-061-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Move QUrlPrivate to qurl.cpp and mark all methods as inlineThiago Macieira2012-10-021-117/+0
* Change QUrlPrivate::setAuthority to return voidThiago Macieira2012-10-021-1/+1
* Update QUrlPrivate::setScheme: EmptySchemeError never happensThiago Macieira2012-10-021-1/+0
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-021-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+1
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-1/+1
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-2/+2
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-1/+1
* Removed unused QUrlPrivate::clear()Simon Hausmann2012-04-231-1/+0
* Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-1/+1
* Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-4/+5
* Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-3/+4
* Fix QUrl operator== and operator<Thiago Macieira2012-03-301-0/+2
* Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-6/+16
* Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-21/+21
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-22/+78
* Move some of qurl.cpp into other files for ease of maintenanceThiago Macieira2012-03-301-0/+119